summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/sis
Commit message (Expand)AuthorAgeFilesLines
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-1319-138/+138
* Drop GLframebuffer typedef and just use struct gl_framebufferKristian Høgsberg2010-10-134-6/+6
* Rename GLvisual and __GLcontextModes to struct gl_configKristian Høgsberg2010-10-135-6/+6
* mesa: Move [UN]CLAMPED_FLOAT_TO_UBYTE from imports.h to macros.h.Vinson Lee2010-07-091-0/+1
* dri: Add DRI entrypoints to create a context for a given APIKristian Høgsberg2010-04-282-2/+4
* dri: drop MINIGLX_SOURCESGeorge Sapountzis2010-03-061-4/+0
* Remove stray defines of HAVE_RGBAIan Romanick2010-03-031-1/+0
* sis: Add assert to check function pointer is not null.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
* Merge branch 'mesa_7_7_branch'Brian Paul2010-01-259-16/+0
|\
| * sis: Remove unnecessary headers.Vinson Lee2010-01-239-16/+0
* | Merge branch 'remove-intel-dri1'Kristian Høgsberg2010-01-056-30/+37
|\ \
| * | 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-30/+30
* | | mesa: make texture BorderColor a union of float/int/uintBrian Paul2010-01-041-4/+4
* | | Merge branch 'mesa_7_7_branch'Brian Paul2010-01-041-0/+2
|\ \ \ | |/ / |/| / | |/
| * sis: ifdef out unused variable.Vinson Lee2010-01-021-0/+2
* | Merge branch 'mesa_7_7_branch'Brian Paul2009-12-212-2/+2
|\ \ | |/
| * Merge branch 'mesa_7_6_branch' into mesa_7_7_branchIan Romanick2009-12-162-2/+2
| |\
| | * sis: Silence compiler warnings.Vinson Lee2009-12-152-2/+2
* | | tnl: Replace deprecated TexCoordPtr with AttribPtr[_TNL_ATTRIB_TEX*]Eric Anholt2009-11-191-2/+2
|/ /
* | Merge branch 'texformat-rework'Brian Paul2009-10-284-50/+45
|\ \
| * | dri/drivers: update driNewRenderbuffer() to take a gl_formatBrian Paul2009-10-221-11/+9
| * | mesa: remove a bunch of gl_renderbuffer fieldsBrian Paul2009-10-081-4/+5
| * | drivers: don't include texformat.hBrian Paul2009-10-052-6/+3
| * | mesa: replace gl_texture_format with gl_formatBrian Paul2009-09-301-29/+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-2/+2
| |/
* | mesa: Enable remap table in core.Chia-I Wu2009-10-232-15/+3
* | mesa: lift default symlinks target into Makefile.templateBrian Paul2009-10-161-1/+0
|/
* dri: use BorderColor instead of _BorderChanBrian Paul2009-04-011-5/+10
* mesa: remove last of _mesa_unreference_framebuffer() callsBrian Paul2009-03-071-1/+1
* sis: fix signedness warningsEric Anholt2009-02-102-5/+5
* 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_vertex_buffer_object mandatoryIan Romanick2009-01-281-2/+0
* Make GL_ARB_multisample mandatoryIan Romanick2009-01-281-3/+0
* Make GL_ARB_texture_compression mandatoryIan Romanick2009-01-281-3/+0
* Remove CVS keywords.Keith Whitwell2008-09-2125-25/+0
* mesa: standardize on C99's uint*_t instead of u_int*_tKeith Whitwell2008-09-211-2/+2
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-1814-37/+37
* 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-212-2/+2
* only use __x86_64__, not __amd64__ (bug 15503)Brian Paul2008-04-141-1/+1
* DRI interface changes and DRI2 direct rendering support.Kristian Høgsberg2008-03-311-60/+33
* Use __DRIextension mechanism providing loader functionality to the driver.Kristian Høgsberg2008-02-291-3/+3
* Remove GetMSC DriverAPI function.Kristian Høgsberg2008-02-251-1/+0
* Fix sis_dri on ia64.Adam Jackson2008-02-151-0/+2
* Replace gl_framebuffer's _ColorDrawBufferMask with _ColorDrawBufferIndexesBrian2008-01-063-16/+19