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_gen.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: implement GL3 GL_NUM_EXTENSIONS query
Brian Paul
2009-12-30
1
-0
/
+3
*
mesa: added infrastructure for GL_EXT_draw_buffers2
Brian Paul
2009-12-29
1
-7
/
+7
*
mesa: implement per-buffer color masking
Brian Paul
2009-12-29
1
-5
/
+12
*
mesa: implement indexed glGet functions
Brian Paul
2009-12-29
1
-20
/
+57
*
mesa: per-buffer blend enabled flags
Brian Paul
2009-12-29
1
-1
/
+1
*
Merge branch 'mesa_7_7_branch'
Brian Paul
2009-12-11
1
-2
/
+3
|
\
|
*
mesa: Move OES_read_format support from drivers into the core.
Eric Anholt
2009-12-09
1
-2
/
+3
*
|
mesa: Update vertex texture code after gallium changes.
Michal Krol
2009-12-01
1
-1
/
+1
|
/
*
Merge branch 'mesa_7_6_branch'
Brian Paul
2009-11-04
1
-1
/
+1
|
\
|
*
mesa: (GLint64) casts in get.c to silence Visual Studio warnings
Brian Paul
2009-11-03
1
-1
/
+1
*
|
mesa: Add support for ARB_depth_clamp.
Eric Anholt
2009-09-08
1
-0
/
+4
|
/
*
ARB sync: Add support for GL_ARB_sync to swrast
Ian Romanick
2009-09-03
1
-0
/
+7
*
ARB sync: Add infrastructure for glGetInteger64v
Ian Romanick
2009-09-03
1
-1
/
+21
*
mesa: call FLUSH_CURRENT() for GL_CURRENT_TEXTURE_COORDS query
Brian Paul
2009-08-18
1
-1
/
+2
*
Infrastructure for GL_ARB_seamless_cube_map
Ian Romanick
2009-08-14
1
-0
/
+4
*
mesa: glGet queries for GL_EXT_provoking_vertex
Brian Paul
2009-05-28
1
-0
/
+7
*
mesa: added comment
Brian Paul
2009-05-22
1
-0
/
+1
*
mesa: add missing glGet*() case for GL_VERTEX_ARRAY_BINDING_APPLE
Brian Paul
2009-05-21
1
-1
/
+4
*
mesa: remove GL_MESA_program_debug extension
Brian Paul
2009-03-07
1
-10
/
+0
*
mesa: use an array for current texture objects
Brian Paul
2009-02-21
1
-7
/
+7
*
mesa: more display list cleanups
Brian
2009-01-31
1
-1
/
+1
*
Make GL_ARB_draw_buffers mandatory
Ian Romanick
2009-01-28
1
-5
/
+5
*
Make GL_ARB_vertex_buffer_object mandatory
Ian Romanick
2009-01-28
1
-10
/
+10
*
Make GL_ARB_multisample mandatory
Ian Romanick
2009-01-28
1
-8
/
+8
*
Make GL_ARB_texture_compression mandatory
Ian Romanick
2009-01-28
1
-3
/
+3
*
mesa: added GL_MAX_SAMPLES query for GL_ARB_fbo
Brian Paul
2009-01-22
1
-1
/
+5
*
mesa: fix GL_DEPTH_CLEAR_VALUE casting
Brian Paul
2009-01-06
1
-1
/
+1
*
mesa: fix cast/conversion for optional code
Brian
2008-09-25
1
-3
/
+5
*
mesa: fix float->int mapping for glGetIntegerv(GL_DEPTH_CLEAR_VALUE)
Brian Paul
2008-09-25
1
-1
/
+1
*
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
-6
/
+3
*
add GL_READ_FRAMEBUFFER_BINDING_EXT case, regenerate get.c file
Brian
2008-03-24
1
-0
/
+5
*
Initial implementation of MESA_texture_array
Ian Romanick
2007-05-16
1
-0
/
+6
*
merge from master
Brian
2007-03-21
1
-13
/
+13
|
\
|
*
Colortable re-org.
Brian
2007-03-16
1
-3
/
+3
|
*
Re-org of gl_pixel_attrib struct.
Brian
2007-03-14
1
-10
/
+10
*
|
added GL_CURRENT_PROGRAM
Brian
2007-03-09
1
-1
/
+8
*
|
Merge branch 'origin' into glsl-compiler-1
Brian
2007-02-22
1
-1
/
+1
|
\
|
|
*
Merge branch 'master' of git+ssh://
[email protected]
/git/mesa/mesa i...
Keith Whitwell
2007-01-16
1
-0
/
+1
|
|
\
|
*
|
merge current trunk into vbo branch
Alan Hourihane
2006-11-02
1
-4
/
+6
|
*
|
oops, get.c is autogenerated
Keith Whitwell
2006-10-30
1
-1
/
+1
*
|
|
Lots of assorted changes for new GLSL compiler backend.
Brian
2006-12-15
1
-1
/
+1
|
|
/
|
/
|
*
|
Added GL_STENCIL_BACK_WRITEMASK
Brian Paul
2006-11-02
1
-0
/
+1
*
|
Added a few new ctx->Const. fields for shader-related limits.
Brian Paul
2006-11-01
1
-4
/
+6
|
/
*
whitespace clean-up
Brian Paul
2006-10-24
1
-1
/
+1
*
added GL_CURRENT_RASTER_SECONDARY_COLOR query (OpenGL 2.1)
Brian Paul
2006-09-13
1
-1
/
+6
*
Add support for GL_APPLE_vertex_array_object. Several test programs
Ian Romanick
2006-06-12
1
-51
/
+51
*
Add a new 'all' parameter to _mesa_get_compressed_formats() to indicate whether
Brian Paul
2006-05-09
1
-2
/
+3
*
Put color index attribute into the 6th attribute slot.
Brian Paul
2006-04-25
1
-1
/
+2
*
Fix comment about MaxTextureUnits, needs to be min of coord and image units.
Brian Paul
2006-04-13
1
-2
/
+1
[next]