index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
st/mesa: stop passing gl_linked_shader to set_affected_state_flags()
Timothy Arceri
2017-01-09
1
-7
/
+6
*
st/mesa/glsl: set num_images directly in shader_info
Timothy Arceri
2017-01-09
6
-20
/
+13
*
st/mesa: pass gl_program to st_bind_ssbos()
Timothy Arceri
2017-01-09
1
-21
/
+21
*
nir: add another comparison simplification
Timothy Arceri
2017-01-09
1
-0
/
+2
*
nir: Turn bcsel of +/- 1.0 and 0.0 into b2f sequences.
Kenneth Graunke
2017-01-09
1
-0
/
+4
*
nir: Convert ineg(b2i(a)) to a if it's a boolean.
Kenneth Graunke
2017-01-09
1
-0
/
+2
*
i965: Move TES input VUE map calculation out a layer.
Kenneth Graunke
2017-01-07
3
-9
/
+11
*
i965: Pass NULL for gl_program when compiling TES.
Kenneth Graunke
2017-01-07
1
-1
/
+1
*
i965: Move TES spacing/domain/topology setup to brw_compile_tes().
Kenneth Graunke
2017-01-07
2
-33
/
+34
*
i965: Access TES shader info via NIR.
Kenneth Graunke
2017-01-07
1
-6
/
+6
*
mesa: Introduce a compiler enum for tessellation spacing.
Kenneth Graunke
2017-01-07
11
-47
/
+54
*
compiler: Change shader_info->tes.vertex_order into a ccw boolean.
Kenneth Graunke
2017-01-07
4
-13
/
+7
*
anv/pipeline: Call NIR passes using NIR_PASS_V
Jason Ekstrand
2017-01-07
1
-31
/
+15
*
anv/pipeline: Only call remove_dead_variables once
Jason Ekstrand
2017-01-07
1
-3
/
+3
*
Revert recent GLSL slot counting fiasco.
Kenneth Graunke
2017-01-07
5
-62
/
+14
*
glsl: Make is_fixed_function_array actually check for varyings.
Kenneth Graunke
2017-01-07
1
-0
/
+4
*
drirc: Allow extension midshader for Divinity: Original Sin (EE)
Kai Wasserbäch
2017-01-07
1
-0
/
+4
*
glsl: fix opt_minmax redundancy checks against baserange
Timothy Arceri
2017-01-07
1
-2
/
+2
*
i965/compiler: Use the new nir_opt_copy_prop_vars pass
Jason Ekstrand
2017-01-06
1
-0
/
+1
*
nir: Add a local variable-based copy propagation pass
Jason Ekstrand
2017-01-06
3
-0
/
+816
*
nir/builder: Add a helper for getting the most recently added instruction
Jason Ekstrand
2017-01-06
1
-0
/
+7
*
nir/builder: Add a load_deref_var helper
Jason Ekstrand
2017-01-06
1
-0
/
+16
*
nir/dead_variables: Remove shader-local variables that are only written
Jason Ekstrand
2017-01-06
1
-9
/
+60
*
nir/dead_variables: Removed shared variables when requested
Jason Ekstrand
2017-01-06
1
-0
/
+3
*
anv/formats: Use the real format for B4G4R4A4_UNORM_PACK16 on gen8
Jason Ekstrand
2017-01-06
1
-2
/
+2
*
isl: Mark A4B4G4R4_UNORM as supported on gen8
Jason Ekstrand
2017-01-06
1
-1
/
+4
*
radv: fix depth transitions with layerCount = VK_REMAINING_ARRAY_LAYERS
Pierre-Loup A. Griffais
2017-01-07
1
-1
/
+1
*
i965: Rework gl_TessLevel*[] handling to use NIR compact arrays.
Kenneth Graunke
2017-01-06
10
-364
/
+92
*
i965: Inline store_output helper in quads workaround code.
Kenneth Graunke
2017-01-06
1
-14
/
+10
*
nir: Make glsl_to_nir compact scalar TessLevel arrays.
Kenneth Graunke
2017-01-06
1
-1
/
+12
*
i965: Make unify_interfaces not spread VARYING_BIT_TESS_LEVEL_*.
Kenneth Graunke
2017-01-06
1
-2
/
+5
*
glsl: Support gl_TessLevelInner/Outer[] as TES input variables.
Kenneth Graunke
2017-01-06
2
-4
/
+17
*
glsl: Mark whole variable used for ClipDistance and TessLevel*.
Kenneth Graunke
2017-01-06
1
-3
/
+23
*
glsl: Override the # of varying slots for ClipDistance and TessLevel*.
Kenneth Graunke
2017-01-06
1
-0
/
+18
*
glsl: Create and use a new ir_variable::count_attribute_slots() wrapper.
Kenneth Graunke
2017-01-06
5
-11
/
+17
*
gallium/radeon: use the internal clear_buffer callback to fix r600g
Marek Olšák
2017-01-06
1
-1
/
+3
*
llvmpipe: do transpose/untwiddle after conversion for 8bit formats
Roland Scheidegger
2017-01-06
1
-7
/
+143
*
gallivm: generalize 4x4f->1x16ub special case conversion
Roland Scheidegger
2017-01-06
1
-56
/
+118
*
llvmpipe: use alpha from already converted color if possible
Roland Scheidegger
2017-01-06
2
-18
/
+54
*
llvmpipe: use scalar load instead of vectors for small vectors in fs backend
Roland Scheidegger
2017-01-06
1
-6
/
+50
*
i965: Enable several GLES 3.1 extensions on HSW+
Ian Romanick
2017-01-06
3
-6
/
+9
*
i965: Always set MaxViewports and related limits
Ian Romanick
2017-01-06
1
-2
/
+1
*
winsys/amdgpu: fix a race condition between fence updates and IB submissions
Marek Olšák
2017-01-06
2
-18
/
+22
*
radeonsi: add TC L2 prefetch for shaders and VBO descriptors
Marek Olšák
2017-01-06
3
-1
/
+50
*
radeonsi: add CP DMA flags for greater control over synchronization
Marek Olšák
2017-01-06
3
-16
/
+31
*
radeonsi: cleanly communicate which CP DMA packet is first
Marek Olšák
2017-01-06
1
-11
/
+21
*
gallium/radeon: add new HUD query num-SDMA-IBs
Marek Olšák
2017-01-06
9
-2
/
+21
*
gallium/radeon: rename the num-ctx-flushes query to num-GFX-IBs
Marek Olšák
2017-01-06
9
-14
/
+14
*
radeonsi: add HUD queries for cache flush stats
Marek Olšák
2017-01-06
4
-0
/
+32
*
radeonsi: don't count fast clears and prefetches into CP DMA stats
Marek Olšák
2017-01-06
1
-2
/
+6
[next]