summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/common
Commit message (Expand)AuthorAgeFilesLines
* Add _mesa_exec_malloc() and _mesa_exec_free() for allocatingKeith Whitwell2005-10-182-278/+0
* fix two bugs wrt calculating max possible texture sizes for texture rectangle...Roland Scheidegger2005-10-151-3/+3
* Replace gl_renderbuffer.ComponentSizes[] with separate RedBits, GreenBits,Brian Paul2005-09-221-1/+1
* added driUpdateFramebufferSize()Brian Paul2005-09-142-2/+29
* use an explicit reserved field, rather than magic number in boundKeith Whitwell2005-09-082-2/+5
* Fix the comment for the 'bound' field: it's a bitmask, not an index.Brian Paul2005-09-082-2/+5
* just formatting clean-upsBrian Paul2005-09-041-9/+13
* Add new void *addr and __DRIdrawablePrivate parameters toBrian Paul2005-09-042-3/+20
* Combine GET_DST_PTR and GET_SRC_PTR into just GET_PTR.Brian Paul2005-09-041-23/+29
* Added InitPointers helper functionBrian Paul2005-09-041-0/+10
* replace assertion with a conditional returnBrian Paul2005-09-041-2/+6
* added flippedData field for page flipping, code to flip stereo color buffersBrian Paul2005-09-032-28/+54
* added SetStencil/DepthPointer functionsBrian Paul2005-09-032-0/+31
* added driFlipRenderbuffers()Brian Paul2005-09-012-1/+35
* added a few more fields to help with DRI driversBrian Paul2005-09-012-0/+18
* Mesa uses the glVertexAttrib*NV functions to implement fixed-functionIan Romanick2005-08-101-2/+5
* Since glcontextmodes.[ch] are no longer used in the DRI drivers, removed theIan Romanick2005-08-082-6/+6
* Fixes bugzillla #812.Ian Romanick2005-08-051-8/+0
* Fix recent problems with display lists and other parts of the code.Ian Romanick2005-08-051-1/+11
* Commit Ian's fixes from Bug 3877Jon Smirl2005-07-292-4/+4
* Use the routines supplied in the __DRIinterfaceMethods structure to create aIan Romanick2005-07-281-2/+1
* Major rip-up of internal function insertion interface. The oldmesa_6_3_1Ian Romanick2005-07-283-833/+884
* Fixes the glXGetProcAddress portion of the interface. Most of the functionsIan Romanick2005-07-262-83/+30
* All elements of pre-DRI_NEW_INTERFACE_ONLY are removed. This allowsIan Romanick2005-07-247-684/+48
* remove common macros used in the span functions of most drivers from the indi...Roland Scheidegger2005-07-015-55/+106
* Replace add_newer_entrypoints (src/mesa/main/context.c) withIan Romanick2005-06-303-7/+6015
* added commentBrian Paul2005-06-041-0/+2
* oops, undo previous changeBrian Paul2005-06-022-8/+2
* start removing old (pre-renderbuffer) span codeBrian Paul2005-06-022-2/+8
* remove the XFree86 ID lineBrian Paul2005-05-191-1/+0
* Add check for mask == NULL to the one routine missing it.Keith Whitwell2005-05-121-2/+11
* fix for renderbuffer (Andreas Stenglein)Brian Paul2005-05-051-2/+2
* Fix up origin in dri/fb driverJon Smirl2005-05-051-0/+1
* Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul2005-05-046-89/+329
* Minor changes to make linux-solo build againJon Smirl2005-04-251-0/+2
* Added a French translation of option descriptions by Stephane Marchesin.Felix Kuehling2005-04-223-5/+287
* Revert revision 1.13. This allows server-side libGLcore (in X.org) to buildIan Romanick2005-04-131-1/+1
* Added a Spanish translation by David Rubio Miguélezand a DutchFelix Kuehling2005-04-124-5/+568
* Changed escaping of double quotes.Felix Kuehling2005-04-121-9/+13
* Manage option translations in separate .po files to make translationsFelix Kuehling2005-04-116-261/+1044
* Calculate haveAccumBuffer, haveDepthBuffer and haveStencilBuffer inKeith Whitwell2005-03-221-0/+7
* add support for user-configurable brilinear filtering on r200Roland Scheidegger2005-03-151-0/+6
* Fixing memset on ia64 & other archsDave Airlie2005-03-051-0/+17
* Add a dri config option to enable the max texture level hackDave Airlie2005-02-261-0/+6
* fix some 0->NULLsDave Airlie2005-02-171-2/+2
* mesa-fix-one-bit-signed-bitfield.patch from Jeff MuizelaarKeith Whitwell2005-02-141-2/+2
* fix some signed vs unsigned warningsDave Airlie2005-02-146-10/+10
* MMIO endianness fixes for Radeon drivers.Michel Dänzer2005-02-121-3/+2
* Fixed a typo in an assertion. (Don't understand how this ever compiled.)Felix Kuehling2005-02-051-1/+1
* Added an option texture_heaps that allows selecting which texture heapsFelix Kuehling2005-02-041-0/+17