aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nv40
Commit message (Expand)AuthorAgeFilesLines
...
* nouveau: fix buildBen Skeggs2008-04-231-1/+1
* nouveau: PIPE_ATTRIB_MAX -> PIPE_MAX_ATTRIBSBen Skeggs2008-04-151-2/+2
* nv40: use vb/ve counts rather than shader inputs for related loopsBen Skeggs2008-04-092-28/+6
* nv40: implement user clip planesBen Skeggs2008-04-077-112/+87
* nv40: kill some warningsBen Skeggs2008-04-041-2/+0
* nv40: have test for hw idxbuf in single placeBen Skeggs2008-04-041-2/+2
* nouveau: in some cases don't create the buffer in local mem initially.Ben Skeggs2008-04-042-1/+11
* nv40: remove redundant state_emit() callsBen Skeggs2008-04-041-3/+0
* nv40: static attribs -> stateobjBen Skeggs2008-04-043-30/+38
* nv40: convert the inline idxbuf paths alsoBen Skeggs2008-04-041-48/+111
* nv40: need to resubmit buffers if pushbuf gets flushed during drawBen Skeggs2008-04-041-44/+76
* nv40: only update draw module state when using swtnlBen Skeggs2008-04-023-14/+34
* nv40: shorten zsa state linesBen Skeggs2008-04-021-6/+7
* nv40: fix slight thinkoBen Skeggs2008-03-311-10/+5
* nouveau: update object headerBen Skeggs2008-03-311-1/+1
* nv40: support vp clip distance regs, unused currently.Ben Skeggs2008-03-312-3/+104
* nv40: track current scissor enable/disable stateBen Skeggs2008-03-311-1/+2
* nv40: mark fp dirty even when only consts updatedBen Skeggs2008-03-311-2/+2
* nouveau: adapt to recent gallium changesBen Skeggs2008-03-307-32/+21
* nv40: vp 1/0/- swzBen Skeggs2008-03-301-1/+73
* nv40: vp const/immd fixBen Skeggs2008-03-301-6/+14
* nv40: respect do_flip in surface_copy()Ben Skeggs2008-03-251-2/+14
* nv40: maintain pipe_surface status fieldBen Skeggs2008-03-242-0/+9
* nv40: respect rasterizer cso bypass_clipping flagBen Skeggs2008-03-242-2/+15
* nv40: vp reg changes similar to recent fp changesBen Skeggs2008-03-231-20/+86
* nv40: fix fp depth writeBen Skeggs2008-03-231-1/+1
* nv40: remove some badness from fp temp/result allocationBen Skeggs2008-03-231-51/+107
* nv40: catch fp extra-const cases where both const and immd have same idxBen Skeggs2008-03-231-3/+14
* nv40: fp: fix multiple refs to a single const withing an instructionBen Skeggs2008-03-231-1/+7
* nv40: workaround fp result.data[0] clobberageBen Skeggs2008-03-231-1/+3
* nv40: add dxtn formats (disabled)Ben Skeggs2008-03-232-4/+10
* nv40: fix bug in query codeBen Skeggs2008-03-211-0/+9
* nv40: add 16-bit SSCALED vb formatsBen Skeggs2008-03-211-0/+10
* nv40: ensure vb relocs don't end up on list for swtnlBen Skeggs2008-03-211-0/+1
* nv40: call semi-magic 0x1d88 methodBen Skeggs2008-03-211-0/+2
* nv40: swtnl fallback on unsupported array formatBen Skeggs2008-03-211-2/+6
* nv40: oopsBen Skeggs2008-03-211-1/+0
* nv40: s/free/FREE/Ben Skeggs2008-03-216-12/+12
* nv40: align each level to 64 pixelsBen Skeggs2008-03-211-6/+7
* nv40: use num_cbufsBen Skeggs2008-03-211-4/+1
* nv40: use new pipe_framebuffer width/height fieldsBen Skeggs2008-03-211-13/+3
* nouveau: match gallium API changesBen Skeggs2008-03-211-1/+2
* nv40: "implement" noise opcodes in fragprogBen Skeggs2008-03-191-0/+6
* nouveau: pass nvws to nvws->push_* functions, rather than nouveau_channel*Ben Skeggs2008-03-192-67/+1
* nv40: a few more fp opcodesBen Skeggs2008-03-171-2/+48
* nv40: workaround main swtnl breakageBen Skeggs2008-03-171-1/+1
* nv40: simple swtnl path (half broken, but getting there)Ben Skeggs2008-03-1612-91/+531
* nouveau: match interface changesBen Skeggs2008-03-135-23/+45
* nv40: re-do vtxbuf format codeBen Skeggs2008-03-031-29/+50
* nv40: nuke debugBen Skeggs2008-03-021-2/+0