summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/remap.h
Commit message (Collapse)AuthorAgeFilesLines
* mesa: Include missing header in remap.h.Vinson Lee2010-07-311-0/+1
| | | | Include compiler.h for INLINE symbol.
* mesa: Move api_exec_es*.c into mesa/mainKristian Høgsberg2010-04-271-0/+33
| | | | | This requires renaming a few functions to have unique names so that they can all live within the same driver.
* mesa: Move references to main/remap_helper.h to api_exec.cKristian Høgsberg2010-04-271-6/+26
|
* Fix copyright headers.Chia-I Wu2010-04-101-5/+6
| | | | | | Update the warranty disclaimer to use the more general "THE AUTHORS OR COPYRIGHT HOLDERS". This is done manually on files created by me. Hope that I do not miss anything.
* mesa/main: Add support for remap table.Chia-I Wu2009-10-231-0/+87
This commit only adds the source files. It is supposed to replace the remap table in DRI drivers. Signed-off-by: Chia-I Wu <[email protected]>