summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nvfx
AgeCommit message (Expand)Author
2010-08-25nvfx: Set pointer to NULL after free.Vinson Lee
2010-08-25gallium: Use draw_set_index_buffer and others.Chia-I Wu
2010-08-25nvfx: Clean up header file inclusion in nvfx_screen.h.Vinson Lee
2010-08-25nvfx: Include missing headers in nvfx_shader.h.Vinson Lee
2010-08-24nvfx: Initialize variables on error path.Vinson Lee
2010-08-23nvfx: Remove unnecessary headers.Vinson Lee
2010-08-24nvfx: don't emit dummy commands on nv30Luca Barbieri
2010-08-23nvfx: improve fp temp accountingLuca Barbieri
2010-08-23nvfx: emit bo relocations only when neededLuca Barbieri
2010-08-23nvfx: match Gallium's gl_PointCoord brokennessLuca Barbieri
2010-08-23nvfx: support clip planes sensibly and fix them on nv30Luca Barbieri
2010-08-23nvfx: fix minor memory leakLuca Barbieri
2010-08-23nvfx: support both sprite coord originsLuca Barbieri
2010-08-23nvfx: use 64-bit bitmasks for tempsLuca Barbieri
2010-08-22nvfx: Include missing header in nvfx_vertprog.c.Vinson Lee
2010-08-22nvfx: refactor to support multiple fragment program versionsLuca Barbieri
2010-08-22nvfx: move stuff aroundLuca Barbieri
2010-08-22nvfx: simplify and correct fragment program update logicLuca Barbieri
2010-08-22nvfx: make stipple setting independent of enableLuca Barbieri
2010-08-22nvfx: fix vertex programsLuca Barbieri
2010-08-22nvfx: use relocations array for vp constantsLuca Barbieri
2010-08-22nvfx: Silence unused variable warning.Vinson Lee
2010-08-21nvfx: Silence uninitialized variable warnings.Vinson Lee
2010-08-21nvfx: Silence uninitialized variable warnings.Vinson Lee
2010-08-21nvfx: actually fix it properlyLuca Barbieri
2010-08-21nvfx: fix incorrect assertLuca Barbieri
2010-08-21nvfx: Fix SCons build.Vinson Lee
2010-08-21nvfx: fix warningsLuca Barbieri
2010-08-21nvfx: enable translate_sseLuca Barbieri
2010-08-21scons: Fix nvfx build.Vinson Lee
2010-08-21nvfx: slightly improve handling of overlong vpsLuca Barbieri
2010-08-21nvfx: tweak CMP in fpLuca Barbieri
2010-08-21nvfx: implement CMP in vpLuca Barbieri
2010-08-21nvfx: implement TXL in fpLuca Barbieri
2010-08-21nvfx: implement SSG in fpLuca Barbieri
2010-08-21nvfx: implement DP2 in vp and fpLuca Barbieri
2010-08-21nvfx: implement TRUNC in vp and fpLuca Barbieri
2010-08-21nvfx: implement NOPLuca Barbieri
2010-08-21nvfx: add vertex program control flowLuca Barbieri
2010-08-21nvfx: fix vertex shader headersLuca Barbieri
2010-08-21nv40: add fragment program control flowLuca Barbieri
2010-08-21nvfx: refactor shader assemblerLuca Barbieri
2010-08-21nvfx: add option to dump shaders in TGSI and native codeLuca Barbieri
2010-08-21nvfx: improve and correct nvfx_shader.hLuca Barbieri
2010-08-21nvfx: fix lodbiasLuca Barbieri
2010-08-21nvfx: mostly fix inline corruption magicallyLuca Barbieri
2010-08-21nvfx: fix GPU hardlocks when depth buffer is absentLuca Barbieri
2010-08-21nvfx: fire ring after transfersLuca Barbieri
2010-08-21nv30: band-aid viewport issuesLuca Barbieri
2010-08-21nvfx: support flatshade_firstLuca Barbieri