2e47d01c9e5325906cf3bb979279599991c6328e |
|
23-Dec-2011 |
Ben Skeggs <bskeggs@redhat.com> |
nouveau/vieux: switch to libdrm_nouveau-2.0
/external/mesa3d/src/mesa/drivers/dri/nouveau/nouveau_render_t.c
|
4aa1ac5fe94b5696095229ee3568bf4fa7cfed95 |
|
04-Mar-2012 |
nobled <nobled@dreamwidth.org> |
dri/nouveau: don't use nested functions 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. ]
/external/mesa3d/src/mesa/drivers/dri/nouveau/nouveau_render_t.c
|
cdb38b5d3d1b93a90a91ad06c0f03efdfde6b525 |
|
10-Nov-2010 |
Francisco Jerez <currojerez@riseup.net> |
dri/nouveau: Split hardware/software TNL instantiation more cleanly.
/external/mesa3d/src/mesa/drivers/dri/nouveau/nouveau_render_t.c
|
d3fcadf8400360f4db45a4deb45b3b260e880b49 |
|
04-Nov-2010 |
Vinson Lee <vlee@vmware.com> |
dri/nouveau: Silence uninitialized variable warning. 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
/external/mesa3d/src/mesa/drivers/dri/nouveau/nouveau_render_t.c
|
57382e71ef892a36ca2171fe8758aba6c9c885e6 |
|
29-Oct-2010 |
Francisco Jerez <currojerez@riseup.net> |
dri/nouveau: Split out array handling to its own file.
/external/mesa3d/src/mesa/drivers/dri/nouveau/nouveau_render_t.c
|
f2098e0fefbbcd72df4c8283d195beae4a113f35 |
|
29-Oct-2010 |
Francisco Jerez <currojerez@riseup.net> |
dri/nouveau: Split out the scratch helpers to a separate file.
/external/mesa3d/src/mesa/drivers/dri/nouveau/nouveau_render_t.c
|
6daaf4535998a05ec6e974828cee33c513d2b5a2 |
|
29-Oct-2010 |
Francisco Jerez <currojerez@riseup.net> |
dri/nouveau: Tell the vbo module we want real hardware BOs.
/external/mesa3d/src/mesa/drivers/dri/nouveau/nouveau_render_t.c
|
f9995b30756140724f41daf963fa06167912be7f |
|
12-Oct-2010 |
Kristian Høgsberg <krh@bitplanet.net> |
Drop GLcontext typedef and use struct gl_context instead
/external/mesa3d/src/mesa/drivers/dri/nouveau/nouveau_render_t.c
|
d475eae50b15646efd83fa7f73ad7f2b40dd5206 |
|
11-Mar-2010 |
Francisco Jerez <currojerez@riseup.net> |
dri/nouveau: Some minor vertex submission fixes.
/external/mesa3d/src/mesa/drivers/dri/nouveau/nouveau_render_t.c
|
bfb5dc68fcc9f5dee71f66d9499b8bdcde9627ea |
|
01-Feb-2010 |
Francisco Jerez <currojerez@riseup.net> |
Import a classic DRI driver for nv0x-nv2x.
/external/mesa3d/src/mesa/drivers/dri/nouveau/nouveau_render_t.c
|