summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/common
AgeCommit message (Expand)Author
2005-10-28Silence gcc-4 warnings.Aapo Tahkola
2005-10-27Add support for HW stencil spans, mirroring the depth spans support. Used forEric Anholt
2005-10-18Add _mesa_exec_malloc() and _mesa_exec_free() for allocatingKeith Whitwell
2005-10-15fix two bugs wrt calculating max possible texture sizes for texture rectangle...Roland Scheidegger
2005-09-22Replace gl_renderbuffer.ComponentSizes[] with separate RedBits, GreenBits,Brian Paul
2005-09-14added driUpdateFramebufferSize()Brian Paul
2005-09-08use an explicit reserved field, rather than magic number in boundKeith Whitwell
2005-09-08Fix the comment for the 'bound' field: it's a bitmask, not an index.Brian Paul
2005-09-04just formatting clean-upsBrian Paul
2005-09-04Add new void *addr and __DRIdrawablePrivate parameters toBrian Paul
2005-09-04Combine GET_DST_PTR and GET_SRC_PTR into just GET_PTR.Brian Paul
2005-09-04Added InitPointers helper functionBrian Paul
2005-09-04replace assertion with a conditional returnBrian Paul
2005-09-03added flippedData field for page flipping, code to flip stereo color buffersBrian Paul
2005-09-03added SetStencil/DepthPointer functionsBrian Paul
2005-09-01added driFlipRenderbuffers()Brian Paul
2005-09-01added a few more fields to help with DRI driversBrian Paul
2005-08-10Mesa uses the glVertexAttrib*NV functions to implement fixed-functionIan Romanick
2005-08-08Since glcontextmodes.[ch] are no longer used in the DRI drivers, removed theIan Romanick
2005-08-05Fixes bugzillla #812.Ian Romanick
2005-08-05Fix recent problems with display lists and other parts of the code.Ian Romanick
2005-07-29Commit Ian's fixes from Bug 3877Jon Smirl
2005-07-28Use the routines supplied in the __DRIinterfaceMethods structure to create aIan Romanick
2005-07-28Major rip-up of internal function insertion interface. The oldIan Romanick
2005-07-26Fixes the glXGetProcAddress portion of the interface. Most of the functionsIan Romanick
2005-07-24All elements of pre-DRI_NEW_INTERFACE_ONLY are removed. This allowsIan Romanick
2005-07-01remove common macros used in the span functions of most drivers from the indi...Roland Scheidegger
2005-06-30Replace add_newer_entrypoints (src/mesa/main/context.c) withIan Romanick
2005-06-04added commentBrian Paul
2005-06-02oops, undo previous changeBrian Paul
2005-06-02start removing old (pre-renderbuffer) span codeBrian Paul
2005-05-19remove the XFree86 ID lineBrian Paul
2005-05-12Add check for mask == NULL to the one routine missing it.Keith Whitwell
2005-05-05fix for renderbuffer (Andreas Stenglein)Brian Paul
2005-05-05Fix up origin in dri/fb driverJon Smirl
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul
2005-04-25Minor changes to make linux-solo build againJon Smirl
2005-04-22Added a French translation of option descriptions by Stephane Marchesin.Felix Kuehling
2005-04-13Revert revision 1.13. This allows server-side libGLcore (in X.org) to buildIan Romanick
2005-04-12Added a Spanish translation by David Rubio Miguélezand a DutchFelix Kuehling
2005-04-12Changed escaping of double quotes.Felix Kuehling
2005-04-11Manage option translations in separate .po files to make translationsFelix Kuehling
2005-03-22Calculate haveAccumBuffer, haveDepthBuffer and haveStencilBuffer inKeith Whitwell
2005-03-15add support for user-configurable brilinear filtering on r200Roland Scheidegger
2005-03-05Fixing memset on ia64 & other archsDave Airlie
2005-02-26Add a dri config option to enable the max texture level hackDave Airlie
2005-02-17fix some 0->NULLsDave Airlie
2005-02-14mesa-fix-one-bit-signed-bitfield.patch from Jeff MuizelaarKeith Whitwell
2005-02-14fix some signed vs unsigned warningsDave Airlie
2005-02-12MMIO endianness fixes for Radeon drivers.Michel Dänzer