summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/glide
AgeCommit message (Expand)AuthorFilesLines
2009-03-07mesa: remove GL_MESA_program_debug extensionBrian Paul1-1/+0
2009-03-02mesa: use Stencil._Enabled field instead of Stencil.EnabledBrian Paul1-1/+1
2009-02-09mesa: replace _mesa_unreference_framebuffer() with _mesa_reference_framebuffer()Brian Paul1-2/+2
2009-01-28Make GL_ARB_draw_buffers mandatoryIan Romanick1-0/+2
2009-01-28Make GL_{EXT,SUN}_multi_draw_arrays and GL_IBM_multimode_draw_arrays mandatoryIan Romanick1-2/+0
2009-01-28Make GL_ARB_vertex_buffer_object mandatoryIan Romanick1-1/+0
2009-01-28Make GL_ARB_texture_compression mandatoryIan Romanick1-2/+0
2008-09-18mesa: prefix more #includes with "main/"Brian Paul7-34/+34
2008-08-05dri: Fix write/read depth buffer issue under 16bpp mode. See bug #16646Xiang, Haihao1-0/+4
2008-01-06Replace gl_framebuffer's _ColorDrawBufferMask with _ColorDrawBufferIndexesBrian1-2/+2
2007-04-16remove _tnl_arb_vertex_program_stageBrian1-1/+0
2007-03-06Fix/improve framebuffer object reference counting.Brian1-2/+2
2007-02-16Commiting a few minor fixes to glut fbdev (segfault on a separate stack)Sean D'Epagnier1-3/+3
2006-11-02merge current trunk into vbo branchAlan Hourihane1-6/+3
2006-10-31switch remaining drivers over to vboKeith Whitwell1-1/+1
2006-10-15Remove calls to _mesa_ResizeBuffersMESA() - generally replace with code toBrian Paul1-2/+10
2005-11-09Move COPY_FLOAT() macro down into glide driver.Brian Paul1-0/+2
2005-11-05Unify vertex/fragment program instuctions.Brian Paul1-2/+0
2005-10-05s/IntFormat/InternalFormat/ and s/Format/_BaseFormat/ for gl_color_table.Brian Paul1-1/+1
2005-10-05In gl_texture_image replace IntFormat with InternalFormat and Format withBrian Paul1-16/+17
2005-09-21replace GLdepth with GLuintBrian Paul2-6/+6
2005-09-13Replace ctx->Driver.StencilOp/Func/Mask() functions withBrian Paul3-9/+11
2005-09-09add _tnl_arb_vertex_program_stage to all drivers which already have _tnl_vert...Roland Scheidegger1-0/+1
2005-09-01remove fxDDSetBuffer()Brian Paul1-42/+13
2005-06-27Get rid of the MESA_PBUFFER_ALLOC/FREE() macros.Brian Paul2-5/+5
2005-05-09pathetic attempt to accomodate new frambuffer changes (still some work to do)Daniel Borca1-3/+10
2005-05-09accomodate new frambuffer changesDaniel Borca2-28/+32
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul1-6/+0
2005-01-25Use the _mesa_HashNextEntry() function to walk over all textures in theBrian Paul1-18/+27
2005-01-19make sure we avoid assertion failure wrt VB->ColorPtr[1]->strideDaniel Borca1-10/+11
2005-01-17cleaned up warningsDaniel Borca4-44/+45
2005-01-12some "safer" type-punning (gcc optimizes float moves with integer moves, anyw...Daniel Borca2-39/+38
2005-01-06semantic in parameter names. changed emitter function.Daniel Borca1-12/+12
2005-01-06semantic in parameter namesDaniel Borca1-3/+3
2004-12-21added GL_EXT_stencil_two_side (yes, it works)Daniel Borca4-20/+263
2004-12-20put back clipmask code; it proved to be a MinGW/gcc 3.3.x error in t_vb_clipt...Daniel Borca1-15/+15
2004-12-20use float constants.Daniel Borca1-13/+13
2004-12-20removed ifdef'ed out code (to whom it may concern: it can be found in dri/tdf...Daniel Borca1-395/+1
2004-12-20removed detritus (ncc).Daniel Borca1-42/+2
2004-12-20comment reorg.Daniel Borca1-57/+5
2004-12-20made some functions static.Daniel Borca1-12/+15
2004-12-20comment reorg.Daniel Borca1-30/+42
2004-12-20allow greater swappendingcount for older hw (v1/v2)Daniel Borca1-3/+3
2004-12-17fxRasterPrimitive wasn't always receiving the reduced primitiveDaniel Borca1-16/+15
2004-12-13disabled ClipMask usage in vb emitter (clipping bugs?)Daniel Borca1-2/+2
2004-12-06small fix for debug pathsDaniel Borca1-1/+3
2004-11-27Remove _mesa_ResizeBuffersMESA() call from _mesa_set_viewport().Brian Paul2-6/+10
2004-11-15moved windoze specific code outside drivers/glide/Daniel Borca3-2143/+0
2004-11-15fix _mesa_image_address2d invocationDaniel Borca1-1/+1
2004-11-10GL_(UN)PACK_SKIP_IMAGES should only be applied to 3D texture pack/unpackingBrian Paul1-38/+30