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
*
anv/pipeline: Add support for caching the push constant map
Jason Ekstrand
2016-06-06
1
-4
/
+29
*
glsl: use enum glsl_interface_packing in more places. (v2)
Dave Airlie
2016-06-06
11
-36
/
+46
*
i965: don't use NumLayers for 3D textures.
Dave Airlie
2016-06-06
1
-1
/
+1
*
glsl: for anonymous struct matching use without_array() (v3)
Dave Airlie
2016-06-06
1
-3
/
+20
*
glsl/ast: don't crash when func_name is NULL
Dave Airlie
2016-06-06
1
-0
/
+4
*
glsl: handle ast_aggregate in has_sequence_subexpression. (v2)
Dave Airlie
2016-06-06
1
-1
/
+1
*
mesa: Try to unbreak the MSVC build.
Kenneth Graunke
2016-06-05
2
-0
/
+8
*
mesa: Add MESA_SHADER_CAPTURE_PATH for writing .shader_test files.
Kenneth Graunke
2016-06-05
3
-0
/
+77
*
nv50,nvc0: fix BGR10_A2UI vertex format
Ilia Mirkin
2016-06-05
1
-1
/
+1
*
nvc0: do not clear surfaces bins in the validate function
Samuel Pitoiset
2016-06-05
2
-5
/
+2
*
nvc0: re-validate images after launching a grid on Fermi
Samuel Pitoiset
2016-06-05
1
-0
/
+3
*
radeonsi: fix images with level > 0
Marek Olšák
2016-06-05
1
-1
/
+1
*
nvc0: reduce overhead from always marking images dirty
Ilia Mirkin
2016-06-04
1
-9
/
+36
*
nvc0: reduce overhead from always marking buffers dirty
Ilia Mirkin
2016-06-04
1
-6
/
+20
*
nvc0: fix memory barrier flag handling
Ilia Mirkin
2016-06-04
1
-9
/
+16
*
nvc0: mark bound buffer range valid
Ilia Mirkin
2016-06-04
3
-0
/
+9
*
anv/entrypoints: don't go using wayland/xcb unless they are configured
Dave Airlie
2016-06-05
1
-6
/
+9
*
gallium/radeon: don't use the DMA ring for pipelined buffer uploads
Marek Olšák
2016-06-04
1
-5
/
+4
*
r600g: don't flush caches when binding shader resources
Marek Olšák
2016-06-04
4
-31
/
+26
*
r600g: only do necessary cache flushes in cp_dma_copy_buffer
Marek Olšák
2016-06-04
1
-14
/
+1
*
r600g: only do necessary cache flushes in cp_dma_clear_buffer
Marek Olšák
2016-06-04
2
-14
/
+18
*
r600g: remove a CP DMA workaround that's not needed anymore
Marek Olšák
2016-06-04
1
-6
/
+0
*
r600g: fix CP DMA hazard with index buffer fetches (v3)
Marek Olšák
2016-06-04
7
-7
/
+93
*
r600g: properly sync CP with CP DMA on R6xx
Marek Olšák
2016-06-04
1
-1
/
+8
*
r600g: write WAIT_UNTIL in the correct place
Marek Olšák
2016-06-04
1
-8
/
+11
*
gallium/radeon: rename allocator_so_filled_size -> allocator_zeroed_memory
Marek Olšák
2016-06-04
3
-6
/
+6
*
gallium/u_suballoc: allow different alignment for each allocation
Marek Olšák
2016-06-04
8
-21
/
+20
*
anv/blit: Use CLAMP_TO_EDGE for scaled blits
Jason Ekstrand
2016-06-03
1
-0
/
+3
*
anv/copy: Account for the anv_surface.offset when creating a blit2d_surf
Jason Ekstrand
2016-06-03
1
-17
/
+17
*
nir/spirv: Make a decoration switch complete
Jason Ekstrand
2016-06-03
1
-3
/
+1
*
nir/spirv: Make unhandled decorations and capabilities non-fatal
Jason Ekstrand
2016-06-03
2
-18
/
+36
*
nir/spirv: Add a way to print non-fatal warnings
Jason Ekstrand
2016-06-03
2
-0
/
+19
*
nir/spirv: Add string lookup tables for a couple of SPIR-V enums
Jason Ekstrand
2016-06-03
3
-0
/
+179
*
nir/spirv: Complete the list of capabilities
Jason Ekstrand
2016-06-03
1
-3
/
+45
*
anv/pipeline: Add support for early depth stencil
Jason Ekstrand
2016-06-03
2
-2
/
+17
*
mesa: Get rid of _mesa_active_fragment_shader_has_side_effects
Jason Ekstrand
2016-06-03
1
-18
/
+0
*
i965/ps_state: Use wm_prog_data.has_side_effects
Jason Ekstrand
2016-06-03
2
-9
/
+6
*
i965/fs Add a wm_prog_data bit for has_side_effects
Jason Ekstrand
2016-06-03
2
-0
/
+15
*
nir/info: Get rid of uses_interp_var_at_offset
Jason Ekstrand
2016-06-03
3
-10
/
+0
*
anv/pipeline: Silently pass tests if depth or stencil is missing
Jason Ekstrand
2016-06-03
3
-3
/
+35
*
anv/pipeline: Unify gen7/8 emit_ds_state
Jason Ekstrand
2016-06-03
3
-85
/
+60
*
genxml/gen6,7,75: s/BackFace/Backface
Jason Ekstrand
2016-06-03
5
-8
/
+8
*
nir/spirv: Handle the WorkgroupSize builtin decoration
Jason Ekstrand
2016-06-03
1
-0
/
+22
*
nir/spirv: Use breaks instead of returns in constant handling
Jason Ekstrand
2016-06-03
1
-3
/
+4
*
anv/pipeline: Refactor specialization constant handling a bit
Jason Ekstrand
2016-06-03
1
-5
/
+4
*
nir/lower_indirect_derefs: Use the direct array deref for recursion
Jason Ekstrand
2016-06-03
1
-1
/
+1
*
anv/clear: Handle ClearImage on 3-D images
Jason Ekstrand
2016-06-03
1
-2
/
+4
*
Revert "i965/fs: Allow scalar source regions on SNB math instructions."
Francisco Jerez
2016-06-03
3
-7
/
+14
*
i965/vec4: Fix cmod propagation not to propagate non-identity cmod into CMP(N).
Francisco Jerez
2016-06-03
1
-0
/
+12
*
anv: add the X related and Wayland CFLAGS to VULKAN_ENTRYPOINT_CPPFLAGS
Emil Velikov
2016-06-04
1
-0
/
+2
[next]