summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2011-01-09nvc0: implement queriesChristoph Bumiller10-23/+432
2011-01-09dri2: release texture image.Juan Zhao2-4/+46
2011-01-09radeon: Include mfeatures.h in files that perform feature tests.Vinson Lee5-0/+5
2011-01-09dri/nouveau: Include mfeatures.h in files that perform feature tests.Vinson Lee2-0/+3
2011-01-09intel: Include mfeatures.h in files that perform feature tests.Vinson Lee6-0/+7
2011-01-09vbo: Include mfeatures.h in files that perform feature tests.Vinson Lee9-0/+9
2011-01-09st/mesa: Include mfeatures.h in files that perform feature tests.Vinson Lee26-0/+26
2011-01-09mesa: Include mfeatures.h in program.c.Vinson Lee1-0/+1
2011-01-09i965g: fix warningsDave Airlie2-2/+1
2011-01-09i965g: update intel_decode from upstream.Dave Airlie4-137/+432
2011-01-09i965g: update disassembler code from classic.Dave Airlie9-36/+97
2011-01-09i965g: update brw_defines.h from classic driverDave Airlie3-37/+397
2011-01-09i965g: update brw_structs.h from classic driver.Dave Airlie3-88/+288
2011-01-09i965g: update to similiar gen stuff as i965Dave Airlie33-151/+173
2011-01-09r300g: fix crash when flushing ZMASKMarek Olšák5-92/+81
2011-01-09targets/egl: add libnvc0.a to nouveau libsMarcin Slusarz1-0/+1
2011-01-08nvfx,nv50: pipe_reference the constant buffersChristoph Bumiller2-6/+5
2011-01-08nvc0: fix primitive restart in immediate modeChristoph Bumiller2-9/+18
2011-01-08mesa: Clean up header file inclusion in cpuinfo.c.Vinson Lee1-1/+1
2011-01-08r300g: fix a surface leak when flushing ZMASKMarek Olšák1-0/+1
2011-01-08r300g: rework command submission and resource space checkingMarek Olšák13-260/+505
2011-01-07intel: Make renderbuffer tiling choice match texture tiling choice.Eric Anholt1-4/+9
2011-01-07intel: Use the _BaseFormat from MESA_FORMAT_* in renderbuffer setup.Eric Anholt1-36/+1
2011-01-07i915: Drop old checks for the settexoffset hack.Eric Anholt2-17/+6
2011-01-07i915: Don't claim to support AL1616 when neither 830 nor 915 does it.Eric Anholt1-1/+2
2011-01-07intel: Add a vtbl hook for determining if a format is renderable.Eric Anholt7-38/+68
2011-01-07intel: expose ARB_framebuffer_object in the i915 driver.Eric Anholt1-1/+1
2011-01-08nvc0: fix reloc domain conflict on buffer migrationChristoph Bumiller1-12/+12
2011-01-08nvc0: upload user buffers only from draw info min to max indexChristoph Bumiller2-3/+9
2011-01-08nvc0: fix emission of first 3 u8 indices to RING_NIChristoph Bumiller1-1/+1
2011-01-08nvc0: reset mt transfer address after read loop over layersChristoph Bumiller1-0/+1
2011-01-08nvc0: tie buffer memory release to the buffer fenceChristoph Bumiller1-4/+7
2011-01-08r300g: Remove invalid assertion.Łukasz Krotowski1-1/+0
2011-01-07i965: Avoid double-negation of immediate values in the VS.Eric Anholt1-4/+3
2011-01-07r600g: Also set const_offset if the buffer is not a user buffer in r600_uploa...Henri Verbeet1-0/+2
2011-01-07r600g: Update some comments for Evergreen.Henri Verbeet1-1/+3
2011-01-07r600g: Split ALU clauses based on used constant cache lines.Henri Verbeet2-21/+129
2011-01-07r600g: Consistently use the copy of the alu instruction in r600_bc_add_alu_ty...Henri Verbeet1-9/+9
2011-01-07r600g: Store kcache settings as an array.Henri Verbeet3-24/+25
2011-01-07r300g: derive user buffer sizes at draw timeMarek Olšák9-104/+144
2011-01-07mesa: fix an error in uniform arrays in row calculating.Jian Zhao1-1/+1
2011-01-07mesa: Directly include mfeatures.h in files that perform feature tests.Vinson Lee54-0/+54
2011-01-07r600c: fix up SQ setup in blit code for Ontario/NIAlex Deucher1-1/+87
2011-01-07r600g: allow constant buffers to be user buffers.Dave Airlie6-4/+44
2011-01-06r600c: add support for NI asicsAlex Deucher5-1/+118
2011-01-06r600g: add support for NI (Northern Islands) GPUsAlex Deucher6-0/+115
2011-01-06i965: Rename various gen6 #defines to match the documentation.Kenneth Graunke12-33/+33
2011-01-06svga: Ensure that the wrong vdecls don't get used in swtnl pathJakob Bornecrantz3-0/+19
2011-01-06glsl: Refresh autogenerated lexer and parser files.Ian Romanick3-2649/+2700
2011-01-06glsl: Support the 'invariant(all)' pragmaIan Romanick4-0/+42