summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)Author
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
2011-01-04nvc0: rewrite the 9097 GRAPH macrosChristoph Bumiller
2011-01-04i965g: include brw_types.h instead of GL/gl.hBrian Paul
2011-01-04llvmpipe: Include p_compiler.h in lp_scene_queue.h.Vinson Lee
2011-01-04llvmpipe: Include p_compiler.h in lp_perf.h.Vinson Lee
2011-01-04llvmpipe: Include missing headers in lp_bld_depth.hVinson Lee
2011-01-04llvmpipe: Include p_compiler.h in lp_bld_alpha.h.Vinson Lee
2011-01-04i965g: Include p_compiler.h in intel_decode.h.Vinson Lee
2011-01-04i965g: Include gl.h in intel_structs.h.Vinson Lee
2010-12-30util: Add forward declarations in u_index_modify.h.Vinson Lee
2010-12-30tgsi: Clean up header file inclusion in tgsi_text.h.Vinson Lee
2010-12-30graw: Include p_shader_tokens.h for tgsi_token struct.Vinson Lee
2010-12-30tgsi: Clean up header file inclusion in tgsi_sanity.h.Vinson Lee
2010-12-30drm/nvc0: don't un-bind every subchannel on initBen Skeggs
2010-12-29util: add a way to store translated indices to a user memory in u_index_modifyMarek Olšák
2010-12-29r300g: support user buffers as constant buffersMarek Olšák
2010-12-28tgsi_dump: fix assert due to missing property name.Dave Airlie