summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r128
Commit message (Expand)AuthorAgeFilesLines
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-1314-86/+86
* Drop GLframebuffer typedef and just use struct gl_framebufferKristian Høgsberg2010-10-133-4/+4
* Rename GLvisual and __GLcontextModes to struct gl_configKristian Høgsberg2010-10-135-7/+7
* dri/r128: remove duplicated includeNicolas Kaiser2010-09-301-1/+0
* mesa: Force GL_SGIS_generate_mipmap to always be enabledIan Romanick2010-09-271-1/+0
* glx: Remove support for MESA_swap_frame_usageKristian Høgsberg2010-07-191-1/+0
* mesa: Move [UN]CLAMPED_FLOAT_TO_UBYTE from imports.h to macros.h.Vinson Lee2010-07-092-0/+2
* dri: Add DRI entrypoints to create a context for a given APIKristian Høgsberg2010-04-282-2/+4
* Merge branch '7.8'Michel Dänzer2010-03-121-1/+1
|\
| * Grammar and spelling fixesJeff Smith2010-03-121-1/+1
* | dri: drop MINIGLX_SOURCES (2)George Sapountzis2010-03-061-1112/+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-2/+0
* r128: Add assert to check for null pointer dereference.Vinson Lee2010-02-271-0/+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
* r128: Remove unnecessary headers.Vinson Lee2010-01-309-20/+0
* Merge branch 'remove-intel-dri1'Kristian Høgsberg2010-01-059-38/+45
|\
| * 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-049-38/+38
* | mesa: make texture BorderColor a union of float/int/uintBrian Paul2010-01-041-2/+2
|/
* mesa: implement per-buffer color maskingBrian Paul2009-12-291-4/+4
* Merge branch 'mesa_7_7_branch'Brian Paul2009-12-211-1/+2
|\
| * Merge branch 'mesa_7_6_branch' into mesa_7_7_branchIan Romanick2009-12-161-1/+2
| |\
| | * r128: Silence uninitialized variable warnings in r128_tris.c.Vinson Lee2009-12-151-1/+2
* | | tnl: Replace deprecated TexCoordPtr with AttribPtr[_TNL_ATTRIB_TEX*]Eric Anholt2009-11-191-2/+2
|/ /
* | Merge branch 'texformat-rework'Brian Paul2009-10-285-27/+24
|\ \
| * | dri/drivers: update driNewRenderbuffer() to take a gl_formatBrian Paul2009-10-222-15/+13
| * | drivers: don't include texformat.hBrian Paul2009-10-053-3/+0
| * | mesa: replace gl_texture_format with gl_formatBrian Paul2009-09-303-8/+8
| * | mesa/drivers: use _mesa_get_format_bytes()Brian Paul2009-09-272-4/+6
| |/
* | mesa: Enable remap table in core.Chia-I Wu2009-10-232-16/+2
* | mesa: lift default symlinks target into Makefile.templateBrian Paul2009-10-161-1/+0
|/
* r128: fix two-sided lighting segfault seen in GLUT's olight demoPeteri Andras2009-07-133-2/+7
* dri: use BorderColor instead of _BorderChanBrian Paul2009-04-011-3/+8
* mesa: remove last of _mesa_unreference_framebuffer() callsBrian Paul2009-03-071-1/+1
* gallium: Fixups for driCreateConfigs MSAA support.Michel Dänzer2009-02-101-0/+2
* re-add MSAA supportBrian Paul2009-02-091-19/+20
* Make GL_ARB_draw_buffers mandatoryIan Romanick2009-01-281-0/+2
* 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-2127-27/+1
* mesa: standardize on C99's uint*_t instead of u_int*_tKeith Whitwell2008-09-2110-83/+83
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-1814-47/+47
* dri: Fix write/read depth buffer issue under 16bpp mode. See bug #16646Xiang, Haihao2008-08-051-0/+3
* replace __inline and __inline__ with INLINE macroBrian Paul2008-06-212-4/+4
* DRI interface changes and DRI2 direct rendering support.Kristian Høgsberg2008-03-311-53/+40
* Use __DRIextension mechanism providing loader functionality to the driver.Kristian Høgsberg2008-02-291-3/+5