index
:
Mesa
glamo
glamo-old
My Mesa repository
Thomas White
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
main
/
mtypes.h
Age
Commit message (
Expand
)
Author
2003-02-23
added TEXTURE_*_INDEX tokens
Brian Paul
2003-02-16
more work on DEFINE/DECLARATION statements, symbol tables
Brian Paul
2003-01-26
Make GL_SGI_texture_color_table work per-texture unit.
Brian Paul
2003-01-22
push/pop color table state (Eric Plante)
Brian Paul
2003-01-21
GL_SGI_texture_color_table extension (Eric Plante)
Brian Paul
2003-01-21
GL_ATI_texture_env_combine3 extension
Brian Paul
2003-01-14
First batch of code for GL_NV_fragment_program.
Brian Paul
2002-10-21
GL_ATI_texture_mirror_once extension (Ian Romanick)
Brian Paul
2002-10-11
Another round of glRead/DrawBuffer() clean-ups and simplifications.
Brian Paul
2002-10-09
removed old TEXTURE0_ defines
Brian Paul
2002-10-08
finally get rid of ctx->Texture._ReallyEnabled field
Brian Paul
2002-10-04
Changed a number of context fields from GLchan to GLfloat (such as ClearColor).
Brian Paul
2002-10-02
finished up GL_EXT_stencil_two_side
Brian Paul
2002-10-02
removed unused ctx->Polygon.OffsetMRD
Brian Paul
2002-10-02
removed ctx->Polygon._OffsetAny - not really needed
Brian Paul
2002-09-27
new texture compression infrastructure
Brian Paul
2002-09-23
merge gl_texture_image RowStride from DRI 4.0.4
Brian Paul
2002-09-21
GL_MESA_pack_invert
Brian Paul
2002-09-21
updates from 4.0.4 (MESA_ycbcr_texture, APPLE_client_storage, etc)
Brian Paul
2002-09-06
GL_EXT_stencil_two_side extension, not 100% complete yet.
Brian Paul
2002-07-09
Overhaul of glRead/DrawBuffer() code. Now, swrast->Driver.SetBuffer()
Brian Paul
2002-06-29
prep for OpenGL 1.4 feature set
Brian Paul
2002-06-29
Applied Matt Sealey's patch to remove/isolate all stdio.h function calls.
Brian Paul
2002-06-18
Moved GL_PROGRAM_ERROR_POSITION_NV state (it's not per-program).
Brian Paul
2002-06-15
Implemented GL_NV_texture_rectangle extension.
Brian Paul
2002-06-15
Added ctx parameter to _mesa_debug()
Brian Paul
2002-06-13
New _mesa_debug() function to replace fprintf() calls.
Brian Paul
2002-06-06
replaced hard-coded 4 with NUM_TEXTURE_TARGETS
Brian Paul
2002-05-27
replaced experimental MESA_sprite_point with NV_point_sprite
Brian Paul
2002-05-09
Minor change to current raster position and texcoords.
Brian Paul
2002-05-02
Implemented GL_ARB_texture_env_crossbar.
Brian Paul
2002-04-21
Vertex program attribute arrays seem to work now. This includes fallbacks
Brian Paul
2002-04-21
vertex program attribute array work
Brian Paul
2002-04-19
Provide a reasonable replacement for __FUNCTION__ when using non GNU C
Karl Schultz
2002-04-09
bring in changes from dri tcl branch
Keith Whitwell
2002-03-29
Replaced ClipEnabled[] array and _AnyClip with ClipPlanesEnabled bitmask.
Brian Paul
2002-03-23
Test implementation of proposed GL_EXT_shadow_funcs extension. This just
Brian Paul
2002-03-16
Lots of changes related to framebuffer/window buffer resizing. Basically,
Brian Paul
2002-03-13
initial work for NV_vertex_program1_1 extension
Brian Paul
2002-02-15
Finished up GL_ARB_depth_texture and GL_ARB_shadow
Brian Paul
2002-02-13
More suport for t&l drivers
Keith Whitwell
2002-01-22
Clean-up/renaming of the per-vertex attribute bits, specifically, the
Brian Paul
2002-01-12
added some comments
Brian Paul
2002-01-11
Moved _mesa_VertexAttribPointerNV into varray.c.
Brian Paul
2002-01-06
implemented vertex program point size control
Brian Paul
2002-01-06
Another vertex program checkpoint: clean-up of vertex attribute storage
Brian Paul
2002-01-05
infrastructure for vertex program attribute evaluators
Brian Paul
2002-01-05
Vertex program checkpoint commit: converted all vertex attributes (color,
Brian Paul
2001-12-18
Replace old matrix stacks with new code based on struct matrix_stack.
Brian Paul
2001-12-14
vertex program check-in
Brian Paul
[next]