summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/common
AgeCommit message (Expand)Author
2006-04-02Coverity #567: Fix a memory leak on a failure path.Adam Jackson
2006-04-01These messages really should be printed all the time, users want toDave Airlie
2006-03-31Dave Reveman's patch for GLX_MESA_copy_sub_buffer supportBrian Paul
2006-03-30Init the Red/Green/Blue/Alpha/Depth/StencilBits fields in driNewRenderbuffer()Brian Paul
2006-03-28Revert merge of new/experimental code from texmem branch.Keith Whitwell
2006-03-26merge from texman branchBrian Paul
2006-03-23fix coverity 926: use before NULL checkDave Airlie
2006-03-17Don't use glx_ansic.h functions (__glXMemset).Kristian Høgsberg
2006-03-01Added glBlitFramebufferEXT function.Brian Paul
2006-02-09remove the test for XFree86Server from prev patch (bug 5835)Brian Paul
2006-02-08include dix-config.h (Mike Harris) (bug 5835)Brian Paul
2006-02-03replace the texture level hack used in radeon/r200 to allow larger textures w...Roland Scheidegger
2006-01-30fix broken assertions so dri drivers compile with -DDEBUG (replace GL_STENCIL...Roland Scheidegger
2005-12-07Updates for GL_EXT_timer_query:Brian Paul
2005-11-29assorted fixes for server-side direct rendering (bug 5199)Brian Paul
2005-11-28Remove the many aliases for 'struct mem_block' in mm.hKeith Whitwell
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