aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/savage
Commit message (Expand)AuthorAgeFilesLines
* dri: Add DRI entrypoints to create a context for a given APIKristian Høgsberg2010-04-281-1/+2
* Merge branch '7.8'Brian Paul2010-04-191-0/+5
|\
| * savage: call _mesa_meta_init/free()Tormod Volden2010-04-161-0/+5
* | dri: drop MINIGLX_SOURCESGeorge Sapountzis2010-03-061-3/+0
|/
* Remove stray defines of HAVE_RGBAIan Romanick2010-03-031-1/+0
* savage: Add assert to check for null pointer dereference.Vinson Lee2010-02-271-0/+1
* Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg2010-02-192-10/+10
* dri: Fix copy-and-paste brain damage in previous commitIan Romanick2010-02-101-1/+1
* dri: Allow selective generation of accum. buffer configsIan Romanick2010-02-101-1/+1
* Merge branch 'mesa_7_7_branch'Brian Paul2010-01-256-11/+0
|\
| * savage: Remove unnecessary headers.Vinson Lee2010-01-236-11/+0
* | Merge branch 'remove-intel-dri1'Kristian Høgsberg2010-01-056-32/+39
|\ \
| * | Push __driDriverExtensions out of dri_util.c and into the driversKristian Høgsberg2010-01-041-0/+7
| * | Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg2010-01-046-32/+32
* | | mesa: make texture BorderColor a union of float/int/uintBrian Paul2010-01-041-2/+2
|/ /
* | mesa: implement per-buffer color maskingBrian Paul2009-12-291-7/+7
* | Merge branch 'mesa_7_7_branch'Brian Paul2009-12-212-1/+4
|\|
| * Merge branch 'mesa_7_6_branch' into mesa_7_7_branchIan Romanick2009-12-162-1/+4
| |\
| | * savage: Silence compiler warnings.Vinson Lee2009-12-153-3/+6
* | | tnl: Replace deprecated TexCoordPtr with AttribPtr[_TNL_ATTRIB_TEX*]Eric Anholt2009-11-192-13/+13
|/ /
* | Merge branch 'texformat-rework'Brian Paul2009-10-283-78/+104
|\ \
| * | dri/drivers: update driNewRenderbuffer() to take a gl_formatBrian Paul2009-10-222-15/+13
| * | drivers: don't include texformat.hBrian Paul2009-10-052-15/+10
| * | savage: s/Xfree/_mesa_free/Brian Paul2009-10-011-1/+1
| * | mesa: replace gl_texture_format with gl_formatBrian Paul2009-09-301-47/+80
| |/
* | mesa: Enable remap table in core.Chia-I Wu2009-10-231-13/+1
* | mesa: lift default symlinks target into Makefile.templateBrian Paul2009-10-161-1/+0
|/
* savage: Fix driver build post-ARB_sync.Eric Anholt2009-09-032-8/+6
* dri: use BorderColor instead of _BorderChanBrian Paul2009-04-011-3/+3
* 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-2/+2
* gallium: Fixups for driCreateConfigs MSAA support.Michel Dänzer2009-02-101-0/+2
* re-add MSAA supportBrian Paul2009-02-091-2/+3
* Make GL_ARB_draw_buffers mandatoryIan Romanick2009-01-281-1/+3
* 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-212-2/+1
* mesa: standardize on C99's uint*_t instead of u_int*_tKeith Whitwell2008-09-218-105/+105
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-1813-48/+47
* dri: Fix write/read depth buffer issue under 16bpp mode. See bug #16646Xiang, Haihao2008-08-051-0/+8
* replace __inline and __inline__ with INLINE macroBrian Paul2008-06-215-22/+22
* DRI interface changes and DRI2 direct rendering support.Kristian Høgsberg2008-03-311-72/+30
* Use __DRIextension mechanism providing loader functionality to the driver.Kristian Høgsberg2008-02-291-3/+5
* Replace gl_framebuffer's _ColorDrawBufferMask with _ColorDrawBufferIndexesBrian2008-01-062-7/+9
* fix GL_LINE_LOOP with drivers using own render pipeline stage (#12410, #13527)Roland Scheidegger2007-12-221-1/+1
* Add a DRI_ReadDrawable marker extension to signal read drawable capability.Kristian Høgsberg2007-10-111-6/+5
* Pull createNewScreen entry point into dri_util.c.Kristian Høgsberg2007-10-101-50/+30
* Replace open-coded major, minor, and patch version fields with __DRIversionRec.Kristian Høgsberg2007-10-102-3/+3
* Remove screenConfigs from __DRIscreen.Kristian Høgsberg2007-10-101-2/+1