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
/
get.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: Convert gl_context::Viewport to gl_context::ViewportArray
Courtney Goeltzenleuchter
2014-01-20
1
-6
/
+6
*
mesa: Converty gl_viewport_attrib::X, ::Y, ::Width, and ::Height to float
Courtney Goeltzenleuchter
2014-01-20
1
-4
/
+4
*
mesa: Convert gl_viewport_attrib::Near and ::Far to double
Courtney Goeltzenleuchter
2014-01-20
1
-0
/
+5
*
mesa: Allow glGet of values that are 2 doubles
Courtney Goeltzenleuchter
2014-01-20
1
-0
/
+2
*
mesa: Update gl_scissor_attrib to support ARB_viewport_array
Courtney Goeltzenleuchter
2014-01-20
1
-4
/
+8
*
mesa: Add image parameter queries for ARB_shader_image_load_store.
Francisco Jerez
2014-01-15
1
-0
/
+70
*
mesa: check bits per channel for GL_RGBA_SIGNED_COMPONENTS_EXT query
Brian Paul
2014-01-09
1
-7
/
+30
*
mesa: replace ctx->Const.{Vertex,Fragment,Geomtery}Program with an array.
Paul Berry
2014-01-09
1
-5
/
+5
*
mesa: implement missing glGet(GL_RGBA_SIGNED_COMPONENTS_EXT) query
Brian Paul
2014-01-06
1
-0
/
+22
*
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
/
+4
*
mesa: Add extension scaffolding for ARB_draw_indirect
Chris Forbes
2013-11-25
1
-0
/
+1
*
mesa: Add Get* support for ARB_vertex_attrib_binding
Fredrik Höglund
2013-11-07
1
-0
/
+24
*
mesa: Add ARB_vertex_attrib_binding
Fredrik Höglund
2013-11-07
1
-4
/
+4
*
mesa: Rename gl_array_object::VertexAttrib to _VertexAttrib
Fredrik Höglund
2013-11-07
1
-3
/
+3
*
mesa: Add new functions and enums required by GL_ARB_sample_shading
Anuj Phogat
2013-11-01
1
-0
/
+8
*
mesa: Add support for ARB_shader_atomic_counters.
Francisco Jerez
2013-10-29
1
-0
/
+40
*
mesa: add texture gather changes
Maxence Le Dore
2013-10-03
1
-0
/
+1
*
mesa: Silence GCC warning 'comparison between signed and unsigned integer exp...
Ian Romanick
2013-09-19
1
-1
/
+1
*
mesa: Fix broken call to print_table_stats
Ian Romanick
2013-09-19
1
-1
/
+3
*
mesa: Allow several ARB_geometry_shader4 queries in OpenGL 3.2
Ian Romanick
2013-09-19
1
-0
/
+6
*
mesa: Get GL_MAX_FRAGMENT_INPUT_COMPONENTS from FragmentProgram.MaxInputCompo...
Ian Romanick
2013-09-19
1
-1
/
+0
*
mesa: Get GL_MAX_VERTEX_OUTPUT_COMPONENTS from VertexProgram.MaxOutputComponents
Ian Romanick
2013-09-19
1
-1
/
+0
*
mesa: Support GL_MAX_VERTEX_OUTPUT_COMPONENTS query with ES3
Ian Romanick
2013-09-19
1
-0
/
+1
*
mesa: use ARRAY_SIZE() macro instead of magic number
Brian Paul
2013-08-20
1
-1
/
+1
*
main: Allow for the possibility of GL 3.2 without ARB_geometry_shader4.
Paul Berry
2013-08-01
1
-1
/
+1
*
mesa: GL_ARB_shader_objects is not optional
Ian Romanick
2013-06-28
1
-1
/
+0
*
mesa: GL_EXT_fog_coord is not optional
Ian Romanick
2013-06-28
1
-7
/
+0
*
mesa: GL_EXT_secondary_color is not optional
Ian Romanick
2013-06-28
1
-8
/
+0
*
mesa: GL_EXT_framebuffer_object is not optional
Ian Romanick
2013-06-28
1
-1
/
+0
*
mesa: Expose MAX_FRAGMENT_INPUT_COMPONENTS on ES3 and desktop 3.2.
Eric Anholt
2013-06-07
1
-0
/
+7
*
mesa: Expose texture array getters on GLES3.
Eric Anholt
2013-06-07
1
-0
/
+6
*
mesa: Expose texel offset limits in GLES3.
Eric Anholt
2013-06-07
1
-1
/
+2
*
mesa: Use accessor for stencil reference values in glGet
Chris Forbes
2013-05-15
1
-1
/
+5
*
mesa: Fix error checking for GS UBO getters.
Eric Anholt
2013-04-29
1
-2
/
+7
*
mesa: Add a clarifying comment about EXTRA_ error checking.
Eric Anholt
2013-04-29
1
-1
/
+7
*
mesa: Add an extra clarifying set of braces to getter checking.
Eric Anholt
2013-04-29
1
-1
/
+2
*
mesa: Fix error checking for getters consisting of only API versions.
Eric Anholt
2013-04-29
1
-32
/
+24
*
mesa: Clarify the names of error checking variables for glGet.
Eric Anholt
2013-04-29
1
-22
/
+21
*
mesa: Restore 78-column wrapping of license text in C-style comments.
Kenneth Graunke
2013-04-23
1
-3
/
+4
*
mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.
Kenneth Graunke
2013-04-23
1
-1
/
+1
*
mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.
Kenneth Graunke
2013-04-23
1
-1
/
+1
*
mesa: remove #include "mfeatures.h" from numerous source files
Brian Paul
2013-04-17
1
-1
/
+0
*
mesa: remove old comment about FEATURE_GL
Brian Paul
2013-04-09
1
-2
/
+1
*
mesa: fix glGet queries depending on derived framebuffer state (v2)
Marek Olšák
2013-04-10
1
-0
/
+19
*
mesa: allow drivers not to expose ARB_color_buffer_float in GL core profile
Marek Olšák
2013-04-06
1
-1
/
+8
*
mesa: don't set _ClampFragmentColor to TRUE if it has no effect
Marek Olšák
2013-04-06
1
-4
/
+5
*
mesa: fix glGetInteger*(GL_SAMPLER_BINDING).
Alan Hourihane
2013-03-07
1
-1
/
+11
*
mesa: implement sample mask
Chris Forbes
2013-03-02
1
-0
/
+9
[next]