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
/
main
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: move shader_info to the start of gl_program
Timothy Arceri
2016-11-03
1
-2
/
+3
*
mesa: rename gl_client_array -> gl_vertex_array
Brian Paul
2016-10-28
4
-13
/
+15
*
mesa: code clean-up in _mesa_update_vao_client_arrays()
Brian Paul
2016-10-28
1
-8
/
+5
*
mesa: update comment on vertex_attrib_binding()
Brian Paul
2016-10-28
1
-1
/
+2
*
mesa: rename gl_vertex_array_object::VertexBinding to BufferBinding
Brian Paul
2016-10-28
8
-51
/
+51
*
mesa: expose GL_EXT_robustness
Tapani Pälli
2016-10-27
1
-0
/
+1
*
mesa: add missing CONTEXT_ROBUST_ACCESS enum
Tapani Pälli
2016-10-27
4
-0
/
+8
*
compiler: remove copy_shader_info()
Timothy Arceri
2016-10-26
1
-2
/
+0
*
glsl: set uses texture gather directly in shader_info
Timothy Arceri
2016-10-26
1
-2
/
+0
*
glsl/st/mesa: use common system values read field
Timothy Arceri
2016-10-26
1
-1
/
+0
*
glsl: set patch outputs written directly in shader_info
Timothy Arceri
2016-10-26
1
-1
/
+0
*
glsl: set patch inputs read directly in shader_info
Timothy Arceri
2016-10-26
1
-1
/
+0
*
glsl: set outputs read directly in shader_info
Timothy Arceri
2016-10-26
1
-1
/
+0
*
r200/glsl/st/mesa: use common outputs written field
Timothy Arceri
2016-10-26
4
-5
/
+4
*
mesa/glsl: set double inputs read directly in shader_info
Timothy Arceri
2016-10-26
1
-1
/
+0
*
r200/i915/st/mesa/compiler: use common inputs read field
Timothy Arceri
2016-10-26
5
-8
/
+7
*
mesa/compiler: copy early fragment tests to shader_info in _mesa_copy_linked_...
Timothy Arceri
2016-10-26
1
-0
/
+1
*
st/mesa/r200/i915/i965: eliminate gl_fragment_program
Timothy Arceri
2016-10-26
8
-88
/
+64
*
i965/mesa/st/swrast: set fs shader_info directly and switch to using it
Timothy Arceri
2016-10-26
1
-2
/
+1
*
mesa: remove now unused IsCentroid from gl_fragment_program
Timothy Arceri
2016-10-26
1
-6
/
+0
*
glsl: remove now unused InterpQualifier
Timothy Arceri
2016-10-26
1
-7
/
+0
*
i965/mesa/st: eliminate gl_compute_program
Timothy Arceri
2016-10-26
2
-24
/
+7
*
mesa: set cs shader_info metadata directly
Timothy Arceri
2016-10-26
1
-5
/
+3
*
mesa/i965/i915/r200: eliminate gl_vertex_program
Timothy Arceri
2016-10-26
9
-81
/
+74
*
i965/mesa/st: eliminate gl_geometry_program
Timothy Arceri
2016-10-26
3
-25
/
+9
*
mesa: set gs shader_info metadata directly
Timothy Arceri
2016-10-26
1
-9
/
+7
*
i965/mesa/st: eliminate gl_tess_eval_program
Timothy Arceri
2016-10-26
3
-22
/
+8
*
mesa: copy tes metadata directly to shared shader info
Timothy Arceri
2016-10-26
1
-7
/
+4
*
i965/mesa/st: eliminate gl_tess_ctrl_program
Timothy Arceri
2016-10-26
3
-18
/
+7
*
mesa: set tcs shader_info metadata directly
Timothy Arceri
2016-10-26
1
-3
/
+1
*
glsl: add temporary copy_shader_info() function
Timothy Arceri
2016-10-26
1
-0
/
+2
*
glsl: add a shader info field to the gl_program type
Timothy Arceri
2016-10-26
1
-0
/
+3
*
mesa: modify _mesa_copy_linked_program_data() to take gl_linked_shader
Timothy Arceri
2016-10-26
2
-22
/
+22
*
mesa: fix error handling in DrawBuffers
Tapani Pälli
2016-10-25
1
-34
/
+37
*
glsl: add matrix layout information to interface block types
Iago Toral Quiroga
2016-10-24
1
-0
/
+1
*
mesa: remove unused LocalSizeVariable
Timothy Arceri
2016-10-20
2
-6
/
+0
*
mesa: remove gl_shader_compiler_options::EmitNoNoise
Marek Olšák
2016-10-19
1
-1
/
+0
*
util: move min/max/clamp macros to util macros.h
Dave Airlie
2016-10-19
1
-13
/
+0
*
mesa: fix indentation in vertex_attrib_binding()
Brian Paul
2016-10-13
1
-2
/
+2
*
mesa: add sanity check assertion in update_array_format
Brian Paul
2016-10-13
1
-0
/
+3
*
mesa: remove needless cast in update_array()
Brian Paul
2016-10-13
1
-1
/
+1
*
mesa: simplify update_array() with a vao local var
Brian Paul
2016-10-13
1
-7
/
+7
*
mesa: rename gl_vertex_attrib_array gl_array_attributes
Brian Paul
2016-10-13
7
-27
/
+27
*
mesa: rename gl_vertex_attrib_array::VertexBinding
Brian Paul
2016-10-13
4
-23
/
+23
*
mesa: rename some vars in arrayobj.c
Brian Paul
2016-10-13
1
-24
/
+31
*
mesa: replace gl_framebuffer::_IntegerColor wih _IntegerBuffers
Brian Paul
2016-10-13
6
-9
/
+14
*
mesa: remove 'params' parameter from ctx->Driver.TexParameter()
Brian Paul
2016-10-13
4
-29
/
+14
*
mesa: fix error handling in _mesa_TransformFeedbackVaryings
Tapani Pälli
2016-10-11
1
-10
/
+6
*
mesa: throw error if bufSize negative in GetSynciv on OpenGL ES
Tapani Pälli
2016-10-10
1
-0
/
+8
*
mesa/main: add support for ARB_compute_variable_groups_size
Samuel Pitoiset
2016-10-07
11
-1
/
+185
[next]