index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
dri: Add __DRI_IMAGE_FORMAT_ARGB1555
Chad Versace
2017-01-24
2
-0
/
+6
*
i965/generator/tex: Handle an immediate sampler with an indirect texture
Jason Ekstrand
2017-01-24
2
-4
/
+12
*
vulkan/wsi/x11: don't crash on null wsi x11 connection
Arda Coskunses
2017-01-24
1
-0
/
+3
*
vulkan/wsi/x11: don't crash on null visual
Arda Coskunses
2017-01-24
1
-0
/
+3
*
radv: fix dual source blending
Fredrik Höglund
2017-01-24
1
-2
/
+2
*
radv: flush smem for uniform buffer bit.
Dave Airlie
2017-01-24
1
-1
/
+3
*
egl: Check config's surface types in eglCreate*Surface()
Chad Versace
2017-01-24
1
-0
/
+10
*
i965: Don't bail on vertex element processing if we need draw params.
Kenneth Graunke
2017-01-24
1
-17
/
+17
*
cso: Don't restore nr_samplers in cso_restore_fragment_samplers
Michel Dänzer
2017-01-24
1
-1
/
+0
*
anv: Fix uniform and storage buffer offset alignment limits.
Francisco Jerez
2017-01-24
1
-2
/
+2
*
nir: Turn imov/fmov of undef into undef
Timothy Arceri
2017-01-24
1
-6
/
+6
*
cherry-ignore: add couple of intel_miptree_copy related patches
Emil Velikov
2017-01-24
1
-0
/
+6
*
docs: add sha256 checksums for 13.0.3
Emil Velikov
2017-01-05
1
-1
/
+2
*
docs: add release notes for 13.0.3
mesa-13.0.3
Emil Velikov
2017-01-05
1
-0
/
+176
*
Update version to 13.0.3
Emil Velikov
2016-12-24
1
-1
/
+1
*
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
[prev]
[next]