summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nvfx
Commit message (Expand)AuthorAgeFilesLines
...
* nv40: support all 10 texcoordsLuca Barbieri2010-09-043-12/+19
* nvfx: add missing context initLuca Barbieri2010-09-041-0/+3
* nvfx: tidy up state_emitLuca Barbieri2010-09-041-76/+84
* nvfx: support all coord conventions in hardwareLuca Barbieri2010-09-045-5/+31
* nvfx: add missing pushbuffer space checkLuca Barbieri2010-09-041-0/+2
* nvfx: support all possible vs constsLuca Barbieri2010-09-041-10/+5
* nvfx: set magic bit to round NPOT mipmap sizes down and not upLuca Barbieri2010-09-041-0/+3
* nvfx: allow nested blitter usage, fixing bug in clearLuca Barbieri2010-09-043-8/+21
* nvfx: implement LIT in fpLuca Barbieri2010-09-032-1/+24
* nvfx: fix division by zero in vp-ignore-inputLuca Barbieri2010-09-031-1/+1
* nvfx: report correct max lodbiasLuca Barbieri2010-09-031-1/+1
* nvfx: remove messageLuca Barbieri2010-09-031-13/+0
* nvfx: support indirect addressing in vpsLuca Barbieri2010-09-034-27/+96
* nvfx: fix support for more than 8 texture units (fixes etqw crash)Luca Barbieri2010-09-032-4/+3
* nouveau/nvfx: Remove enforcement of bit depth being same as front bufferPatrice Mandin2010-09-011-17/+0
* nvfx: Remove util_is_pot in favor of util_is_power_of_two.Vinson Lee2010-08-282-5/+5
* nvfx: Set pointer to NULL after free.Vinson Lee2010-08-251-1/+3
* gallium: Use draw_set_index_buffer and others.Chia-I Wu2010-08-252-7/+8
* nvfx: Clean up header file inclusion in nvfx_screen.h.Vinson Lee2010-08-251-2/+2
* nvfx: Include missing headers in nvfx_shader.h.Vinson Lee2010-08-251-0/+4
* nvfx: Initialize variables on error path.Vinson Lee2010-08-241-0/+4
* nvfx: Remove unnecessary headers.Vinson Lee2010-08-233-4/+0
* nvfx: don't emit dummy commands on nv30Luca Barbieri2010-08-241-4/+8
* nvfx: improve fp temp accountingLuca Barbieri2010-08-231-2/+4
* nvfx: emit bo relocations only when neededLuca Barbieri2010-08-238-20/+65
* nvfx: match Gallium's gl_PointCoord brokennessLuca Barbieri2010-08-231-2/+5
* nvfx: support clip planes sensibly and fix them on nv30Luca Barbieri2010-08-237-116/+163
* nvfx: fix minor memory leakLuca Barbieri2010-08-231-1/+1
* nvfx: support both sprite coord originsLuca Barbieri2010-08-233-43/+108
* nvfx: use 64-bit bitmasks for tempsLuca Barbieri2010-08-231-8/+8
* nvfx: Include missing header in nvfx_vertprog.c.Vinson Lee2010-08-221-0/+2
* nvfx: refactor to support multiple fragment program versionsLuca Barbieri2010-08-225-76/+127
* nvfx: move stuff aroundLuca Barbieri2010-08-225-84/+95
* nvfx: simplify and correct fragment program update logicLuca Barbieri2010-08-226-94/+149
* nvfx: make stipple setting independent of enableLuca Barbieri2010-08-224-27/+3
* nvfx: fix vertex programsLuca Barbieri2010-08-221-0/+2
* nvfx: use relocations array for vp constantsLuca Barbieri2010-08-224-35/+34
* nvfx: Silence unused variable warning.Vinson Lee2010-08-221-0/+1
* nvfx: Silence uninitialized variable warnings.Vinson Lee2010-08-212-0/+6
* nvfx: Silence uninitialized variable warnings.Vinson Lee2010-08-211-4/+4
* nvfx: actually fix it properlyLuca Barbieri2010-08-211-1/+1
* nvfx: fix incorrect assertLuca Barbieri2010-08-211-6/+9
* nvfx: Fix SCons build.Vinson Lee2010-08-217-56/+105
* nvfx: fix warningsLuca Barbieri2010-08-213-5/+2
* nvfx: enable translate_sseLuca Barbieri2010-08-211-1/+1
* scons: Fix nvfx build.Vinson Lee2010-08-211-1/+2
* nvfx: slightly improve handling of overlong vpsLuca Barbieri2010-08-211-2/+10
* nvfx: tweak CMP in fpLuca Barbieri2010-08-211-1/+1
* nvfx: implement CMP in vpLuca Barbieri2010-08-211-0/+13
* nvfx: implement TXL in fpLuca Barbieri2010-08-211-0/+6