aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/mga
Commit message (Expand)AuthorAgeFilesLines
* dri: use BorderColor instead of _BorderChanBrian Paul2009-04-011-5/+9
* mesa: remove last of _mesa_unreference_framebuffer() callsBrian Paul2009-03-071-1/+1
* mesa: use Stencil._Enabled field instead of Stencil.EnabledBrian Paul2009-03-021-1/+1
* mesa: use an array for current texture objectsBrian Paul2009-02-211-4/+4
* gallium: Fixups for driCreateConfigs MSAA support.Michel Dänzer2009-02-101-0/+2
* re-add MSAA supportBrian Paul2009-02-091-1/+3
* Make GL_ARB_draw_buffers mandatoryIan Romanick2009-01-281-0/+2
* Make GL_{EXT,SUN}_multi_draw_arrays and GL_IBM_multimode_draw_arrays mandatoryIan Romanick2009-01-281-2/+0
* Make GL_ARB_vertex_buffer_object mandatoryIan Romanick2009-01-281-2/+0
* Make GL_ARB_multisample mandatoryIan Romanick2009-01-281-2/+0
* Make GL_ARB_texture_compression mandatoryIan Romanick2009-01-281-2/+0
* Remove CVS keywords.Keith Whitwell2008-09-2126-28/+0
* mesa: standardize on C99's uint*_t instead of u_int*_tKeith Whitwell2008-09-212-3/+3
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-1819-69/+69
* dri: Fix write/read depth buffer issue under 16bpp mode. See bug #16646Xiang, Haihao2008-08-051-0/+6
* replace __inline and __inline__ with INLINE macroBrian Paul2008-06-213-8/+8
* DRI interface changes and DRI2 direct rendering support.Kristian Høgsberg2008-03-311-52/+37
* Use __DRIextension mechanism providing loader functionality to the driver.Kristian Høgsberg2008-02-292-7/+9
* Remove GetMSC DriverAPI function.Kristian Høgsberg2008-02-251-1/+0
* Replace gl_framebuffer's _ColorDrawBufferMask with _ColorDrawBufferIndexesBrian2008-01-061-7/+9
* fix GL_LINE_LOOP with drivers using own render pipeline stage (#12410, #13527)Roland Scheidegger2007-12-221-1/+1
* More vblank cleanups.Michel Dänzer2007-10-303-8/+10
* Refactor and fix core vblank supportJesse Barnes2007-10-293-10/+6
* mga: Enable (trivial) support for GL_APPLE_vertex_array_object, bump DRIVER_DATEIan Romanick2007-10-172-1/+3
* mga: Enable (trivial) support for GL_EXT_gpu_program_parameters.Ian Romanick2007-10-171-3/+5
* Add a DRI_ReadDrawable marker extension to signal read drawable capability.Kristian Høgsberg2007-10-111-5/+1
* Move media stream counter entry points to new extension.Kristian Høgsberg2007-10-111-3/+2
* Move GLX_MESA_swap_frame_usage DRI entry points to the new mechanism.Kristian Høgsberg2007-10-111-1/+1
* Move swap_interval to new extension mechanism.Kristian Høgsberg2007-10-101-2/+7
* Pull createNewScreen entry point into dri_util.c.Kristian Høgsberg2007-10-101-52/+32
* Replace open-coded major, minor, and patch version fields with __DRIversionRec.Kristian Høgsberg2007-10-102-4/+4
* Remove screenConfigs from __DRIscreen.Kristian Høgsberg2007-10-101-6/+5
* Drop createDrawable and destroyDrawable fron DRIinterfaceMethods.Kristian Høgsberg2007-10-101-5/+0
* Drop __DRInativeDisplay and pass in __DRIscreen pointers instead.Kristian Høgsberg2007-10-101-11/+11
* Remove ctx->Point._Size and ctx->Line._Width.Brian2007-07-211-3/+7
* remove _tnl_arb_vertex_program_stageBrian2007-04-161-1/+0
* call DRI_VALIDATE_DRAWABLE_INFO(), bug 10477Gustavo Pichorim Boiko2007-03-301-1/+2
* enable ARB_vertex_buffer_object for more dri driversRoland Scheidegger2007-03-131-0/+2
* Fix/improve framebuffer object reference counting.Brian2007-03-061-1/+1
* Merge branch 'master' of git+ssh://[email protected]/git/mesa/mesa i...Keith Whitwell2007-01-162-5/+10
|\
| * Bug #6044: actually delete the texture object in mgaDeleteTextureTilman Sauerbeck2006-11-261-0/+3
| * fix typo, silence warningsBrian Paul2006-11-021-2/+3
| * Use RGBA_LOGICOP_ENABLED() instead of ctx->Color._LogicOpEnabled since we oftenBrian Paul2006-11-021-4/+5
| * Remove x/y/width/height parameters from Clear functions.Brian Paul2006-11-011-3/+2
| * Fix bug #8799.Ian Romanick2006-10-302-22/+8
| * Refactor mgaXMesaSetFrontClipRects and mgaXMesaSetBackClipRects.Ian Romanick2006-10-301-33/+8
| * Get DRI drawable from framebuffer object.Ian Romanick2006-10-303-10/+2
* | merge current trunk into vbo branchAlan Hourihane2006-11-026-68/+20
* | switch remaining drivers over to vboKeith Whitwell2006-10-312-5/+5
|/
* Want to stop passing x/y/width/height to Clear() function.Brian Paul2006-10-181-4/+13