summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nv50/nv50_context.h
Commit message (Expand)AuthorAgeFilesLines
* nv50: apply layout_mask to tile_flagsXavier Chantry2010-10-151-0/+3
* nv50: add relocs for stack and local mem buffersChristoph Bumiller2010-09-181-0/+1
* nouveau: delete nouveau_class.h, move nv50 regs to nv50_reg.hLuca Barbieri2010-09-051-0/+1
* gallium: Keep only pipe_context::draw_vbo.Chia-I Wu2010-07-291-18/+0
* gallium: Implement draw_vbo and set_index_buffer for all drivers.Chia-I Wu2010-07-291-0/+3
* nv50: implement depth clampChristoph Bumiller2010-07-231-0/+2
* nv50: s/__func__/__FUNCTION__/Vinson Lee2010-07-161-1/+1
* nv50: add missing idxbias param to nv50_push_elements_instanced()Brian Paul2010-04-201-1/+2
* nv50: Adapt for index bias interface change.José Fonseca2010-04-191-2/+2
* Squashed commit of the following:Keith Whitwell2010-04-101-33/+4
* Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell2010-03-131-0/+1
|\
| * Squashed commit of gallium-context-transfers:Keith Whitwell2010-03-111-0/+1
* | nv50: fix damage from merging master into sampler-viewChristoph Bumiller2010-03-111-5/+3
* | Merge branch 'master' into gallium-sampler-viewMichal Krol2010-03-101-37/+71
|\ \ | |/
| * nv50: inline nv50_state_flush_notify()Ben Skeggs2010-03-101-1/+0
| * nv50: remove nv50_context.state.instbufBen Skeggs2010-03-101-1/+0
| * nv50: move nv50_prim() into a header file rather than duplicatingBen Skeggs2010-03-101-0/+31
| * nv50: re-add immediate mode vertex submission pathsBen Skeggs2010-03-101-0/+9
| * nv50: rip out inline push draw paths temporarilyBen Skeggs2010-03-101-2/+0
| * nv50: make use of scissor enable/disable methodBen Skeggs2010-03-101-1/+0
| * nv50: ensure enough room for state changes in current pushbufBen Skeggs2010-03-101-1/+1
| * nv50: rework state emissionBen Skeggs2010-03-101-25/+14
| * nv50: use relocs rather than re-uploading TIC all the timeBen Skeggs2010-03-101-0/+1
| * Merge branch 'gallium-vertexelementcso'Roland Scheidegger2010-03-091-2/+8
| |\
| | * nv50: adapt to vertex elements csoChristoph Bumiller2010-02-261-2/+8
| * | nv: define NV30/40/50_MAX_TEXTURE_LEVELSBrian Paul2010-03-081-1/+3
| * | gallium: Remove bypass_vs_clip_and_viewport from rasteriser state.Michal Krol2010-02-221-1/+0
| |/
* | nv50: update to handle new sampler view stateChristoph Bumiller2010-02-251-6/+17
* | nv50: Fix after sampler view changes.Michal Krol2010-02-251-0/+1
|/
* nv50: adapt to stencil ref changesRoland Scheidegger2010-02-111-0/+3
* gallium: squash-merge of gallium screen contextKeith Whitwell2010-02-081-1/+4
* nouveau: include stdio.h and u_inlines.h in all context files since embedded ...Dave Airlie2010-02-041-0/+2
* nv50: implement instanced drawingChristoph Bumiller2010-01-171-3/+13
* nv50: hook up geometry programsChristoph Bumiller2010-01-161-3/+5
* nv50: support for geometry programs in nv50_programChristoph Bumiller2010-01-161-2/+7
* gallium: propogate draw retval changes into more driversKeith Whitwell2009-12-211-2/+2
* nv50: support vertex program texturesChristoph Bumiller2009-12-121-6/+6
* nouveau: use boolean instead of boolRoland Scheidegger2009-12-081-1/+1
* nv50: add 3d texture tiling and mip-mappingChristoph Bumiller2009-11-041-0/+12
* nv50: use SIFC also for shader uploadChristoph Bumiller2009-10-311-1/+10
* nv50: submit user vbo data through the fifoChristoph Bumiller2009-10-191-0/+3
* nv50: use SIFC for TIC, TSC uploadChristoph Bumiller2009-10-191-0/+5
* nouveau: implement is_{texture,buffer}_referenced properlyBen Skeggs2009-10-191-0/+1
* nv50: use flush_notify to reduce number of relocsMaarten Maathuis2009-09-151-0/+1
* nv50: proper linkage between VP and FPChristoph Bumiller2009-09-151-0/+2
* nouveau: introduce nouveau_miptree common to all nouveau pipe driversBen Skeggs2009-08-311-3/+1
* nv50: use VTX_ATTR_nF for constant vtxeltsChristoph Bumiller2009-08-201-0/+1
* nv50: fix mipmap offsets and tilingChristoph Bumiller2009-08-141-0/+1
* nv50: fix multi-texturingBen Skeggs2009-06-061-0/+1
* nv50: support non-normalized texture coordsBen Skeggs2009-06-061-1/+6