aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/gamma
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move dri_util.[ch] and glcontextmodes.[ch] from dri_client to common.Ian Romanick2004-05-271-1/+3
* obsolete in favor of regular MakefilesBrian Paul2004-05-121-124/+0
* Allow *_dri.so to build in Mesa tree with the 'linux-dri' target.Keith Whitwell2004-04-291-81/+2
* Add DRM_SOURCE_PATH to make system.Jon Smirl2004-04-131-1/+1
* lots of Makefile updates for new build systemBrian Paul2004-04-081-58/+62
* build fixesAlan Hourihane2004-04-081-0/+2
* New Makefile systemBrian Paul2004-03-261-0/+117
* Implemented support for software-based AUX color buffers.Brian Paul2004-03-211-2/+4
* Convert int(8|32)_t to uint(8|32)_t, like should have been done the first time.Ian Romanick2004-03-186-55/+55
* Convert all uses of CARD32 and CARD8 to int32_t and int8_t.Ian Romanick2004-03-176-55/+55
* Adjust includes to help DRI buildJon Smirl2004-03-121-0/+2
* Adjustments to make everything use IOCTL/sarea defines in DRM insteadJon Smirl2004-03-114-6/+6
* added _tnl_allow_vertex/pixel_fog() callsBrian Paul2004-02-261-1/+3
* Added support for EXT_blend_equation_separate / ATI_blend_equation_separate.Ian Romanick2004-01-271-2/+4
* Consolidate texObj->Pos/Neg/X/Y/Z and texObj->Image into a singleKeith Whitwell2004-01-272-10/+10