summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/common
Commit message (Expand)AuthorAgeFilesLines
* gallium: handle msaaRoland Scheidegger2008-06-272-46/+54
* mesa/dri: User standard integer types.José Fonseca2008-06-244-16/+16
* revert the DRI2 commitsAlan Hourihane2008-06-129-1050/+860
* Bring in DRI2 changesAlan Hourihane2008-06-119-860/+1050
* Remove CVS keywords.José Fonseca2008-05-266-6/+0
* Regenerated API dispatch filesBrian Paul2008-05-181-36/+12
* Alias glStencilOpSeparateATI with glStencilOpSeparate.Brian2008-04-041-9/+3
* Finish up ATI_separate_stencilBrian2008-04-041-0/+22
* mesa: Add copyright headers.José Fonseca2008-02-272-23/+45
* re-enable fb size assertions which were previously disabledBrian2007-10-311-2/+0
* Initial support for user-space buffer objects.Brian2007-10-112-9/+49
* Merge branch 'i915tex_privbuffers' into softpipe_0_1_branchKeith Whitwell2007-07-312-1/+11
|\
| * fix drawables not getting freed if context is made current with new drawablesRoland Scheidegger2007-07-191-1/+7
| * fix assertion, z/stencil swarst readback, (still looks suspicious) copyTexSub...Roland Scheidegger2007-07-141-0/+4
* | Clear pointers to freed cliprects.Michel Dänzer2007-07-101-0/+2
|/
* Add a few missing GL 2.0 entrypoints, regenerate related files.Brian2007-06-281-5/+15
* Add interfaces for overriding texture images with driver specific 'offsets'.Michel Dänzer2007-05-222-0/+9
* Initial implementation of MESA_texture_arrayIan Romanick2007-05-161-0/+14
* Make sure we are locked when creating drm buffer objects.Thomas Hellstrom2007-04-162-4/+10
* driUpdateFramebufferSize: Use ctx->Driver.ResizeBuffers.Michel Dänzer2007-04-081-1/+1
* Remove SI imports/exports remnants.George Sapountzis2007-04-051-2/+0
* Move glcontextmodes.c to glx.George Sapountzis2007-04-052-585/+0
* use passed target parameterAlan Hourihane2007-03-201-1/+1
* s/pdp/prp/ in DoBindContext()Panagiotis Papadakos2007-02-261-1/+1
* add missing param to _mesa_warning()Panagiotis Papadakos2007-02-261-1/+1
* Bug 9628: no entry for GetVertexAttribPointervGeorge Sapountzis2007-01-271-14/+8
* Add reporting of damage by DRI drivers when the extension support is available.Eric Anholt2007-01-051-1/+20
* Make git ignore files only generated at build time.Michel Dänzer2006-12-061-0/+5
* Re-generate options.h with Swedish translations.Michel Dänzer2006-12-062-5/+66
* Swedish translation of driconf options.Daniel Nylander2006-12-061-0/+226
* 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