summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/mga
Commit message (Expand)AuthorAgeFilesLines
* 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-2/+2
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-1319-117/+117
* 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
* dri/mga: remove duplicated includeNicolas Kaiser2010-09-301-1/+0
* Remove GL_MESA_packed_depth_stencilIan Romanick2010-09-271-9/+3
* mesa: Force GL_SGIS_generate_mipmap to always be enabledIan Romanick2010-09-271-1/+0
* dri: Add missing header m_xform.h.Vinson Lee2010-08-071-0/+2
* glx: Remove support for MESA_swap_frame_usageKristian Høgsberg2010-07-191-1/+0
* dri: Add DRI entrypoints to create a context for a given APIKristian Høgsberg2010-04-281-1/+2
* dri: drop MINIGLX_SOURCES (2)George Sapountzis2010-03-061-1088/+0
* dri: drop MINIGLX_SOURCESGeorge Sapountzis2010-03-061-2/+0
* Remove stray defines of HAVE_RGBAIan Romanick2010-03-031-1/+0
* mesa: Remove ClearIndex and IndexMask from device-driver interfaceIan Romanick2010-03-031-3/+0
* mga: Add assert to check for null pointer dereference.Vinson Lee2010-02-271-0/+1
* Drop macro wrappers for the aligned memory functionsKristian Høgsberg2010-02-191-2/+2
* mesa: replace old MEMCPY macro with memcpyBrian Paul2010-02-191-1/+1
* 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-257-16/+0
|\
| * mga: Remove unnecessary headers.Vinson Lee2010-01-237-16/+0
* | Merge branch 'remove-intel-dri1'Kristian Høgsberg2010-01-058-33/+40
|\ \
| * | 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-048-33/+33
* | | mesa: make texture BorderColor a union of float/int/uintBrian Paul2010-01-041-2/+2
|/ /
* / mesa: implement per-buffer color maskingBrian Paul2009-12-292-18/+16
|/
* Merge branch 'mesa_7_6_branch' into mesa_7_7_branchIan Romanick2009-12-151-1/+2
|\
| * mga: Silence uninitialized variable warnings.Vinson Lee2009-12-141-1/+2
* | Merge branch 'texformat-rework'Brian Paul2009-10-285-62/+56
|\ \
| * | dri/drivers: update driNewRenderbuffer() to take a gl_formatBrian Paul2009-10-222-18/+16
| * | drivers: don't include texformat.hBrian Paul2009-10-052-16/+12
| * | mesa: replace gl_texture_format with gl_formatBrian Paul2009-09-303-28/+28
| * | mesa/drivers: use _mesa_get_format_bytes()Brian Paul2009-09-271-1/+1
| * | mesa/drivers: use _mesa_get_format_bytes()Brian Paul2009-09-271-1/+1
| |/
* | mesa: Enable remap table in core.Chia-I Wu2009-10-231-17/+1
* | mesa: lift default symlinks target into Makefile.templateBrian Paul2009-10-161-1/+0
|/
* 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