summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)AuthorFilesLines
2011-06-11i915g: implement fence signallingDaniel Vetter1-2/+6
2011-06-09r600g: VGT_PRIMITIVE_TYPE is specialAlex Deucher2-3/+3
2011-06-09r600g: Handle CONFIG regs properlyAlex Deucher2-32/+31
2011-06-09r300g: fix texturing with non-3D textures and wrap R mode set to sample borderMarek Olšák1-0/+6
2011-06-09r300g: don't enable aniso with nearest filteringMarek Olšák1-41/+39
2011-06-09r600g: adjust vs/ps gprs on r600/r700 cards when needed.Dave Airlie5-19/+77
2011-06-09r600g: remove unused variableMarek Olšák1-1/+0
2011-06-09r300g: fix draw_vbo splitting on r3xx-r4xxMarek Olšák1-5/+10
2011-06-09r300g: make translate_primitive table-drivenMarek Olšák1-24/+20
2011-06-09util: fix strict aliasing issues in u_format_r11g11b10f.hRoland Scheidegger1-8/+16
2011-06-09util: add gcc version check for builtinsRoland Scheidegger1-3/+3
2011-06-09util: better logbase2/next_power_of_two implementationsBenjamin Bellec1-8/+24
2011-06-08glx/xlib: Handle glXCreateContextAttribsARB in glXGetProcAddress.José Fonseca1-0/+3
2011-06-08svga: fix typos, update commentsBrian Paul1-7/+5
2011-06-09st/egl: set EGL_ALPHA_MASK_SIZEChia-I Wu1-0/+4
2011-06-08r600g: fix mixup in GPR resource reg setupAlex Deucher1-3/+10
2011-06-08gallium: fix comments for pipe_stream_output_stateBrian Paul1-7/+9
2011-06-08gallium: s/bool/boolean/Brian Paul13-21/+21
2011-06-08draw: fix edge flag handling in clipper (for unfilled tris/quads/polygons)Brian Paul1-5/+57
2011-06-08r600g: missed one line in eg dyn gpr fallback.Dave Airlie1-0/+1
2011-06-08r600g: set enable always bits for r600/r700 sq registers.Dave Airlie1-11/+11
2011-06-08r600g: condition evergreen dyn gpr resource managementDave Airlie2-2/+33
2011-06-08r600g: fix warnings in winsys.Dave Airlie1-5/+2
2011-06-08r600g: enable dynamic GPR resource management on evergreenDave Airlie3-20/+11
2011-06-08r600g: only add blocks once to the dirty/enabled lists.Dave Airlie1-3/+5
2011-06-08r600g: fix regression in recent state changes.Dave Airlie1-0/+1
2011-06-08r600g: move simple part of bo reloc processing inline.Dave Airlie2-12/+17
2011-06-08r600g: take alpha ref update out of line.Dave Airlie1-5/+4
2011-06-08r600g: split resource emit path from main register emit pathDave Airlie4-17/+106
2011-06-08r600g: exit bo per reg scanning loop early.Dave Airlie2-9/+13
2011-06-08r600g: reorder evergreen draw packets to be smaller.Dave Airlie1-4/+8
2011-06-08r600g: inline r600_bo_reference.Dave Airlie3-13/+15
2011-06-08r600g: no need to drop the references here.Dave Airlie1-2/+0
2011-06-08r600g: use memcmp instead of a loop in state_set_resourceDave Airlie1-5/+3
2011-06-07r600g : fix incorrect size computation in r600_query_resultPierre-Eric Pelloux-Prayer1-1/+2
2011-06-07r600g: remove pre-r6xx asic families and pci idsAlex Deucher2-35/+0
2011-06-07r600g: always clear query memoryAlex Deucher1-3/+3
2011-06-07r300g: consolidate deducing chipset infoMarek Olšák4-392/+107
2011-06-07r600g: add missing r300 familiesMarek Olšák1-0/+5
2011-06-07r300g: Remove is_r3xxBenjamin Franzke3-215/+9
2011-06-07r600g: Use radeon pciid list for the family lookup tableBenjamin Franzke2-481/+6
2011-06-07targets/egl: Support driver name lookup using pci listsBenjamin Franzke3-71/+83
2011-06-07tgsi: s/varient/variant/Brian Paul1-2/+2
2011-06-07draw: rename draw_vs_varient.c to draw_vs_variant.cBrian Paul3-2/+2
2011-06-07draw/llvm: whitespace, formatting fixesBrian Paul1-38/+51
2011-06-07draw: s/1/TRUE/Brian Paul1-2/+2
2011-06-06Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesaStéphane Marchesin8-373/+430
2011-06-06i915g: Do generic remapping.Stéphane Marchesin3-92/+119
2011-06-07r600g: optimise the draw emission packets for r600/egDave Airlie2-30/+37
2011-06-07r600g: use an enabled list to track enabled blocks.Dave Airlie4-35/+56