aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/gamma/gamma_context.h
Commit message (Expand)AuthorAgeFilesLines
* Remove the many aliases for 'struct mem_block' in mm.hKeith Whitwell2005-11-281-2/+2
* Fix bug 1858 - array subscript out of range in gamma driver.Brian Paul2005-07-261-1/+1
* uint*t -> u_int*t changesAlan Hourihane2004-12-141-19/+19
* Replace drmHandle, drmContext, drmDrawable, drmMagic and related types withIan Romanick2004-06-021-1/+1
* Convert int(8|32)_t to uint(8|32)_t, like should have been done the first time.Ian Romanick2004-03-181-19/+19
* Convert all uses of CARD32 and CARD8 to int32_t and int8_t.Ian Romanick2004-03-171-19/+19
* Adjust includes to help DRI buildJon Smirl2004-03-121-0/+2
* Adjustments to make everything use IOCTL/sarea defines in DRM insteadJon Smirl2004-03-111-2/+2
* Consolidate texObj->Pos/Neg/X/Y/Z and texObj->Image into a singleKeith Whitwell2004-01-271-1/+1
* Undo some bits from last check-in related to the ctx->Driver.NewTextureObjectBrian Paul2004-01-201-0/+1
* Before calling _mesa_create_context(), initialize a dd_function_table structBrian Paul2004-01-201-1/+1
* Updates to tnl_dd_dmatmp.hKeith Whitwell2003-12-111-5/+0
* add gamma driver - no kernel driver yetAlan Hourihane2003-09-301-0/+405