summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)Author
2011-01-10mesa: Remove GLES overlay.Chia-I Wu
2011-01-09noop: make noop useable like trace or rbugJerome Glisse
2011-01-09r300g: do not upload the same user buffer several timesMarek Olšák
2011-01-09nvc0: implement queriesChristoph Bumiller
2011-01-09i965g: fix warningsDave Airlie
2011-01-09i965g: update intel_decode from upstream.Dave Airlie
2011-01-09i965g: update disassembler code from classic.Dave Airlie
2011-01-09i965g: update brw_defines.h from classic driverDave Airlie
2011-01-09i965g: update brw_structs.h from classic driver.Dave Airlie
2011-01-09i965g: update to similiar gen stuff as i965Dave Airlie
2011-01-09r300g: fix crash when flushing ZMASKMarek Olšák
2011-01-09targets/egl: add libnvc0.a to nouveau libsMarcin Slusarz
2011-01-08nvfx,nv50: pipe_reference the constant buffersChristoph Bumiller
2011-01-08nvc0: fix primitive restart in immediate modeChristoph Bumiller
2011-01-08r300g: fix a surface leak when flushing ZMASKMarek Olšák
2011-01-08r300g: rework command submission and resource space checkingMarek Olšák
2011-01-08nvc0: fix reloc domain conflict on buffer migrationChristoph Bumiller
2011-01-08nvc0: upload user buffers only from draw info min to max indexChristoph Bumiller
2011-01-08nvc0: fix emission of first 3 u8 indices to RING_NIChristoph Bumiller
2011-01-08nvc0: reset mt transfer address after read loop over layersChristoph Bumiller
2011-01-08nvc0: tie buffer memory release to the buffer fenceChristoph Bumiller
2011-01-08r300g: Remove invalid assertion.Łukasz Krotowski
2011-01-07r600g: Also set const_offset if the buffer is not a user buffer in r600_uploa...Henri Verbeet
2011-01-07r600g: Update some comments for Evergreen.Henri Verbeet
2011-01-07r600g: Split ALU clauses based on used constant cache lines.Henri Verbeet
2011-01-07r600g: Consistently use the copy of the alu instruction in r600_bc_add_alu_ty...Henri Verbeet
2011-01-07r600g: Store kcache settings as an array.Henri Verbeet
2011-01-07r300g: derive user buffer sizes at draw timeMarek Olšák
2011-01-07r600g: allow constant buffers to be user buffers.Dave Airlie
2011-01-06r600g: add support for NI (Northern Islands) GPUsAlex Deucher
2011-01-06svga: Ensure that the wrong vdecls don't get used in swtnl pathJakob Bornecrantz
2011-01-06r300g: fix corruption when nr_cbufs==0 and multiwrites enabledMarek Olšák
2011-01-06r300g: remove the buffer range checkingMarek Olšák
2011-01-06r300g: skip buffer validation of upload buffers when appropriateMarek Olšák
2011-01-06util: add comments to u_upload_mgr and u_inlinesMarek Olšák
2011-01-06tgsi: remove redundant name tables from tgsi_text, use those from tgsi_dumpMarek Olšák
2011-01-06gallium: drivers should reference vertex buffersMarek Olšák
2011-01-06u_upload_mgr: new featuresMarek Olšák
2011-01-06u_upload_mgr: keep the upload buffer mapped until it is flushedMarek Olšák
2011-01-06nvc0: Fix typo of nvc0_mm.c in SConscript.Vinson Lee
2011-01-05st/xorg: Flesh out colour map support and support depth 8.Michel Dänzer
2011-01-04r600g: support up to 64 shader constantsAlex Deucher
2011-01-04Merge remote branch 'origin/nvc0'Christoph Bumiller
2011-01-04nvc0: fix index size method value for u8 indicesChristoph Bumiller
2011-01-04nvc0: set the correct FP header bit for multiple colour outputsChristoph Bumiller
2011-01-04nvc0: delete memory caches and fence on screen destructionChristoph Bumiller
2011-01-04nvc0: use mov instead of ld for scalar const loadsChristoph Bumiller
2011-01-04nvc0: fix resource unmap after vertex pushChristoph Bumiller
2011-01-04nvc0: use the proper typed opcodes in constant foldingChristoph Bumiller
2011-01-04nvc0: demagic GP invocation count bitfieldChristoph Bumiller