summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/savage
Commit message (Expand)AuthorAgeFilesLines
* dri: Remove all DRI1 driversIan Romanick2011-08-2620-10032/+0
* dri/nouveau: Fix build with --enable-shared-dricore.Johannes Obermayr2011-06-021-1/+3
* mesa: move sampler state into new gl_sampler_object typeBrian Paul2011-04-102-12/+12
* dri: Remove driver date from renderer stringIan Romanick2011-04-051-3/+1
* mesa: replace NEED_SECONDARY_COLOR(), RGBA_LOGICOP_ENABLED() with inlinesBrian Paul2011-03-111-3/+4
* mesa: remove _mesa_create_context_for_api()Brian Paul2011-02-081-1/+1
* mesa: begin implementation of GL_ARB_draw_buffers_blendBrian Paul2011-01-151-4/+4
* savage: Remove unnecessary header.Vinson Lee2010-11-021-1/+0
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-1315-108/+108
* Drop GLframebuffer typedef and just use struct gl_framebufferKristian Høgsberg2010-10-132-4/+4
* Rename GLvisual and __GLcontextModes to struct gl_configKristian Høgsberg2010-10-133-6/+6
* savage: Remove unnecessary header.Vinson Lee2010-10-011-1/+0
* dri/savage: remove duplicated includeNicolas Kaiser2010-09-301-1/+0
* mesa: Remove EXT_convolution.Eric Anholt2010-09-231-3/+0
* dri: Add missing header m_xform.h.Vinson Lee2010-08-071-0/+2
* 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