summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2011-01-07i915: Drop old checks for the settexoffset hack.Eric Anholt
2011-01-07i915: Don't claim to support AL1616 when neither 830 nor 915 does it.Eric Anholt
2011-01-07intel: Add a vtbl hook for determining if a format is renderable.Eric Anholt
2011-01-07intel: expose ARB_framebuffer_object in the i915 driver.Eric Anholt
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-07i965: Avoid double-negation of immediate values in the VS.Eric Anholt
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-07mesa: fix an error in uniform arrays in row calculating.Jian Zhao
2011-01-07mesa: Directly include mfeatures.h in files that perform feature tests.Vinson Lee
2011-01-07r600c: fix up SQ setup in blit code for Ontario/NIAlex Deucher
2011-01-07r600g: allow constant buffers to be user buffers.Dave Airlie
2011-01-06r600c: add support for NI asicsAlex Deucher
2011-01-06r600g: add support for NI (Northern Islands) GPUsAlex Deucher
2011-01-06i965: Rename various gen6 #defines to match the documentation.Kenneth Graunke
2011-01-06svga: Ensure that the wrong vdecls don't get used in swtnl pathJakob Bornecrantz
2011-01-06glsl: Refresh autogenerated lexer and parser files.Ian Romanick
2011-01-06glsl: Support the 'invariant(all)' pragmaIan Romanick
2011-01-06glsl: Allow less restrictive uses of sampler array indexing in GLSL <= 1.20Ian Romanick
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-06vbo: remove a redundant call to _ae_invalidate_stateMarek Olšák
2011-01-06st/mesa: remove unused members in st_contextMarek 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-06st/mesa: optimize constant buffer uploadsMarek Olšák
2011-01-06st/mesa: do sanity checks on states only in debug buildsMarek 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-06mesa: fix build for NetBSDPierre Allegraud
2011-01-06mesa: Clean up header file inclusion in version.c.Vinson Lee
2011-01-06nvc0: Fix typo of nvc0_mm.c in SConscript.Vinson Lee
2011-01-05mesa: bump version to 7.11Vinson Lee
2011-01-05mesa: Include mtypes.h in files that use gl_context struct.Vinson Lee
2011-01-06i965: skip too small size mipmapZou Nan hai
2011-01-05i915: Fix build for previous commit.Eric Anholt
2011-01-05intel: Always allocate miptrees from level 0, not tObj->BaseLevel.Eric Anholt
2011-01-05intel: Drop unused first/lastlevel args to miptree_create_for_region.Eric Anholt
2011-01-05swrast: Include mtypes.h in s_triangle.c.Vinson Lee