summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nv40/nv40_fragtex.c
Commit message (Expand)AuthorAgeFilesLines
* nouveau: Rename pipe formats.José Fonseca2010-03-021-7/+7
* nv: Use util_format_name().José Fonseca2010-02-141-1/+3
* nouveau: rewrite nouveau_stateobj to use BEGIN_RING properlyMaarten Maathuis2010-01-051-2/+2
* gallium: fix more statetrackers/drivers for not using texture width/height/de...Roland Scheidegger2009-11-261-3/+3
* nouveau: Support X8R8G8B8 textures on nv30, nv40 and RTs on nv10-nv40.Younes Manton2009-10-311-0/+1
* nouveau: pass nouveau_bo instead of pipe_buffer to so_ callsBen Skeggs2009-06-051-3/+4
* nouveau: make stateobjs start off with refcount of 1Ben Skeggs2009-03-071-0/+1
* nouveau: Use swizzled textures & render targets on nv40 when possible.Younes Manton2008-12-021-2/+1
* nouveau: pf_sprint_name -> pf_nameBen Skeggs2008-08-111-3/+1
* nv40: Support for PIPE_FORMAT_R16_SNORM.Younes Manton2008-08-031-16/+20
* nouveau: remove final PIPE_FORMAT_U_* usageBen Skeggs2008-05-251-4/+4
* nv40: add dxtn formats (disabled)Ben Skeggs2008-03-231-4/+4
* nv40: move "channel context" stuff into nv40_screenBen Skeggs2008-02-291-3/+3
* nv40: remove pipe_state struct now.Ben Skeggs2008-02-251-1/+1
* nv40: construct vbo state the same way as the restBen Skeggs2008-02-251-2/+2
* nv40: dump meaningful names for surface formatsBen Skeggs2008-02-251-0/+3
* nv40: stateobj start out with 0 refcountBen Skeggs2008-02-221-2/+0
* nv40: move hw_dirtyBen Skeggs2008-02-221-4/+5
* nv40: rework fragment texture stateBen Skeggs2008-02-221-11/+25
* nv40: get fragprog onto new state mechanismBen Skeggs2008-02-181-1/+1
* nouveau: match gallium code reorginisation.Ben Skeggs2008-02-161-0/+151