summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/nouveau/nouveau_render_t.c
Commit message (Collapse)AuthorAgeFilesLines
* nouveau: change internal variables to avoid conflicts with macro argsIlia Mirkin2014-09-131-10/+10
| | | | | | | Reported by Coverity Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu> Cc: "10.2 10.3" <mesa-stable@lists.freedesktop.org>
* nouveau/vieux: switch to libdrm_nouveau-2.0Ben Skeggs2012-04-141-3/+3
|
* dri/nouveau: don't use nested functionsnobled2012-03-061-39/+36
| | | | | | | | | | | | | | | | 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: Split hardware/software TNL instantiation more cleanly.Francisco Jerez2010-11-111-56/+13
|
* dri/nouveau: Silence uninitialized variable warning.Vinson Lee2010-11-031-0/+5
| | | | | | | Fixes this GCC warning. nouveau_vbo_t.c: In function 'nv10_vbo_render_prims': nouveau_render_t.c:161: warning: 'max_out' may be used uninitialized in this function nouveau_render_t.c:161: note: 'max_out' was declared here
* dri/nouveau: Split out array handling to its own file.Francisco Jerez2010-10-311-60/+6
|
* dri/nouveau: Split out the scratch helpers to a separate file.Francisco Jerez2010-10-311-59/+1
|
* dri/nouveau: Tell the vbo module we want real hardware BOs.Francisco Jerez2010-10-311-0/+1
|
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-12/+12
|
* dri/nouveau: Some minor vertex submission fixes.Francisco Jerez2010-03-181-1/+1
|
* Import a classic DRI driver for nv0x-nv2x.Francisco Jerez2010-02-041-0/+361