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: make glGet*(GL_NONE) generate GL_INVALID_ENUM
Brian Paul
2010-12-03
1
-3
/
+5
*
mesa: Add getters for ARB_copy_buffer's attachment points.
Eric Anholt
2010-12-02
1
-0
/
+13
*
mesa: Add getters for the rest of the supported draw buffers.
Eric Anholt
2010-12-02
1
-0
/
+8
*
mesa: Fix glGet of ES2's GL_MAX_*_VECTORS properties.
Kenneth Graunke
2010-11-24
1
-6
/
+11
*
mesa: Allow query of MAX_SAMPLES with EXT_framebuffer_multisample
Ian Romanick
2010-11-10
1
-2
/
+2
*
mesa: state/queries for GL_MIN/MAX_PROGRAM_TEXEL_OFFSET_EXT
Brian Paul
2010-10-28
1
-0
/
+13
*
mesa: Track an ActiveProgram distinct from CurrentProgram
Ian Romanick
2010-10-27
1
-1
/
+1
*
mesa: added glGet query for GL_RGBA_INTEGER_MODE_EXT
Brian Paul
2010-10-23
1
-0
/
+11
*
mesa: set/get primitive restart state
Brian Paul
2010-10-21
1
-0
/
+16
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-16
/
+16
*
mesa: Remove EXT_convolution.
Eric Anholt
2010-09-23
1
-33
/
+0
*
mesa: Remove SGI_color_matrix.
Eric Anholt
2010-09-23
1
-25
/
+0
*
mesa: Remove SGI_color_table.
Eric Anholt
2010-09-23
1
-12
/
+0
*
mesa: Remove EXT_histogram.
Eric Anholt
2010-09-23
1
-6
/
+0
*
mesa: Remove the non-required ARB_imaging extension.
Eric Anholt
2010-09-23
1
-2
/
+2
*
mesa: Enable GL_MAX_VERTEX_ATTRIBS in ES2.
Kenneth Graunke
2010-09-07
1
-1
/
+16
*
Fix inverted version checks in check_extra.
Kenneth Graunke
2010-08-30
1
-6
/
+12
*
mesa: initial support for ARB_geometry_shader4
Zack Rusin
2010-06-28
1
-0
/
+21
*
mesa: rename src/mesa/shader/ to src/mesa/program/
Brian Paul
2010-06-10
1
-1
/
+1
*
mesa: Fix excess initializers in get.c table.
Chia-I Wu
2010-05-31
1
-2
/
+2
*
mesa: fix warnings about missing initializers in get.c table
Brian Paul
2010-05-21
1
-326
/
+330
*
mesa: enum bitfields are a gcc-only feature, use GLubyte
Brian Paul
2010-05-14
1
-2
/
+2
*
mesa: print enum name instead of hexadecimal value in glGet errors
Brian Paul
2010-05-14
1
-4
/
+9
*
mesa: silence compiler warning
Alan Hourihane
2010-05-13
1
-1
/
+3
*
mesa: added glGet code for GL_ARB_transform_feedback2
Brian Paul
2010-05-11
1
-0
/
+18
*
mesa: Optimize get.c by using a table-driven approach
Kristian Høgsberg
2010-05-11
1
-7842
/
+2298
*
mesa: more transform feedback infrastructure
Brian Paul
2010-05-10
1
-9
/
+9
*
mesa: remove driver hooks for GetFloat/Integer/Doublev, etc
Brian Paul
2010-05-07
1
-16
/
+0
*
mesa: do version checking for GL 3.x queries
Brian Paul
2010-04-20
1
-0
/
+50
*
mesa: API and state for GL 3.1 primitive restart
Brian Paul
2010-04-20
1
-0
/
+24
*
mesa: add GL 3.2 GL_CONTEXT_PROFILE_MASK query
Brian Paul
2010-04-20
1
-0
/
+12
*
mesa: better, smaller error handling code for glGet*()
Brian Paul
2010-04-20
1
-602
/
+626
*
mesa: check for _NEW_BUFFERS for color read format queries
Brian Paul
2010-04-05
1
-0
/
+16
*
mesa: added glGet queries for transform_feedback
Brian Paul
2010-03-30
1
-0
/
+152
*
mesa: only call _mesa_update_state() when necessary in glGet functions
Brian Paul
2010-03-26
1
-69
/
+46
*
mesa: added missing glGet query for GL_MAX_ARRAY_TEXTURE_LAYERS_EXT
Brian Paul
2010-03-20
1
-0
/
+16
*
mesa: added GL3 ContextFlags field and query code
Brian Paul
2010-03-20
1
-0
/
+12
*
mesa: Always return default value for CURRENT_RASTER_INDEX
Ian Romanick
2010-03-03
1
-4
/
+4
*
mesa: Remove checks of Visual.rgbMode in Get paths
Ian Romanick
2010-03-03
1
-8
/
+8
*
mesa: Remove unnecessary header.
Vinson Lee
2010-02-12
1
-1
/
+0
*
mesa: check for invalid texture coord unit in glGet queries
Brian Paul
2010-02-03
1
-44
/
+116
*
mesa: add error check for querying invalid texture matrix
Brian Paul
2010-02-03
1
-4
/
+32
*
mesa: added GL_MAJOR_VERSION and GL_MINOR_VERSION queries
Brian Paul
2010-01-05
1
-0
/
+24
*
mesa: implement GL3 GL_NUM_EXTENSIONS query
Brian Paul
2009-12-30
1
-0
/
+12
*
mesa: added infrastructure for GL_EXT_draw_buffers2
Brian Paul
2009-12-29
1
-0
/
+6
*
mesa: implement per-buffer color masking
Brian Paul
2009-12-29
1
-19
/
+46
*
mesa: implement indexed glGet functions
Brian Paul
2009-12-29
1
-0
/
+74
*
mesa: per-buffer blend enabled flags
Brian Paul
2009-12-29
1
-4
/
+4
*
Merge branch 'mesa_7_7_branch'
Brian Paul
2009-12-11
1
-8
/
+9
|
\
|
*
mesa: Move OES_read_format support from drivers into the core.
Eric Anholt
2009-12-09
1
-8
/
+9
[next]