Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
mesa3d
/
e5c6a92a12b5cd7db205d72039f58d302b0be9d5
/
src
/
mesa
/
main
/
get.c
e5c6a92
mesa: implement clamping controls (ARB_color_buffer_float)
by Marek Olšák
· 14 years ago
8199201
mesa: More glGet* fixes.
by José Fonseca
· 14 years ago
f697087
mesa: Fix typo glGet*v(GL_TEXTURE_COORD_ARRAY_*).
by José Fonseca
· 14 years ago
e0e9402
mesa: move location of some geometry program limits
by Brian Paul
· 14 years ago
9d20849
mesa: remove GL_SGI_texture_color_table support
by Brian Paul
· 14 years ago
a637280
mesa: EXT_framebuffer_sRGB interface additions.
by Dave Airlie
· 14 years ago
b3ca110
mesa: implement glGet queries for GL_ARB_draw_buffers_blend
by Brian Paul
· 14 years ago
74713e2
mesa: begin implementation of GL_ARB_draw_buffers_blend
by Brian Paul
· 14 years ago
4620de7
mesa: Add getter for GL_SHADER_COMPILER with ARB_ES2_compatibility.
by Eric Anholt
· 14 years ago
8395f20
mesa: Add getters for ARB_ES2_compatibility MAX_*_VECTORS.
by Eric Anholt
· 14 years ago
67722ae
mesa: don't assert in GetIntegerIndexed, etc
by Brian Paul
· 14 years ago
db61b9c
mesa: Directly include mfeatures.h in files that perform feature tests.
by Vinson Lee
· 14 years ago
503983b
mesa: make glGet*(GL_NONE) generate GL_INVALID_ENUM
by Brian Paul
· 14 years ago
43491ad
mesa: Add getters for ARB_copy_buffer's attachment points.
by Eric Anholt
· 14 years ago
7cba339
mesa: Add getters for the rest of the supported draw buffers.
by Eric Anholt
· 14 years ago
1197393
mesa: Fix glGet of ES2's GL_MAX_*_VECTORS properties.
by Kenneth Graunke
· 14 years ago
bcef51c
mesa: Allow query of MAX_SAMPLES with EXT_framebuffer_multisample
by Ian Romanick
· 14 years ago
3b82cee
mesa: state/queries for GL_MIN/MAX_PROGRAM_TEXEL_OFFSET_EXT
by Brian Paul
· 14 years ago
75c6f47
mesa: Track an ActiveProgram distinct from CurrentProgram
by Ian Romanick
· 14 years ago
9968a39
mesa: added glGet query for GL_RGBA_INTEGER_MODE_EXT
by Brian Paul
· 14 years ago
7f26ad8
mesa: set/get primitive restart state
by Brian Paul
· 14 years ago
f9995b3
Drop GLcontext typedef and use struct gl_context instead
by Kristian Høgsberg
· 14 years ago
a62efdf
mesa: Remove EXT_convolution.
by Eric Anholt
· 14 years ago
73578ba
mesa: Remove SGI_color_matrix.
by Eric Anholt
· 14 years ago
6c227e5
mesa: Remove SGI_color_table.
by Eric Anholt
· 14 years ago
7126e38
mesa: Remove EXT_histogram.
by Eric Anholt
· 14 years ago
907a673
mesa: Remove the non-required ARB_imaging extension.
by Eric Anholt
· 14 years ago
67da41c
mesa: Enable GL_MAX_VERTEX_ATTRIBS in ES2.
by Kenneth Graunke
· 14 years ago
9b0ba68
Fix inverted version checks in check_extra.
by Kenneth Graunke
· 14 years ago
da7bd6a
mesa: initial support for ARB_geometry_shader4
by Zack Rusin
· 14 years ago
ec2b92f
mesa: rename src/mesa/shader/ to src/mesa/program/
by Brian Paul
· 14 years ago
593cf8b
mesa: Fix excess initializers in get.c table.
by Chia-I Wu
· 14 years ago
ffd2bc3
mesa: fix warnings about missing initializers in get.c table
by Brian Paul
· 14 years ago
48d3988
mesa: enum bitfields are a gcc-only feature, use GLubyte
by Brian Paul
· 14 years ago
1fbb50b
mesa: print enum name instead of hexadecimal value in glGet errors
by Brian Paul
· 14 years ago
8b3bf9c
mesa: silence compiler warning
by Alan Hourihane
· 14 years ago
42d31bf
mesa: added glGet code for GL_ARB_transform_feedback2
by Brian Paul
· 14 years ago
199b089
mesa: Optimize get.c by using a table-driven approach
by Kristian Høgsberg
· 14 years ago
fef6e36
mesa: more transform feedback infrastructure
by Brian Paul
· 14 years ago
3965bc5
mesa: remove driver hooks for GetFloat/Integer/Doublev, etc
by Brian Paul
· 14 years ago
736a2f2
mesa: do version checking for GL 3.x queries
by Brian Paul
· 15 years ago
a40e6f2
mesa: API and state for GL 3.1 primitive restart
by Brian Paul
· 15 years ago
bd1d35f
mesa: add GL 3.2 GL_CONTEXT_PROFILE_MASK query
by Brian Paul
· 15 years ago
395cec9
mesa: better, smaller error handling code for glGet*()
by Brian Paul
· 15 years ago
557c8bb
mesa: check for _NEW_BUFFERS for color read format queries
by Brian Paul
· 15 years ago
539d03f
mesa: added glGet queries for transform_feedback
by Brian Paul
· 15 years ago
22cd6f2
mesa: only call _mesa_update_state() when necessary in glGet functions
by Brian Paul
· 15 years ago
9fca5d2
mesa: added missing glGet query for GL_MAX_ARRAY_TEXTURE_LAYERS_EXT
by Brian Paul
· 15 years ago
00225af
mesa: added GL3 ContextFlags field and query code
by Brian Paul
· 15 years ago
5c52b42
mesa: Always return default value for CURRENT_RASTER_INDEX
by Ian Romanick
· 15 years ago
b9f63c2
mesa: Remove checks of Visual.rgbMode in Get paths
by Ian Romanick
· 15 years ago
672f98b
mesa: Remove unnecessary header.
by Vinson Lee
· 15 years ago
cd130b0
mesa: check for invalid texture coord unit in glGet queries
by Brian Paul
· 15 years ago
d82c371
mesa: add error check for querying invalid texture matrix
by Brian Paul
· 15 years ago
d4f2d65
mesa: added GL_MAJOR_VERSION and GL_MINOR_VERSION queries
by Brian Paul
· 15 years ago
802b808
mesa: implement GL3 GL_NUM_EXTENSIONS query
by Brian Paul
· 15 years ago
8f6f112
mesa: added infrastructure for GL_EXT_draw_buffers2
by Brian Paul
· 15 years ago
fd5511d
mesa: implement per-buffer color masking
by Brian Paul
· 15 years ago
126b35b
mesa: implement indexed glGet functions
by Brian Paul
· 15 years ago
3728673
mesa: per-buffer blend enabled flags
by Brian Paul
· 15 years ago
a087eb5
Merge branch 'mesa_7_7_branch'
by Brian Paul
· 15 years ago
cd6b8dd
mesa: Move OES_read_format support from drivers into the core.
by Eric Anholt
· 15 years ago
853d480
mesa: Update vertex texture code after gallium changes.
by Michal Krol
· 15 years ago
898de4a
Merge branch 'mesa_7_6_branch'
by Brian Paul
· 15 years ago
6eb7151
mesa: (GLint64) casts in get.c to silence Visual Studio warnings
by Brian Paul
· 15 years ago
94a8157
mesa: regenerate get.c form get_gen.py
by Brian Paul
· 15 years ago
f37070b
ARB sync: Add support for GL_ARB_sync to swrast
by Ian Romanick
· 15 years ago
10067e4
ARB sync: Add infrastructure for glGetInteger64v
by Ian Romanick
· 15 years ago
b062a11
mesa: call FLUSH_CURRENT() for GL_CURRENT_TEXTURE_COORDS query
by Brian Paul
· 15 years ago
06ae1db
Regenerate files for GL_ARB_seamless_cube_map
by Ian Romanick
· 15 years ago
f2f89b0
mesa: glGet queries for GL_EXT_provoking_vertex
by Brian Paul
· 15 years ago
70c4b81
mesa: add missing glGet*() case for GL_VERTEX_ARRAY_BINDING_APPLE
by Brian Paul
· 15 years ago
69e07bd
mesa: remove GL_MESA_program_debug extension
by Brian Paul
· 16 years ago
9818734
mesa: use an array for current texture objects
by Brian Paul
· 16 years ago
0001dee
mesa: more display list cleanups
by Brian
· 16 years ago
8aa209c
Make GL_ARB_draw_buffers mandatory
by Ian Romanick
· 16 years ago
82b9661
Make GL_ARB_vertex_buffer_object mandatory
by Ian Romanick
· 16 years ago
2b77b1d
Make GL_ARB_multisample mandatory
by Ian Romanick
· 16 years ago
33fa5e4
Make GL_ARB_texture_compression mandatory
by Ian Romanick
· 16 years ago
515c118
mesa: added GL_MAX_SAMPLES query for GL_ARB_fbo
by Brian Paul
· 16 years ago
814bc5c
mesa: fix GL_DEPTH_CLEAR_VALUE casting
by Brian Paul
· 16 years ago
1e3a44f
mesa: fix cast/conversion for optional code
by Brian
· 16 years ago
8124faf
mesa: fix float->int mapping for glGetIntegerv(GL_DEPTH_CLEAR_VALUE)
by Brian Paul
· 16 years ago
452a592
mesa: Apply MSVC portability fixes from Alan Hourihane.
by José Fonseca
· 16 years ago
ddd630e
mesa: refactor: move various ENUM_TO_x macros into macros.h
by Brian Paul
· 16 years ago
7d13dde
mesa: add GL_POLYGON_OFFSET_POINT/LINE/FILL queries, remove GL_TEXTURE_ENV_COLOR, GL_TEXTURE_ENV_MODE
by Brian Paul
· 16 years ago
816fbea
add GL_READ_FRAMEBUFFER_BINDING_EXT case, regenerate get.c file
by Brian
· 17 years ago
23d31ef
merge from master
by Brian
· 18 years ago
7573b58
Colortable re-org.
by Brian
· 18 years ago
b6adf33
Re-org of gl_pixel_attrib struct.
by Brian
· 18 years ago
b9ea936
added GL_CURRENT_PROGRAM
by Brian
· 18 years ago
29c471a
Merge branch 'origin' into glsl-compiler-1
by Brian
· 18 years ago
6a3fdc3
Merge branch 'master' of git+ssh://keithw@git.freedesktop.org/git/mesa/mesa into vbo-0.2
by Keith Whitwell
· 18 years ago
a90046f
Lots of assorted changes for new GLSL compiler backend.
by Brian
· 18 years ago
e441427
Added GL_STENCIL_BACK_WRITEMASK
by Brian Paul
· 18 years ago
6d104cb
merge current trunk into vbo branch
by Alan Hourihane
· 18 years ago
90fcf6c
Added a few new ctx->Const. fields for shader-related limits.
by Brian Paul
· 18 years ago
a1a8a2c
oops, get.c is autogenerated
by Keith Whitwell
· 18 years ago
fd27560
Move edgeflag into the VERT_ATTRIB_SEVEN slot. This means that our
by Keith Whitwell
· 18 years ago
59e1f3d
whitespace clean-up
by Brian Paul
· 18 years ago
Next »