index
:
external_mesa3d.git
replicant-6.0
replicant-6.0-old
Mesa for Android
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
glsl: Add pthread libs to cache_test
Rhys Kidd
2016-12-24
1
-1
/
+4
*
i965/fs: Reject copy propagation into SEL if not min/max.
Matt Turner
2016-12-24
2
-1
/
+12
*
i965/fs: Add unit tests for copy propagation pass.
Matt Turner
2016-12-24
2
-0
/
+211
*
i965/fs: Rename opt_copy_propagate -> opt_copy_propagation.
Matt Turner
2016-12-16
3
-15
/
+16
*
Revert "nir: Turn imov/fmov of undef into undef."
Timothy Arceri
2016-12-16
1
-3
/
+1
*
egl: Fix crashes in eglCreate*Surface()
Chad Versace
2016-12-16
1
-2
/
+2
*
mesa/fbobject: Update CubeMapFace when reusing textures
Nanley Chery
2016-12-16
1
-0
/
+1
*
spirv: Use a simpler and more correct implementaiton of tanh()
Jason Ekstrand
2016-12-15
1
-9
/
+14
*
compiler/glsl: fix precision problem of tanh
Haixia Shi
2016-12-15
1
-2
/
+10
*
anv/descriptor_set: Write the state offset in the surface state free list.
Jason Ekstrand
2016-12-15
1
-0
/
+1
*
anv/device: Implicitly unmap memory objects in FreeMemory
Jason Ekstrand
2016-12-15
1
-0
/
+9
*
anv/device: Return the right error for failed maps
Jason Ekstrand
2016-12-15
2
-6
/
+9
*
radeonsi: fix an off-by-one error in the bounds check for max_vertices
Nicolai Hähnle
2016-12-15
1
-1
/
+1
*
radeonsi: do not kill GS with memory writes
Nicolai Hähnle
2016-12-15
1
-8
/
+22
*
radeonsi: update all GSVS ring descriptors for new buffer allocations
Nicolai Hähnle
2016-12-15
1
-1
/
+6
*
i965/mt: Disable aux surfaces after making miptree shareable
Chad Versace
2016-12-14
1
-0
/
+2
*
radv: add missing license file to radv_meta_bufimage.
Dave Airlie
2016-12-14
1
-0
/
+27
*
radeonsi: disable the constant engine (CE) on Carrizo and Stoney
Marek Olšák
2016-12-14
1
-1
/
+4
*
radeonsi: wait for outstanding LDS instructions in memory barriers if needed
Marek Olšák
2016-12-14
1
-1
/
+17
*
tgsi: fix the src type of TGSI_OPCODE_MEMBAR
Marek Olšák
2016-12-14
1
-0
/
+1
*
radeonsi: wait for outstanding memory instructions in TCS barriers
Marek Olšák
2016-12-14
1
-1
/
+5
*
radeonsi: allow specifying simm16 of emit_waitcnt at call sites
Marek Olšák
2016-12-14
1
-5
/
+7
*
radeonsi: fix incorrect FMASK checking in bind_sampler_states
Marek Olšák
2016-12-14
1
-4
/
+4
*
radeonsi: always restore sampler states when unbinding sampler views
Marek Olšák
2016-12-14
1
-3
/
+8
*
cso: don't release sampler states that are bound
Marek Olšák
2016-12-14
1
-1
/
+3
*
radeonsi: fix isolines tess factor writes to control ring
Nicolai Hähnle
2016-12-14
1
-4
/
+12
*
genxml/gen9: Change the default of MI_SEMAPHORE_WAIT::RegisterPoleMode
Jason Ekstrand
2016-12-14
1
-1
/
+1
*
i965: Allocate at least some URB space even when max_vertices = 0.
Kenneth Graunke
2016-12-14
1
-1
/
+7
*
radv: fix another regression since shadow fixes.
Dave Airlie
2016-12-14
1
-1
/
+1
*
mesa: only verify that enabled arrays have backing buffers
Ilia Mirkin
2016-12-14
1
-1
/
+1
*
vc4: In a loop break/continue, jump if everyone has taken the path.
Eric Anholt
2016-12-14
1
-10
/
+17
*
radeonsi: apply the double EVENT_WRITE_EOP workaround to VI as well
Marek Olšák
2016-12-14
1
-2
/
+4
*
radeonsi: add a tess+GS hang workaround for VI dGPUs
Marek Olšák
2016-12-14
1
-2
/
+10
*
radeonsi: apply a tessellation bug workaround for SI
Marek Olšák
2016-12-14
1
-0
/
+6
*
radeonsi: apply a TC L1 write corruption workaround for SI
Marek Olšák
2016-12-14
1
-11
/
+23
*
radeonsi: apply a multi-wave workgroup SPI bug workaround to affected CIK chips
Marek Olšák
2016-12-14
4
-4
/
+29
*
radeonsi: consolidate max-work-group-size computation
Marek Olšák
2016-12-14
1
-24
/
+19
*
radeonsi: disable RB+ blend optimizations for dual source blending
Marek Olšák
2016-12-14
1
-0
/
+11
*
radeonsi: set CB_BLEND1_CONTROL.ENABLE for dual source blending
Marek Olšák
2016-12-14
1
-0
/
+4
*
radeonsi: always set all blend registers
Marek Olšák
2016-12-14
1
-5
/
+5
*
mesa: fix active subroutine uniforms properly
Timothy Arceri
2016-12-14
3
-104
/
+10
*
anv/cmd_buffer: Remove the 1-D case from the HiZ QPitch calculation
Jason Ekstrand
2016-12-14
1
-3
/
+6
*
anv/image: Rename hiz_surface to aux_surface
Jason Ekstrand
2016-12-14
3
-17
/
+18
*
radv: set maxFragmentDualSrcAttachments to 1
Dave Airlie
2016-12-14
1
-1
/
+1
*
anv: set maxFragmentDualSrcAttachments to 1
Dave Airlie
2016-12-14
1
-1
/
+1
*
vulkan/wsi: Fix resource leak in success path of wsi_queue_init()
Gwan-gyeong Mun
2016-12-14
1
-0
/
+1
*
anv: Update the teardown in reverse order of the anv_CreateDevice
Gwan-gyeong Mun
2016-12-14
1
-9
/
+14
*
anv: Add missing error-checking to anv_block_pool_init (v2)
Gwan-gyeong Mun
2016-12-14
2
-8
/
+23
*
radv: don't leak the fd if radv_physical_device_init() succeeds
Emil Velikov
2016-12-14
1
-0
/
+1
*
anv: don't leak memory if anv_init_wsi() fails
Emil Velikov
2016-12-14
1
-2
/
+4
[next]