summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/gamma
Commit message (Expand)AuthorAgeFilesLines
* gamma: Add missing headers.Vinson Lee2010-02-2010-5/+12
* gamma: Remove unnecessary header.Vinson Lee2010-02-201-1/+0
* Drop macro wrappers for the aligned memory functionsKristian Høgsberg2010-02-191-2/+2
* gamma: s#colormac.h#main/colormac.h#Vinson Lee2010-02-196-6/+6
* gamma: s/gammacontext.h/gamma_context.h/Vinson Lee2010-02-1914-14/+14
* Merge branch 'remove-intel-dri1'Kristian Høgsberg2010-01-059-36/+43
|\
| * 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-36/+36
* | 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
* tnl: Replace deprecated ColorPtr[] with AttribPtr or new BackfaceColorPtr.Eric Anholt2009-11-191-2/+2
* tnl: Replace deprecated TexCoordPtr with AttribPtr[_TNL_ATTRIB_TEX*]Eric Anholt2009-11-191-3/+3
* Merge branch 'texformat-rework'Brian Paul2009-10-281-8/+5
|\
| * drivers: don't include texformat.hBrian Paul2009-10-051-8/+5
* | mesa: lift default symlinks target into Makefile.templateBrian Paul2009-10-161-1/+0
|/
* dri: use BorderColor instead of _BorderChanBrian Paul2009-04-011-4/+9
* mesa: remove last of _mesa_unreference_framebuffer() callsBrian Paul2009-03-071-1/+1
* mesa: use an array for current texture objectsBrian Paul2009-02-211-4/+4
* Make GL_ARB_draw_buffers mandatoryIan Romanick2009-01-281-0/+2
* Remove CVS keywords.Keith Whitwell2008-09-2116-16/+0
* mesa: standardize on C99's uint*_t instead of u_int*_tKeith Whitwell2008-09-216-55/+55
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-1817-70/+70
* 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-3/+3
* DRI interface changes and DRI2 direct rendering support.Kristian Høgsberg2008-03-311-1/+1
* fix GL_LINE_LOOP with drivers using own render pipeline stage (#12410, #13527)Roland Scheidegger2007-12-221-1/+1
* Fix/improve framebuffer object reference counting.Brian2007-03-061-1/+1
* merge current trunk into vbo branchAlan Hourihane2006-11-021-3/+2
* switch remaining drivers over to vboKeith Whitwell2006-10-313-6/+6
* Remove a bunch of "ctx->Driver.function = _swrast_Function" lines sinceBrian Paul2006-10-151-19/+2
* Remove Driver.ResizeBuffers = _mesa_resize_framebuffer lines.Brian Paul2006-10-151-2/+0
* Remove the many aliases for 'struct mem_block' in mm.hKeith Whitwell2005-11-281-2/+2
* Instead of calling _mesa_ResizeBuffersMESA() in the Viewport function,Brian Paul2005-09-142-2/+2
* Replace ctx->Driver.StencilOp/Func/Mask() functions withBrian Paul2005-09-131-4/+0
* replace GET_SRC_PTR, GET_DST_PTR with GET_PTRBrian Paul2005-09-041-7/+3
* Add Egberts fixes for 64bit architecturesAlan Hourihane2005-08-151-0/+5
* Fix bug 1858 - array subscript out of range in gamma driver.Brian Paul2005-07-263-3/+2
* remove common macros used in the span functions of most drivers from the indi...Roland Scheidegger2005-07-011-31/+0
* Refactor COMMON_SOURCES up to Makefile.templateAdam Jackson2005-05-051-10/+0
* Add drirenderbuffer.c to COMMON_SOURCESAdam Jackson2005-05-041-0/+1
* Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul2005-05-042-6/+6
* First pass at updating these drivers with pipeline_stage struct changes.Keith Whitwell2005-04-221-23/+4
* Bug #2428: #ifdef GLX_DIRECT_RENDERING in DRI drivers is pointless.Adam Jackson2005-01-312-8/+0
* Enclose passed macro values in brackets to ensure correct read/write spanAlan Hourihane2005-01-201-7/+7
* uint*t -> u_int*t changesAlan Hourihane2004-12-146-55/+59
* Remove _mesa_ResizeBuffersMESA() call from _mesa_set_viewport().Brian Paul2004-11-272-5/+3
* Patch removes _SOLO definition needed for mesa-solo. mesa-soloJon Smirl2004-07-041-10/+0
* Rename the various function types in t_context.h to include a tnl_ prefix.Keith Whitwell2004-07-013-7/+7
* Open/Close FullScreen die. unichrome and savage implemented, code is ifdef'd outJon Smirl2004-06-031-16/+1
* Replace drmHandle, drmContext, drmDrawable, drmMagic and related types withIan Romanick2004-06-022-2/+2