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
*
st/mesa/r200/i915/i965: eliminate gl_fragment_program
Timothy Arceri
2016-10-26
59
-350
/
+279
*
i965/mesa/st/swrast: set fs shader_info directly and switch to using it
Timothy Arceri
2016-10-26
15
-41
/
+26
*
mesa: remove now unused IsCentroid from gl_fragment_program
Timothy Arceri
2016-10-26
1
-6
/
+0
*
st/mesa: get interpolation location at translation time
Timothy Arceri
2016-10-26
3
-15
/
+18
*
i965: remove unused debug param
Timothy Arceri
2016-10-26
2
-17
/
+17
*
glsl: remove now unused InterpQualifier
Timothy Arceri
2016-10-26
1
-7
/
+0
*
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
*
st/mesa: stop making use of InterpQualifier array
Timothy Arceri
2016-10-26
2
-31
/
+41
*
mesa: remove unrequired code
Timothy Arceri
2016-10-26
1
-2
/
+0
*
i965/mesa/st: eliminate gl_compute_program
Timothy Arceri
2016-10-26
16
-80
/
+37
*
mesa: set cs shader_info metadata directly
Timothy Arceri
2016-10-26
1
-5
/
+3
*
st/mesa: switch cs over to shared shader_info
Timothy Arceri
2016-10-26
2
-8
/
+5
*
mesa/i965/i915/r200: eliminate gl_vertex_program
Timothy Arceri
2016-10-26
46
-310
/
+268
*
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
20
-90
/
+45
*
mesa: set gs shader_info metadata directly
Timothy Arceri
2016-10-26
1
-9
/
+7
*
st/mesa: switch gs over to shared shader_info
Timothy Arceri
2016-10-26
1
-4
/
+7
*
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
21
-93
/
+53
*
mesa: copy tes metadata directly to shared shader info
Timothy Arceri
2016-10-26
1
-7
/
+4
*
st/mesa: switch tes over to shared shader_info
Timothy Arceri
2016-10-26
1
-5
/
+7
*
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
21
-76
/
+41
*
mesa: set tcs shader_info metadata directly
Timothy Arceri
2016-10-26
1
-3
/
+1
*
st/mesa: switch tcs over to shared shader_info
Timothy Arceri
2016-10-26
2
-2
/
+2
*
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
4
-7
/
+9
*
glsl: add a shader info field to the gl_program type
Timothy Arceri
2016-10-26
2
-0
/
+9
*
nir/i965/anv/radv/gallium: make shader info a pointer
Timothy Arceri
2016-10-26
33
-187
/
+195
*
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
6
-32
/
+34
*
mesa: fix error handling in DrawBuffers
Tapani Pälli
2016-10-25
1
-34
/
+37
*
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
*
glsl: add matrix layout information to interface block types
Iago Toral Quiroga
2016-10-24
1
-0
/
+1
*
st/mesa: cleanup and fix primitive restart for indirect draws
Nicolai Hähnle
2016-10-24
1
-17
/
+28
*
glsl/mesa: remove unused namespace support from the symbol table
Timothy Arceri
2016-10-24
4
-254
/
+117
*
gallium: add PIPE_CAP_STREAM_OUTPUT_INTERLEAVE_BUFFERS
Ilia Mirkin
2016-10-22
1
-1
/
+1
*
vbo: clean up with 'indent', whitespace fixes, etc in vbo_exec_array.c
Brian Paul
2016-10-20
1
-252
/
+276
*
vbo: whitespace fixes and reformatting in vbo_exec_api.c
Brian Paul
2016-10-20
1
-42
/
+64
*
vbo: minor clean-up in vbo_exec_api.c
Brian Paul
2016-10-20
1
-5
/
+2
*
vbo: move attribute type assignment
Brian Paul
2016-10-20
1
-1
/
+2
*
vbo: rename reset_attrfv() to vbo_reset_all_attr()
Brian Paul
2016-10-20
1
-4
/
+6
[next]