summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* use _mesa_convert_colors(), update some assertionsBrian Paul2006-10-111-102/+26
* Added _mesa_convert_colors().Brian Paul2006-10-112-15/+153
* support for runtime renderbuffer depthsBrian Paul2006-10-111-24/+81
* In xmesa_DrawPixels_8R8G8B() check if drawing into a window system buffer,Brian Paul2006-10-111-16/+17
* added shaderobjects_3dlabs.cBrian Paul2006-10-111-1/+2
* remove 3dlabs.cBrian Paul2006-10-111-2/+1
* sources for X.org xserver buildBrian Paul2006-10-111-0/+64
* List of source (.c) files in each directory.Brian Paul2006-10-1111-0/+127
* a step toward moving run-time vertex program state out of GLcontextBrian Paul2006-10-105-49/+61
* fixed NV_position_invariantBrian Paul2006-10-101-0/+1
* Move the fp_machine struct into s_nvfragmprog.c since (except for programBrian Paul2006-10-106-46/+114
* s/GLuint/GLbitfield/Brian Paul2006-10-101-2/+2
* If program is position invariant, set VERT_BIT_POS in InputsRead field.Brian Paul2006-10-101-2/+4
* Use the mesa-provided texenv program rather than rolling our own.Keith Whitwell2006-10-104-1/+21
* Added dispatch.html.Ian Romanick2006-10-092-0/+275
* return void instead of GLvoid for glClearDebugLogMESA(), glGetDebugLogMESA()Brian Paul2006-10-091-2/+2
* Updates for XCB. Bug 8560.Ian Romanick2006-10-091-1/+1
* added a SyncHandle() call, remove UnlockDisplay() call. (bug 8521)Brian Paul2006-10-091-1/+1
* Updates for XCB. Bug 8560.Brian Paul2006-10-093-4/+4
* Major clean up of MakeContextCurrentIan Romanick2006-10-071-151/+87
* do not import arrays for generic arb attribs if the array is not enabled (sam...Roland Scheidegger2006-10-071-2/+3
* rewrite clear_rgba_buffer_with_masking()Brian Paul2006-10-061-8/+27
* deal with union/aliasing in convert_color_type()Brian Paul2006-10-061-24/+40
* rewrite of read_fast_rgba_pixels()Brian Paul2006-10-061-51/+37
* missing fileKeith Whitwell2006-10-051-0/+132
* Accelerate glBitmap with a color expand blit. Nice speedup for demosKeith Whitwell2006-10-057-5/+477
* Quieten debug message.Keith Whitwell2006-10-051-1/+1
* eliminate rhw divide under some circumstancesKeith Whitwell2006-10-053-18/+32
* Quieten debug message.Keith Whitwell2006-10-051-0/+2
* Changes to generated code caused by the previous commits.Ian Romanick2006-10-0411-3592/+5159
* Fix the ordering of extensions.Ian Romanick2006-10-041-53/+53
* Keep indentation consistent with indent.Ian Romanick2006-10-043-72/+67
* Divide categories into four groups as they are processed from the XML. AddIan Romanick2006-10-042-129/+109
* Add utility method client_supported_for_indirect.Ian Romanick2006-10-041-3/+10
* in MakeContextCurrent() use old display pointer for __glXSetupForCommand(), b...Brian Paul2006-10-041-1/+1
* use _swrast_span_default_color() in the disabled code tooBrian Paul2006-10-041-13/+1
* call _swrast_span_default_color() to simplify _swrast_Bitmap(), improved comm...Brian Paul2006-10-041-18/+7
* minor formatting fixBrian Paul2006-10-041-1/+1
* Bugzilla 6242: [mach64] Use private DMA buffers (only)Felix Kuehling2006-10-024-23/+27
* return null if no contextBrian Paul2006-10-021-2/+5
* New SWspan and SWspanarrays typedefs.Brian Paul2006-10-0140-117/+116
* i915: Fix wait for scheduled swap on secondary display.Michel Dänzer2006-09-291-0/+5
* updated protos for blend funcsBrian Paul2006-09-291-9/+12
* more changes for runtime renderbuffer depthsBrian Paul2006-09-295-747/+706
* include mipmap.hBrian Paul2006-09-291-0/+1
* Move mipmap generation functions, texture scaling functions into newBrian Paul2006-09-2913-1135/+1222
* updated info about name manglingBrian Paul2006-09-291-5/+3
* Synchronize drawable to the pipe where the bigger part can be visible.Michel Dänzer2006-09-281-0/+30
* Add new I830 SAREA fields.Michel Dänzer2006-09-281-0/+15
* Add helper function that returns the current vblank sequence of a drawable.Michel Dänzer2006-09-282-0/+23