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
path:
root
/
src
/
mesa
/
drivers
/
dri
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965/vec4: use byte_offset() instead of offset()
Iago Toral Quiroga
2016-10-27
5
-15
/
+29
*
i965/vec4: add a byte_offset helper
Iago Toral Quiroga
2016-10-27
1
-0
/
+50
*
i956: set RobustAccess true when is supported
Tapani Pälli
2016-10-27
1
-1
/
+3
*
nir: stop adjusting driver location for varying packing
Timothy Arceri
2016-10-26
2
-3
/
+3
*
r200/glsl/st/mesa: use common outputs written field
Timothy Arceri
2016-10-26
2
-6
/
+7
*
r200/i915/st/mesa/compiler: use common inputs read field
Timothy Arceri
2016-10-26
4
-17
/
+17
*
i965: replace brw_compute_program with brw_program
Timothy Arceri
2016-10-26
4
-35
/
+8
*
i965: replace brw_fragment_program with brw_program
Timothy Arceri
2016-10-26
6
-36
/
+13
*
i965: replace brw_tess_{eval,ctrl}_program with brw_program
Timothy Arceri
2016-10-26
8
-74
/
+18
*
i965: replace brw_geomerty_program with brw_program
Timothy Arceri
2016-10-26
7
-37
/
+10
*
i965: replace brw_vertex_program with new generic brw_program
Timothy Arceri
2016-10-26
6
-23
/
+20
*
st/mesa/r200/i915/i965: eliminate gl_fragment_program
Timothy Arceri
2016-10-26
19
-68
/
+66
*
i965/mesa/st/swrast: set fs shader_info directly and switch to using it
Timothy Arceri
2016-10-26
8
-26
/
+19
*
i965: remove unused debug param
Timothy Arceri
2016-10-26
2
-17
/
+17
*
i965: remove unused BRW_STATE_INTERPOLATION_MAP flag
Timothy Arceri
2016-10-26
2
-3
/
+0
*
i965: rewrite brw_setup_vue_interpolation()
Timothy Arceri
2016-10-26
20
-125
/
+145
*
i965/mesa/st: eliminate gl_compute_program
Timothy Arceri
2016-10-26
4
-18
/
+16
*
mesa/i965/i915/r200: eliminate gl_vertex_program
Timothy Arceri
2016-10-26
12
-82
/
+79
*
i965: switch vs over to shared shader_info
Timothy Arceri
2016-10-26
2
-4
/
+3
*
i965/mesa/st: eliminate gl_geometry_program
Timothy Arceri
2016-10-26
6
-19
/
+16
*
i965: switch gs over to shared shader_info
Timothy Arceri
2016-10-26
1
-1
/
+1
*
i965/mesa/st: eliminate gl_tess_eval_program
Timothy Arceri
2016-10-26
7
-25
/
+24
*
i965: switch tes over to shared shader_info
Timothy Arceri
2016-10-26
2
-8
/
+8
*
i965/mesa/st: eliminate gl_tess_ctrl_program
Timothy Arceri
2016-10-26
7
-16
/
+15
*
i965: switch tcs over to shared shader_info
Timothy Arceri
2016-10-26
2
-22
/
+17
*
glsl: add temporary copy_shader_info() function
Timothy Arceri
2016-10-26
1
-4
/
+4
*
nir/i965/anv/radv/gallium: make shader info a pointer
Timothy Arceri
2016-10-26
32
-174
/
+182
*
nir: move nir_shader_info to a common compiler header
Timothy Arceri
2016-10-26
1
-1
/
+1
*
mesa: modify _mesa_copy_linked_program_data() to take gl_linked_shader
Timothy Arceri
2016-10-26
1
-3
/
+4
*
mesa: add missing formats to driGLFormatToImageFormat
Tapani Pälli
2016-10-25
1
-0
/
+2
*
i965: Drop nir_inputs from fs_visitor.
Kenneth Graunke
2016-10-24
1
-1
/
+0
*
i965: Don't use nir_assign_var_locations for VS/TES/GS outputs.
Kenneth Graunke
2016-10-24
5
-62
/
+12
*
i965: Make split_virtual_grfs() call compact_virtual_grfs().
Kenneth Graunke
2016-10-24
1
-0
/
+6
*
i965: Drop unnecessary switch statement in nir_setup_outputs()
Kenneth Graunke
2016-10-24
1
-12
/
+3
*
i965/gen8: Don't enable alpha test and alpha to coverage if draw bufer zero i...
Anuj Phogat
2016-10-24
1
-6
/
+9
*
i965/gen8: Use DrawBuffer->_IntegerBuffers in gen8_upload_ps_blend()
Anuj Phogat
2016-10-24
1
-5
/
+2
*
i965/gen8: Use DrawBuffer->_IntegerBuffers in gen8_upload_blend_state()
Anuj Phogat
2016-10-24
1
-8
/
+2
*
i965/cs: Don't use a thread channel ID for small local sizes
Jordan Justen
2016-10-19
1
-2
/
+11
*
i965/cs: Use udiv/umod for local IDs
Jordan Justen
2016-10-19
1
-1
/
+1
*
mesa: remove gl_shader_compiler_options::EmitNoNoise
Marek Olšák
2016-10-19
2
-2
/
+0
*
i965: fix subnr overflow in suboffset()
Iago Toral Quiroga
2016-10-19
1
-8
/
+5
*
i965: Fix gl_InvocationID in dual object GS where invocations == 1.
Kenneth Graunke
2016-10-17
1
-1
/
+4
*
i965: Silence unused parameter warnings
Ian Romanick
2016-10-17
7
-9
/
+5
*
i965: Enable OpenGL 4.5.
Kenneth Graunke
2016-10-14
2
-2
/
+2
*
intel/blorp: Add a flag to make blorp not re-emit dept/stencil buffers
Jason Ekstrand
2016-10-14
1
-6
/
+6
*
i915: workaround multiple intelFenceExtension definitions
Emil Velikov
2016-10-14
1
-0
/
+1
*
i965: Sort some extension names
Ian Romanick
2016-10-14
1
-3
/
+3
*
i915: store reference to the context within struct intel_fence (v2)
Mauro Rossi
2016-10-14
1
-11
/
+44
*
i915/sync: Implement DRI2_Fence extension
Mauro Rossi
2016-10-14
3
-30
/
+152
*
i915/sync: Replace prefix 'intel_sync' -> 'intel_gl_sync'
Mauro Rossi
2016-10-14
2
-26
/
+30
[next]