aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/common
Commit message (Expand)AuthorAgeFilesLines
* Fix an infinite loop error that may occur when many contexts are boundThomas Hellström2006-12-011-2/+7
* Enable GLX_SGI_make_current_read for tdfx.Ian Romanick2006-11-141-2/+5
* Added OpenGL 2.1 entrypoints.Brian Paul2006-11-031-9/+63
* Update gl_API.xml with OpenGL 2.0 functions, regenerate derived files.Brian Paul2006-11-021-139/+389
* Merge texmem-0-3-branch.Keith Whitwell2006-11-016-5/+910
* Track the currently bound read drawable and make sure its info is upIan Romanick2006-10-162-2/+15
* allow >10 mipmap levels (patch by Benno Schulenberg) (bug 3130)Brian Paul2006-10-151-0/+5
* regenerated to get DRI_CONF_EXCESS_MIPMAP()Brian Paul2006-10-151-0/+5
* Fix bug #4681.Ian Romanick2006-10-111-142/+158
* Add helper function that returns the current vblank sequence of a drawable.Michel Dänzer2006-09-282-0/+23
* Add helper function to calculate the area of the intersection of two rectangles.Michel Dänzer2006-09-282-0/+15
* Add driGetVBlankInterval() helper function.Michel Dänzer2006-09-282-14/+27
* driWaitForVBlank: Add support for secondary vertical blank.Michel Dänzer2006-09-282-2/+10
* Some restructuring of the driWaitForVBlank() code.Michel Dänzer2006-09-281-23/+27
* Make driDrawableInitVBlank() initialize the sequence number.Michel Dänzer2006-09-282-15/+21
* Add a couple of the missing GL 2.0 functions. Enable GLX protocol forIan Romanick2006-08-251-11/+15
* GL_EXT_paletted_texture functions should alias GL_SGI_color_table functions.Ian Romanick2006-08-241-32/+14
* Add support for GL_EXT_gpu_program_parameters. Any driver that enablesIan Romanick2006-08-151-0/+22
* Fix long standing bug that prevented newer drivers from working withIan Romanick2006-08-112-529/+531
* Add support for GL_MESA_shader_debug.Michal Krol2006-07-301-0/+38
* fix another memleakTilman Sauerbeck2006-07-121-0/+4
* Add support for GL_APPLE_vertex_array_object. Several test programsIan Romanick2006-06-121-0/+38
* 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