summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/mga
Commit message (Expand)AuthorAgeFilesLines
* 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://keithw@git.freedesktop.org/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
* Remove a bunch of "ctx->Driver.function = _swrast_Function" lines sinceBrian Paul2006-10-152-15/+1
* Remove Driver.ResizeBuffers = _mesa_resize_framebuffer lines.Brian Paul2006-10-151-1/+0
* Make driDrawableInitVBlank() initialize the sequence number.Michel Dänzer2006-09-281-1/+2
* make mgaSetFence() and mgaWaitFence() staticBrian Paul2006-05-231-2/+2
* replace the texture level hack used in radeon/r200 to allow larger textures w...Roland Scheidegger2006-02-031-1/+2
* In gl_texture_image replace IntFormat with InternalFormat and Format withBrian Paul2005-10-051-3/+3
* make some funcs staticBrian Paul2005-09-141-2/+4
* Instead of calling _mesa_ResizeBuffersMESA() in the Viewport function,Brian Paul2005-09-142-3/+2
* Replace ctx->Driver.StencilOp/Func/Mask() functions withBrian Paul2005-09-131-8/+11
* add _tnl_arb_vertex_program_stage to all drivers which already have _tnl_vert...Roland Scheidegger2005-09-091-0/+1
* Add new void *addr and __DRIdrawablePrivate parameters toBrian Paul2005-09-041-14/+35