summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nv50
AgeCommit message (Expand)AuthorFilesLines
2010-03-26nv50: fix FACE semantic check in FP input slot assignmentsChristoph Bumiller1-1/+1
2010-03-21nv50: report driver as GLSL capableChristoph Bumiller1-1/+1
2010-03-21nv50: don't validate arrays on clearChristoph Bumiller1-0/+4
2010-03-21nv50: get rid of the static_init stateobjChristoph Bumiller3-140/+142
2010-03-16nv50: support more formats in surface_copy,fillChristoph Bumiller1-1/+30
2010-03-15Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell1-0/+1
2010-03-15nv50: reset vbo_fifo before each validateBen Skeggs1-0/+1
2010-03-13Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell5-13/+13
2010-03-13nv50: fixup after gallium-context-transfers mergeXavier Chantry2-3/+0
2010-03-11nv50: take format from sampler view, not the referenced textureChristoph Bumiller1-1/+1
2010-03-11nv50: put correct value into the TIC MAX_LEVEL fieldChristoph Bumiller1-2/+1
2010-03-11nv50: fix damage from merging master into sampler-viewChristoph Bumiller3-19/+17
2010-03-11gallium: remove pipe_context member from pipe_transferKeith Whitwell1-2/+2
2010-03-11Squashed commit of gallium-context-transfers:Keith Whitwell3-8/+11
2010-03-11gallium: Use last_level for pipe_sampler_view instead of num_levels.Michal Krol1-1/+1
2010-03-10Merge branch 'master' into gallium-sampler-viewMichal Krol14-1270/+1046
2010-03-10nv50: inline nv50_state_flush_notify()Ben Skeggs2-16/+6
2010-03-10nv50: remove nv50_context.state.instbufBen Skeggs2-6/+0
2010-03-10nv50: remove unnecessary macroBen Skeggs1-3/+2
2010-03-10nv50: move nv50_prim() into a header file rather than duplicatingBen Skeggs3-62/+31
2010-03-10nv50: add option to force immediate-mode submission, disable by defaultBen Skeggs3-4/+14
2010-03-10nv50: re-add immediate mode vertex submission pathsBen Skeggs4-8/+399
2010-03-10nv50: when doing inline indices, split elt lists so they fit into pushbufBen Skeggs1-85/+102
2010-03-10nv50: reimplement draw_elements_instance(), use for draw_elements() tooBen Skeggs1-159/+93
2010-03-10nv50: reimplement draw_arrays_instanced(), do draw_arrays() in terms of itBen Skeggs1-144/+134
2010-03-10nv50: rip out inline push draw paths temporarilyBen Skeggs2-551/+12
2010-03-10nv50: make use of scissor enable/disable methodBen Skeggs4-25/+8
2010-03-10nv50: move magic 0x142c stuff to after state emissionBen Skeggs2-11/+8
2010-03-10nv50: avoid unnecessary vp/gp/fp state changesBen Skeggs1-0/+9
2010-03-10nv50: remove pre_pipebuffer_map hack....Ben Skeggs1-23/+0
2010-03-10nv50: remove horrific abuse of nouveau_channel.flush_notifyBen Skeggs2-1/+10
2010-03-10nv50: always emit dummy relocs for all still-referenced buffersBen Skeggs1-2/+8
2010-03-10nv50: ensure enough room for state changes in current pushbufBen Skeggs4-17/+38
2010-03-10nv50: rework state emissionBen Skeggs7-311/+249
2010-03-10nv50: use relocs rather than re-uploading TIC all the timeBen Skeggs3-2/+32
2010-03-09Merge branch 'gallium-vertexelementcso'Roland Scheidegger3-52/+99
2010-03-09Squashed commit of gallium-no-texture-blanketKeith Whitwell1-1/+2
2010-03-08nv: define NV30/40/50_MAX_TEXTURE_LEVELSBrian Paul1-1/+3
2010-03-08Merge commit 'origin/gallium-winsys-handle-rebased'Keith Whitwell1-1/+1
2010-03-05nouveau: s/TEXTURE_USAGE_PRIMARY/TEXTURE_USAGE_SCANOUTChristoph Bumiller1-1/+1
2010-03-02nv50: fix RT formats after format rename fixesChristoph Bumiller1-18/+36
2010-03-02nouveau: Rename pipe formats.José Fonseca2-15/+15
2010-03-02Merge branch 'gallium-format-cleanup'José Fonseca3-20/+20
2010-03-01nouveau: Rename pipe formats.José Fonseca3-20/+20
2010-02-26nv50: adapt to vertex elements csoChristoph Bumiller3-43/+85
2010-02-25nv50: update to handle new sampler view stateChristoph Bumiller6-130/+188
2010-02-25nv50: Fix after sampler view changes.Michal Krol2-13/+49
2010-02-22gallium: Remove bypass_vs_clip_and_viewport from rasteriser state.Michal Krol2-41/+22
2010-02-17gallium: remove redundant nr_components field from pipe_vertex_elementRoland Scheidegger1-11/+16
2010-02-16nv50: use hw idx buffers where we canBen Skeggs2-8/+27