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
/
state.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added support for EXT_blend_equation_separate / ATI_blend_equation_separate.
Ian Romanick
2004-01-27
1
-0
/
+1
*
Don't set extra bits in FLUSH_VERTICES, fix several state bugs.
Keith Whitwell
2004-01-23
1
-13
/
+11
*
remove _mesa_check_driver_hooks() - it's really not too useful anymore
Brian Paul
2004-01-20
1
-11
/
+6
*
Merge vtx-0-2-branch
Keith Whitwell
2003-11-24
1
-1
/
+1
*
Redo array element checking for vertex array buffers.
Brian Paul
2003-11-10
1
-0
/
+108
*
Moved some shared vertex/fragment program code into new program.c file.
Brian Paul
2003-08-31
1
-5
/
+7
*
Added support for GL_IBM_multimode_draw_arrays.
Ian Romanick
2003-08-22
1
-0
/
+6
*
fix a few more glitches from last big check-in
Brian Paul
2003-07-23
1
-9
/
+3
*
Merge Jose's documentation and core Mesa changes from embedded branch
Keith Whitwell
2003-07-17
1
-575
/
+170
*
Implemented GL_ARB_occlusion_query (not 100% finalized).
Brian Paul
2003-06-13
1
-0
/
+14
*
glBindProgramARB dispatches to glBindProgramNV (remove _mesa_BindProgramARB).
Brian Paul
2003-05-28
1
-10
/
+11
*
Use ctx->Const.MaxTextureImageUnits and MaxTextureCoordUnits in more places.
Brian Paul
2003-05-01
1
-1
/
+3
*
Implemented GL_EXT_depth_bounds_test.
Brian Paul
2003-04-21
1
-4
/
+0
*
alias ARB/NV program functions where possible
Brian Paul
2003-04-21
1
-40
/
+45
*
Added arbprogram.c to Makefiles.
Brian Paul
2003-04-17
1
-1
/
+72
*
Added ctx->Texture._EnabledCoordUnits bitfield.
Brian Paul
2003-04-08
1
-1
/
+27
*
Basic infrastructure for GL_ARB_vertex_buffer_object.
Brian Paul
2003-03-29
1
-3
/
+21
*
proper dispatch for NV_fragment_program functions
Brian Paul
2003-03-29
1
-2
/
+2
*
Fix up some fragment program texture enable issues.
Brian Paul
2003-03-15
1
-9
/
+18
*
Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]
Brian Paul
2003-03-01
1
-6
/
+6
*
First batch of code for GL_NV_fragment_program.
Brian Paul
2003-01-14
1
-3
/
+18
*
a few dispatch pointers weren't set (glGenTexturesEXT for example)
Brian Paul
2002-11-06
1
-3
/
+18
*
Header file clean-up:
Brian Paul
2002-10-24
1
-5
/
+1
*
surround vertex program code with #if FEATURE_NV_vertex_program/#endif
Brian Paul
2002-10-16
1
-1
/
+5
*
finally get rid of ctx->Texture._ReallyEnabled field
Brian Paul
2002-10-08
1
-11
/
+3
*
removed ctx->Polygon._OffsetAny - not really needed
Brian Paul
2002-10-02
1
-8
/
+6
*
new texture compression infrastructure
Brian Paul
2002-09-27
1
-4
/
+1
*
hook-up dispatch for glActiveStencilFaceEXT()
Brian Paul
2002-09-06
1
-3
/
+1
*
GL_EXT_stencil_two_side extension, not 100% complete yet.
Brian Paul
2002-09-06
1
-1
/
+6
*
Overhaul of glRead/DrawBuffer() code. Now, swrast->Driver.SetBuffer()
Brian Paul
2002-07-09
1
-2
/
+1
*
Implemented GL_EXT_multi_draw_arrays: glMultiDrawArraysEXT() and glMultiDrawE...
Brian Paul
2002-06-30
1
-1
/
+5
*
remove an unneeded statement in update_polygon(), added a comment
Brian Paul
2002-06-25
1
-3
/
+5
*
fix a comment
Brian Paul
2002-06-16
1
-2
/
+2
*
Implemented GL_NV_texture_rectangle extension.
Brian Paul
2002-06-15
1
-20
/
+37
*
replaced hard-coded 4 with NUM_TEXTURE_TARGETS
Brian Paul
2002-06-06
1
-2
/
+2
*
Added GL_NV_point_sprite functions: glPointParameteri[v]NV().
Brian Paul
2002-05-29
1
-3
/
+1
*
dispatch offsets for ARB_window_pos
Brian Paul
2002-05-27
1
-18
/
+7
*
bring in changes from dri tcl branch
Keith Whitwell
2002-04-09
1
-2
/
+2
*
GL_ARB_point_parameters support
Brian Paul
2002-04-02
1
-2
/
+5
*
Replaced ClipEnabled[] array and _AnyClip with ClipPlanesEnabled bitmask.
Brian Paul
2002-03-29
1
-3
/
+3
*
rename ResizeBuffersMESA to ResizeBuffers
Brian Paul
2002-03-16
1
-3
/
+3
*
More suport for t&l drivers
Keith Whitwell
2002-02-13
1
-11
/
+31
*
set _NeedEyeCoords to zero if vertex program is enabled
Brian Paul
2002-01-12
1
-1
/
+8
*
Replace old matrix stacks with new code based on struct matrix_stack.
Brian Paul
2001-12-18
1
-16
/
+16
*
minor dispatach table changes
Brian Paul
2001-12-14
1
-3
/
+3
*
vertex program check-in
Brian Paul
2001-12-14
1
-1
/
+29
*
dispatch changes to minimize hassle with XFree86 libGL
Brian Paul
2001-12-04
1
-17
/
+17
*
added test implementation of GL_ARB_window_pos
Brian Paul
2001-11-18
1
-2
/
+19
*
API dispath updates
Brian Paul
2001-11-18
1
-17
/
+17
*
more compiler warning fixes
Karl Schultz
2001-09-18
1
-3
/
+3
[next]