summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/mach64
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mesa_7_7_branch'Brian Paul2010-01-2210-23/+0
|\
| * mach64: Remove unnecessary headers.Vinson Lee2010-01-2010-23/+0
* | Merge branch 'remove-intel-dri1'Kristian Høgsberg2010-01-059-37/+43
|\ \
| * | Push __driDriverExtensions out of dri_util.c and into the driversKristian Høgsberg2010-01-041-0/+6
| * | Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg2010-01-049-37/+37
* | | 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-151-1/+2
| |\
| | * mach64: Silence uninitialized variable warnings.Vinson Lee2009-12-141-1/+2
* | | mesa: remove unused ctx->Driver.ActiveTexture() hookBrian Paul2009-12-111-1/+0
* | | tnl: Replace deprecated FogCoordPtr with AttribPtr[_TNL_ATTRIB_FOG]Eric Anholt2009-11-192-6/+6
* | | tnl: Replace deprecated ColorPtr[] with AttribPtr or new BackfaceColorPtr.Eric Anholt2009-11-193-28/+28
* | | tnl: Replace deprecated TexCoordPtr with AttribPtr[_TNL_ATTRIB_TEX*]Eric Anholt2009-11-192-42/+42
|/ /
* | Merge branch 'texformat-rework'Brian Paul2009-10-285-44/+45
|\ \
| * | dri/drivers: update driNewRenderbuffer() to take a gl_formatBrian Paul2009-10-222-12/+10
| * | drivers: don't include texformat.hBrian Paul2009-10-053-8/+5
| * | mesa: replace gl_texture_format with gl_formatBrian Paul2009-09-303-21/+21
| * | mesa/drivers: use _mesa_get_format_bytes()Brian Paul2009-09-272-6/+12
| |/
* | mesa: Enable remap table in core.Chia-I Wu2009-10-232-15/+1
* | mesa: lift default symlinks target into Makefile.templateBrian Paul2009-10-161-1/+0
* | mesa: remove unused ctx->Driver.PrioritizeTextures() hookBrian Paul2009-10-141-1/+0
|/
* dri: use BorderColor instead of _BorderChanBrian Paul2009-04-011-3/+3
* 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-1/+3
* Make GL_ARB_draw_buffers mandatoryIan Romanick2009-01-281-0/+1
* Make GL_ARB_vertex_buffer_object mandatoryIan Romanick2009-01-281-4/+0
* Make GL_ARB_multisample mandatoryIan Romanick2009-01-281-2/+0
* Make GL_ARB_texture_compression mandatoryIan Romanick2009-01-281-0/+6
* build fix on big endian OpenBSD architectures.Matthieu Herrb2009-01-111-0/+6
* Remove CVS keywords.Keith Whitwell2008-09-2127-27/+27
* 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-1813-48/+49
* dri: Fix write/read depth buffer issue under 16bpp mode. See bug #16646Xiang, Haihao2008-08-051-0/+2
* replace __inline and __inline__ with INLINE macroBrian Paul2008-06-213-9/+9
* DRI interface changes and DRI2 direct rendering support.Kristian Høgsberg2008-03-311-114/+51
* Use __DRIextension mechanism providing loader functionality to the driver.Kristian Høgsberg2008-02-291-4/+5
* Remove GetMSC DriverAPI function.Kristian Høgsberg2008-02-251-1/+0
* Replace gl_framebuffer's _ColorDrawBufferMask with _ColorDrawBufferIndexesBrian2008-01-062-8/+10
* More vblank cleanups.Michel Dänzer2007-10-302-7/+9
* Refactor and fix core vblank supportJesse Barnes2007-10-295-8/+7
* Move media stream counter entry points to new extension.Kristian Høgsberg2007-10-112-9/+4
* Move GLX_MESA_swap_frame_usage DRI entry points to the new mechanism.Kristian Høgsberg2007-10-112-3/+2
* Move swap_interval to new extension mechanism.Kristian Høgsberg2007-10-102-2/+8
* Pull createNewScreen entry point into dri_util.c.Kristian Høgsberg2007-10-101-49/+26
* Remove screenConfigs from __DRIscreen.Kristian Høgsberg2007-10-101-5/+4
* Drop __DRInativeDisplay and pass in __DRIscreen pointers instead.Kristian Høgsberg2007-10-101-11/+11
* Remove ctx->Point._Size and ctx->Line._Width.Brian2007-07-212-6/+9
* Overhaul/simplify SWvertex and SWspan attribute handling.Brian2007-05-201-9/+9