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.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: regenerate get.c form get_gen.py
Brian Paul
2009-09-09
1
-0
/
+16
*
ARB sync: Add support for GL_ARB_sync to swrast
Ian Romanick
2009-09-03
1
-0
/
+19
*
ARB sync: Add infrastructure for glGetInteger64v
Ian Romanick
2009-09-03
1
-0
/
+1832
*
mesa: call FLUSH_CURRENT() for GL_CURRENT_TEXTURE_COORDS query
Brian Paul
2009-08-18
1
-0
/
+3
*
Regenerate files for GL_ARB_seamless_cube_map
Ian Romanick
2009-08-14
1
-0
/
+12
*
mesa: glGet queries for GL_EXT_provoking_vertex
Brian Paul
2009-05-28
1
-0
/
+24
*
mesa: add missing glGet*() case for GL_VERTEX_ARRAY_BINDING_APPLE
Brian Paul
2009-05-21
1
-0
/
+12
*
mesa: remove GL_MESA_program_debug extension
Brian Paul
2009-03-07
1
-48
/
+0
*
mesa: use an array for current texture objects
Brian Paul
2009-02-21
1
-21
/
+21
*
mesa: more display list cleanups
Brian
2009-01-31
1
-3
/
+3
*
Make GL_ARB_draw_buffers mandatory
Ian Romanick
2009-01-28
1
-15
/
+0
*
Make GL_ARB_vertex_buffer_object mandatory
Ian Romanick
2009-01-28
1
-30
/
+0
*
Make GL_ARB_multisample mandatory
Ian Romanick
2009-01-28
1
-24
/
+0
*
Make GL_ARB_texture_compression mandatory
Ian Romanick
2009-01-28
1
-9
/
+0
*
mesa: added GL_MAX_SAMPLES query for GL_ARB_fbo
Brian Paul
2009-01-22
1
-0
/
+12
*
mesa: fix GL_DEPTH_CLEAR_VALUE casting
Brian Paul
2009-01-06
1
-3
/
+3
*
mesa: fix cast/conversion for optional code
Brian
2008-09-25
1
-2
/
+2
*
mesa: fix float->int mapping for glGetIntegerv(GL_DEPTH_CLEAR_VALUE)
Brian Paul
2008-09-25
1
-2
/
+2
*
mesa: Apply MSVC portability fixes from Alan Hourihane.
José Fonseca
2008-09-23
1
-2
/
+2
*
mesa: refactor: move various ENUM_TO_x macros into macros.h
Brian Paul
2008-09-21
1
-4
/
+0
*
mesa: add GL_POLYGON_OFFSET_POINT/LINE/FILL queries, remove GL_TEXTURE_ENV_CO...
Brian Paul
2008-07-16
1
-36
/
+27
*
add GL_READ_FRAMEBUFFER_BINDING_EXT case, regenerate get.c file
Brian
2008-03-24
1
-0
/
+60
*
merge from master
Brian
2007-03-21
1
-39
/
+39
|
\
|
*
Colortable re-org.
Brian
2007-03-16
1
-9
/
+9
|
*
Re-org of gl_pixel_attrib struct.
Brian
2007-03-14
1
-30
/
+30
*
|
added GL_CURRENT_PROGRAM
Brian
2007-03-09
1
-0
/
+12
*
|
Merge branch 'origin' into glsl-compiler-1
Brian
2007-02-22
1
-3
/
+3
|
\
|
|
*
Merge branch 'master' of git+ssh://
[email protected]
/git/mesa/mesa i...
Keith Whitwell
2007-01-16
1
-0
/
+9
|
|
\
|
*
|
merge current trunk into vbo branch
Alan Hourihane
2006-11-02
1
-12
/
+12
|
*
|
oops, get.c is autogenerated
Keith Whitwell
2006-10-30
1
-3
/
+3
|
*
|
Move edgeflag into the VERT_ATTRIB_SEVEN slot. This means that our
Keith Whitwell
2006-10-30
1
-3
/
+3
*
|
|
Lots of assorted changes for new GLSL compiler backend.
Brian
2006-12-15
1
-3
/
+3
|
|
/
|
/
|
*
|
Added GL_STENCIL_BACK_WRITEMASK
Brian Paul
2006-11-02
1
-0
/
+9
*
|
Added a few new ctx->Const. fields for shader-related limits.
Brian Paul
2006-11-01
1
-12
/
+12
|
/
*
whitespace clean-up
Brian Paul
2006-10-24
1
-3
/
+3
*
added GL_CURRENT_RASTER_SECONDARY_COLOR query (OpenGL 2.1)
Brian Paul
2006-09-13
1
-0
/
+18
*
Add support for GL_APPLE_vertex_array_object. Several test programs
Ian Romanick
2006-06-12
1
-153
/
+153
*
Add a new 'all' parameter to _mesa_get_compressed_formats() to indicate whether
Brian Paul
2006-05-09
1
-6
/
+6
*
Put color index attribute into the 6th attribute slot.
Brian Paul
2006-04-25
1
-3
/
+3
*
Fix comment about MaxTextureUnits, needs to be min of coord and image units.
Brian Paul
2006-04-13
1
-3
/
+3
*
Queries of GL_READ_BUFFER and GL_DRAW_BUFFER were still returning the
Brian Paul
2006-03-19
1
-18
/
+18
*
Use standard ARB names instead of vendor-specific NV names for the ARB/NV_ver...
Roland Scheidegger
2006-03-03
1
-183
/
+183
*
Fix more enums defined not only by one extension when queried by glGet (GL_CO...
Roland Scheidegger
2006-03-02
1
-24
/
+24
*
Fix glGet with enums which are used not only in NV_vertex_program, but other ...
Roland Scheidegger
2006-03-01
1
-29
/
+48
*
Allow error checking to look for presence of either of two extensions.
Brian Paul
2006-02-28
1
-480
/
+474
*
Removed the GL_SGIX/SGIS_pixel_texture extensions. Same thing can be
Brian Paul
2005-12-14
1
-60
/
+0
*
Re-org and clean-up of vertx/fragment program limits (instructions,
Brian Paul
2005-11-01
1
-3
/
+3
*
Fix some issues with state updates and renderbuffers. Querying GL_RED_BITS,
Brian Paul
2005-10-08
1
-0
/
+10
*
removed GL_HP_occlusion_test extension
Brian Paul
2005-08-25
1
-54
/
+0
*
need to flush vertices for GL_OCCLUSION_TEST_RESULT_HP query
Brian Paul
2005-07-15
1
-0
/
+3
[next]