summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/common
Commit message (Expand)AuthorAgeFilesLines
* FBConfig support for EXT_tfpDavid Reveman2006-04-111-1/+35
* if DDX is -1 don't do DDX checkDave Airlie2006-04-031-2/+3
* Coverity #459: Silly off-by-one error.Adam Jackson2006-04-031-1/+1
* Coverity #567: Fix a memory leak on a failure path.Adam Jackson2006-04-021-0/+1
* These messages really should be printed all the time, users want toDave Airlie2006-04-011-5/+5
* Dave Reveman's patch for GLX_MESA_copy_sub_buffer supportBrian Paul2006-03-312-0/+12
* Init the Red/Green/Blue/Alpha/Depth/StencilBits fields in driNewRenderbuffer()Brian Paul2006-03-301-0/+19
* Revert merge of new/experimental code from texmem branch.Keith Whitwell2006-03-281-1/+1
* merge from texman branchmesa_20060325Brian Paul2006-03-262-2/+4
* fix coverity 926: use before NULL checkDave Airlie2006-03-231-2/+4
* Don't use glx_ansic.h functions (__glXMemset).Kristian Høgsberg2006-03-171-9/+9
* Added glBlitFramebufferEXT function.Brian Paul2006-03-011-0/+14
* remove the test for XFree86Server from prev patch (bug 5835)Brian Paul2006-02-091-1/+1
* include dix-config.h (Mike Harris) (bug 5835)Brian Paul2006-02-081-0/+3
* replace the texture level hack used in radeon/r200 to allow larger textures w...Roland Scheidegger2006-02-035-34/+75
* fix broken assertions so dri drivers compile with -DDEBUG (replace GL_STENCIL...Roland Scheidegger2006-01-301-1/+7
* Updates for GL_EXT_timer_query:Brian Paul2005-12-071-0/+22
* assorted fixes for server-side direct rendering (bug 5199)Brian Paul2005-11-293-5/+6
* Remove the many aliases for 'struct mem_block' in mm.hKeith Whitwell2005-11-282-3/+3
* Silence gcc-4 warnings.Aapo Tahkola2005-10-281-3/+3
* Add support for HW stencil spans, mirroring the depth spans support. Used forEric Anholt2005-10-271-2/+51
* 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