aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/nouveau/nouveau_array.c
Commit message (Collapse)AuthorAgeFilesLines
* nouveau/vieux: switch to libdrm_nouveau-2.0Ben Skeggs2012-04-141-7/+5
|
* dri/nouveau: don't use nested functionsnobled2012-03-061-25/+42
| | | | | | | | | | | | | | | | It's a GNU extension that isn't supported by clang right now: http://gcc.gnu.org/onlinedocs/gcc-4.6.3/gcc/Nested-Functions.html http://clang.llvm.org/docs/UsersManual.html#c_unimpl_gcc With this, clang now compiles the nouveau classic driver. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=44061 (Types changed from e.g. 'unsigned char' to 'GLubyte' so that the types can be concatenated to form a unique function name without any whitespace interfering.) [ Francisco Jerez: give meaningful names to the dispatch functions. ]
* dri/nouveau: Keep small DYNAMIC_DRAW vertex buffers in system ram.Francisco Jerez2010-10-311-2/+3
|
* dri/nouveau: Split out array handling to its own file.Francisco Jerez2010-10-311-0/+135