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
path:
root
/
src
/
mesa
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: invalidate pipeline status after glUseProgramStages
Tapani Pälli
2015-12-10
1
-0
/
+2
*
mesa/varray: set double arrays to non-normalised.
Dave Airlie
2015-12-10
1
-1
/
+1
*
mesa: fix ID usage for buffer warnings
Brian Paul
2015-12-09
1
-6
/
+12
*
mesa: Fix a typo in a comment
Andreas Boll
2015-12-09
1
-1
/
+1
*
meta: Fix a typo in a print message
Andreas Boll
2015-12-09
1
-1
/
+1
*
mesa: Fix typos in print messages
Andreas Boll
2015-12-09
2
-2
/
+2
*
mesa: detect inefficient buffer use and report through debug output
Brian Paul
2015-12-09
2
-0
/
+59
*
i965: Resolve color and flush for all active shader images in intel_update_st...
Francisco Jerez
2015-12-09
1
-0
/
+18
*
i965: Document inconsistent units the URB size is represented in.
Francisco Jerez
2015-12-09
2
-1
/
+12
*
i965: Hook up L3 partitioning state atom.
Francisco Jerez
2015-12-09
2
-2
/
+6
*
i965: Work around L3 state leaks during context switches.
Francisco Jerez
2015-12-09
4
-5
/
+73
*
i965: Add debug flag to print out the new L3 state during transitions.
Francisco Jerez
2015-12-09
3
-0
/
+19
*
i965: Implement L3 state atom.
Francisco Jerez
2015-12-09
3
-0
/
+88
*
i965: Calculate appropriate L3 partition weights for the current pipeline state.
Francisco Jerez
2015-12-09
2
-0
/
+54
*
i965: Implement selection of the closest L3 configuration based on a vector o...
Francisco Jerez
2015-12-09
1
-0
/
+95
*
i965: Define and use REG_MASK macro to make masked MMIO writes slightly more ...
Francisco Jerez
2015-12-09
4
-3
/
+9
*
i965/hsw: Enable L3 atomics.
Francisco Jerez
2015-12-09
1
-0
/
+14
*
i965: Implement programming of the L3 configuration.
Francisco Jerez
2015-12-09
1
-0
/
+95
*
i965: Import tables enumerating the set of validated L3 configurations.
Francisco Jerez
2015-12-09
2
-0
/
+168
*
i965: Add slice count to the brw_device_info structure.
Francisco Jerez
2015-12-09
2
-0
/
+25
*
i965/gen8: Don't add workaround bits to PIPE_CONTROL stalls if DC flush is set.
Francisco Jerez
2015-12-09
1
-1
/
+3
*
i965: Define state flag to signal that the URB size has been altered.
Francisco Jerez
2015-12-09
3
-0
/
+6
*
i965: Keep track of whether LRI is allowed in the context struct.
Francisco Jerez
2015-12-09
2
-1
/
+8
*
i965: Adjust gen check in can_do_pipelined_register_writes
Francisco Jerez
2015-12-09
1
-2
/
+5
*
i965: Define symbolic constants for some useful L3 cache control registers.
Francisco Jerez
2015-12-09
1
-0
/
+53
*
glsl_to_tgsi: Skip useless comparison instructions.
Matt Turner
2015-12-08
1
-2
/
+14
*
i965: Make uniform offsets be in terms of bytes
Jason Ekstrand
2015-12-07
6
-22
/
+49
*
i965/nir_uniforms: Replace comps_per_unit with an is_scalar boolean
Jason Ekstrand
2015-12-07
1
-13
/
+15
*
i965/nir: Remove unused indirect handling
Jason Ekstrand
2015-12-07
1
-33
/
+11
*
i965/state: Get rid of dword_pitch arguments to buffer functions
Jason Ekstrand
2015-12-07
6
-38
/
+19
*
i965/vec4: Use a stride of 1 and byte offsets for UBOs
Jason Ekstrand
2015-12-07
3
-27
/
+7
*
i965/fs: Use a stride of 1 and byte offsets for UBOs
Jason Ekstrand
2015-12-07
3
-16
/
+13
*
i965/vec4: Use byte offsets for UBO pulls on Sandy Bridge
Jason Ekstrand
2015-12-07
3
-10
/
+31
*
i965: Fix texture views of 2d array surfaces
Ben Widawsky
2015-12-07
1
-2
/
+2
*
i965: Add brw_device_info::min_ds_entries field.
Kenneth Graunke
2015-12-07
2
-0
/
+12
*
i965: Add state bits for tess stages
Chris Forbes
2015-12-07
4
-2
/
+28
*
i965: Add backend structures for tess stages
Chris Forbes
2015-12-07
6
-0
/
+98
*
i965: Set core tessellation-related limits
Chris Forbes
2015-12-07
1
-2
/
+6
*
i965: Request lowering of gl_TessLevel* from float[] to vec4s.
Kenneth Graunke
2015-12-07
1
-0
/
+2
*
i965: Create new files for HS/DS/TE state upload code.
Kenneth Graunke
2015-12-07
10
-110
/
+271
*
mesa: remove _mesa_tex_target_is_array
Alejandro Piñeiro
2015-12-07
2
-17
/
+0
*
i965: use _mesa_is_array_texture instead of _mesa_tex_target_is_array
Alejandro Piñeiro
2015-12-07
2
-2
/
+2
*
i965: Add defines for gather push constants
Abdiel Janulgue
2015-12-07
1
-0
/
+19
*
mesa: move GLES checks for SSO input/output validation
Timothy Arceri
2015-12-07
1
-22
/
+23
*
mesa: move GL_INVALID_OPERATION error to rendering call
Timothy Arceri
2015-12-07
3
-25
/
+15
*
mesa: move pipeline input/output validation inside _mesa_validate_program_pip...
Timothy Arceri
2015-12-07
1
-15
/
+15
*
glsl: re-validate program pipeline after sampler change
Timothy Arceri
2015-12-07
1
-0
/
+4
*
radeon: const correctness
Giuseppe Bilotta
2015-12-04
1
-1
/
+1
*
radeon: whitespace cleanup
Giuseppe Bilotta
2015-12-04
1
-2
/
+2
*
mesa/tests: add KHR_debug GLES glGetPointervKHR entry points
Emil Velikov
2015-12-04
1
-1
/
+4
[next]