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
/
main
/
get_hash_params.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: Add ARB_viewport_array plumbing
Courtney Goeltzenleuchter
2014-01-20
1
-0
/
+7
*
mesa: Converty gl_viewport_attrib::X, ::Y, ::Width, and ::Height to float
Courtney Goeltzenleuchter
2014-01-20
1
-1
/
+1
*
mesa: Convert gl_viewport_attrib::Near and ::Far to double
Courtney Goeltzenleuchter
2014-01-20
1
-1
/
+1
*
mesa: Update gl_scissor_attrib to support ARB_viewport_array
Courtney Goeltzenleuchter
2014-01-20
1
-1
/
+1
*
mesa: fix GL_COLOR_SUM enum for drivers without ARB_vertex_program
Ilia Mirkin
2014-01-16
1
-1
/
+1
*
mesa: Add image parameter queries for ARB_shader_image_load_store.
Francisco Jerez
2014-01-15
1
-0
/
+9
*
mesa: replace ctx->Const.{Vertex,Fragment,Geomtery}Program with an array.
Paul Berry
2014-01-09
1
-25
/
+25
*
mesa: implement missing glGet(GL_RGBA_SIGNED_COMPONENTS_EXT) query
Brian Paul
2014-01-06
1
-0
/
+3
*
mesa: Remove support for GL_MESA_texture_array
Ian Romanick
2013-12-04
1
-2
/
+0
*
mesa: Use a single enable for GL_EXT_texture_array and GL_MESA_texture_array
Ian Romanick
2013-12-04
1
-3
/
+3
*
mesa: Add binding point for indirect buffer
Chris Forbes
2013-11-25
1
-0
/
+2
*
mesa: Add Get* support for ARB_vertex_attrib_binding
Fredrik Höglund
2013-11-07
1
-0
/
+4
*
mesa: Add ARB_vertex_attrib_binding
Fredrik Höglund
2013-11-07
1
-33
/
+33
*
mesa: Rename gl_array_object::VertexAttrib to _VertexAttrib
Fredrik Höglund
2013-11-07
1
-33
/
+33
*
mesa: Add new functions and enums required by GL_ARB_sample_shading
Anuj Phogat
2013-11-01
1
-0
/
+3
*
mesa: Add support for ARB_shader_atomic_counters.
Francisco Jerez
2013-10-29
1
-0
/
+12
*
mesa: Don't return any data for GL_SHADER_BINARY_FORMATS
Ian Romanick
2013-10-04
1
-1
/
+1
*
mesa: fix make check for ARB_texture_gather
Chris Forbes
2013-10-03
1
-2
/
+2
*
mesa: add texture gather changes
Maxence Le Dore
2013-10-03
1
-0
/
+6
*
mesa: Remove all traces of GL_OES_matrix_get
Ian Romanick
2013-09-30
1
-5
/
+0
*
mesa: Allow several ARB_geometry_shader4 queries in OpenGL 3.2
Ian Romanick
2013-09-19
1
-4
/
+4
*
mesa: Expose MAX_GEOMETRY_{INPUT,OUTPUT}_COMPONENTS on OpenGL 3.2
Ian Romanick
2013-09-19
1
-1
/
+3
*
mesa: Get GL_MAX_FRAGMENT_INPUT_COMPONENTS from FragmentProgram.MaxInputCompo...
Ian Romanick
2013-09-19
1
-1
/
+1
*
mesa: Get GL_MAX_VERTEX_OUTPUT_COMPONENTS from VertexProgram.MaxOutputComponents
Ian Romanick
2013-09-19
1
-1
/
+1
*
mesa: Use correct data for MAX_{VERTEX,GEOMETRY}_VARYING_COMPONENTS_ARB queries
Ian Romanick
2013-09-19
1
-2
/
+2
*
mesa: Support GL_MAX_VERTEX_OUTPUT_COMPONENTS query with ES3
Ian Romanick
2013-09-19
1
-0
/
+1
*
mesa: Setup remaining infrastucture and enable KHR_debug
Timothy Arceri
2013-09-04
1
-5
/
+9
*
mesa: GL_ARB_shader_objects is not optional
Ian Romanick
2013-06-28
1
-3
/
+3
*
mesa: GL_EXT_fog_coord is not optional
Ian Romanick
2013-06-28
1
-5
/
+5
*
mesa: GL_EXT_secondary_color is not optional
Ian Romanick
2013-06-28
1
-6
/
+6
*
mesa: GL_EXT_framebuffer_object is not optional
Ian Romanick
2013-06-28
1
-4
/
+4
*
mesa: Expose MAX_FRAGMENT_INPUT_COMPONENTS on ES3 and desktop 3.2.
Eric Anholt
2013-06-07
1
-0
/
+3
*
mesa: Expose texture array getters on GLES3.
Eric Anholt
2013-06-07
1
-2
/
+4
*
mesa: Fix the return value of TEXTURE_BINDING_2D_ARRAY.
Eric Anholt
2013-06-07
1
-1
/
+1
*
mesa: Expose texel offset limits in GLES3.
Eric Anholt
2013-06-07
1
-4
/
+4
*
mesa: Use accessor for stencil reference values in glGet
Chris Forbes
2013-05-15
1
-1
/
+1
*
mesa: unify MaxVertexVaryingComponents and MaxGeometryVaryingComponents
Marek Olšák
2013-05-11
1
-2
/
+2
*
mesa: move max texture image unit constants to gl_program_constants
Marek Olšák
2013-05-11
1
-3
/
+3
*
mesa: fix glGet queries depending on derived framebuffer state (v2)
Marek Olšák
2013-04-10
1
-7
/
+7
*
mesa: allow drivers not to expose ARB_color_buffer_float in GL core profile
Marek Olšák
2013-04-06
1
-1
/
+1
*
mesa: flush current state when querying GL_EDGE_FLAG
Brian Paul
2013-03-04
1
-1
/
+1
*
mesa: implement sample mask
Chris Forbes
2013-03-02
1
-0
/
+2
*
mesa: add new max sample count state
Chris Forbes
2013-03-02
1
-0
/
+3
*
mesa: add texobj support for ARB_texture_multisample
Chris Forbes
2013-03-02
1
-0
/
+5
*
mesa: Allow glGet* queries of MAX_VARYING_COMPONENTS in ES 3
Matt Turner
2013-02-07
1
-3
/
+1
*
mesa: implement GL_ARB_texture_buffer_range
Christoph Bumiller
2013-01-30
1
-0
/
+6
*
mesa: Add Get support for PROGRAM_BINARY_FORMATS and NUM_PROGRAM_BINARY_FORMATS
Ian Romanick
2013-01-11
1
-0
/
+4
*
mesa: Fix GL_SHADER_BINARY_FORMATS query
Ian Romanick
2013-01-11
1
-8
/
+2
*
mesa: Support more glGet enums for ES3
Chad Versace
2013-01-10
1
-3
/
+5
*
mesa: Support querying GL_MAX_ELEMENT_INDEX in ES 3
Matt Turner
2013-01-10
1
-0
/
+3
[next]