gallivm: Remove unnecessary headers.
[mesa.git] / src / gallium /
2010-09-16 Vinson Leegallivm: Remove unnecessary headers.
2010-09-16 Vinson Leenv50: Silence uninitialized variable warning.
2010-09-16 Vinson Leenv50: Silence uninitialized variable warning.
2010-09-16 Vinson Leenv50: Silence uninitialized variable warning.
2010-09-15 Vinson Leenv50: Remove unnecessary headers.
2010-09-15 Vinson Leenv50: Update files in SConscript to match Makefile.
2010-09-15 Dave Airlier600g: add vgt dma src defines
2010-09-15 Dave Airlier600g: use index min/max + index buffer offset.
2010-09-15 Dave Airlier600g: pull r600_draw struct out into header
2010-09-15 Brian Paulgallivm: expand AoS sampling to cover all filtering...
2010-09-15 Brian Paultgsi: fix incorrect usage_mask for shadow tex instructions
2010-09-15 Brian Paulnv50: use unsigned int for bitfields to silence warnings
2010-09-15 Brian Paulllvmpipe: s/boolean/unsigned/ in bitfield to silence...
2010-09-15 Brian Paulllvmpipe: cast to silence warning
2010-09-15 John Doer600g: misc cleanup
2010-09-15 Christoph BumillerMerge remote branch 'origin/nv50-compiler'
2010-09-15 Keith Whitwellllvmpipe: return zero from floor_pot(zero)
2010-09-15 Christoph Bumillernv50: put low limit on REG_ALLOC_TEMP and FP_RESULT_COUNT
2010-09-15 Christoph Bumillernv50: improve and fix modifier folding optimization
2010-09-15 Christoph Bumillernv50: consider address register in reload elimination
2010-09-15 Keith Whitwellllvmpipe: remove duplicate code
2010-09-15 Keith Whitwellllvmpipe: brackets around macro arg
2010-09-15 Vinson Leer600g: Silence unused variable warning.
2010-09-15 Vinson Leer600g: Silence uninitialized variable warning.
2010-09-15 Vinson Leer600g: Silence uninitialized variable warning.
2010-09-15 Vinson Leer600g: Silence uninitialized variable warning.
2010-09-15 Vinson Leenvfx: Silence uninitialized variable warnings.
2010-09-15 Vinson Leer600g: Silence uninitialized variable warning.
2010-09-15 Vinson Leer600g: Silence uninitialized variable warning.
2010-09-15 Dave Airlier300g: fix buffer reuse issue caused by previous commit
2010-09-15 Marek Olšákr300g: prevent creating multiple winsys BOs for the...
2010-09-15 Vinson Leer600g: Remove unnecessary headers.
2010-09-14 Luca Barbieriauxiliary: fix unintended fallthrough
2010-09-14 Vinson Leellvmpipe: Remove unnecessary header.
2010-09-14 Vinson Leegallivm: Remove unnecessary header.
2010-09-14 Vinson Leellvmpipe: Initialize variable for potentially unhandled...
2010-09-14 Vinson Leei965g: Fix 'control reaches end of non-void function...
2010-09-14 Vinson Leei915g: Fix 'control reaches end of non-void function...
2010-09-14 Vinson Leei915: Fix "implicit declaration of function 'draw_get_s...
2010-09-14 Vinson Leeidentity: Fix 'assignment from incompatible pointer...
2010-09-14 Vinson Leerbug: Fix 'assignment from incompatible pointer type...
2010-09-14 Luca Barbierigallium: introduce get_shader_param (ALL DRIVERS CHANGE...
2010-09-13 José Fonsecallvmpipe: Fix non SSE2 builds.
2010-09-13 Marek Olšákr300g/swtcl: unlock VBO after draw_flush
2010-09-13 Witold Barylukllvmpipe: Change asm to __asm__.
2010-09-13 Christoph Bumillernv50: fix TXP depth comparison value
2010-09-13 Christoph Bumillernv50: fix indirect CONST access with large or negative...
2010-09-13 Christoph Bumillernv50: MOV TEMP[0], -CONST[0] must be float32 negation
2010-09-13 Christoph Bumillernv50: interp cannot write flags reg
2010-09-13 Christoph Bumillernv50: check for immediates when turning MUL ADD into MAD
2010-09-13 Christoph Bumillernv50: handle TGSI EXP and LOG again
2010-09-13 Marek Olšákr300g: fix SWTCL
2010-09-13 José Fonsecallvmpipe: Unbreak rasterization on 64bit.
2010-09-13 José Fonsecagallium: Change the resource_copy_region semantics...
2010-09-13 Dave Airlier600g: evergreen fixup dsa state for running query.
2010-09-13 José Fonsecallvmpipe: use gcc asm only with gcc
2010-09-13 Marek Olšákr300g: print unassigned FS inputs for DBG_RS
2010-09-13 Marek Olšákr300g: fix map_buffer
2010-09-13 Marek Olšákr300g: add new debug options for dumping scissor regs...
2010-09-13 Marek Olšákr300g: skip rendering if CS space validation fails
2010-09-13 Marek Olšákr300g: remove u_upload_flush from r300_draw_arrays
2010-09-13 Vinson Leenvfx: Remove unused variables.
2010-09-13 Vinson Leenvfx: Move declaration before code.
2010-09-12 Keith Whitwellllvmpipe: introduce tri_3_4 for tiny triangles
2010-09-12 Keith Whitwellllvmpipe: allow tri_3_16 at any 4-aligned location...
2010-09-12 Keith Whitwellllvmpipe: refactor tri_3_16
2010-09-12 Keith Whitwellllvmpipe: pass linear masks to fragment shader
2010-09-12 Keith Whitwellllvmpipe: fix warnings on both 32 and 64 bit builds
2010-09-12 Keith Whitwellllvmpipe: fix wierd performance regression in isosurf
2010-09-12 Christoph Bumillernv50: match TEMP limit with nv50 ir builder
2010-09-12 Christoph Bumillernv50: newlines in shader bincode printing
2010-09-12 Christoph Bumillernv50: cannot move from local mem to output reg directly
2010-09-12 José Fonsecapb: Fix the build, and add notes.
2010-09-12 José Fonsecallvmpipe: Only generate the whole shader specialization...
2010-09-12 Dave Airliepb: add void * for flush ctx to mapping functions
2010-09-11 Xavier Chantrynv50: fix size of outputs_written array
2010-09-11 Christoph Bumillernv50: minor compiler fixes and cleanups
2010-09-11 Christoph Bumillernv50: reduce bb_reachable_by runtime from pot to linear
2010-09-11 Luca Barbierinv30: fix breakage due to 10 texcoord support on nv40
2010-09-11 Tilman Sauerbeckr600g: Undo bo placement change.
2010-09-11 José Fonsecallvmpipe: Silence some warnings.
2010-09-11 José Fonsecagallivm: nr_channels is only valid for formats with...
2010-09-11 José Fonsecagallivm: Use const keyword on swizzles.
2010-09-11 José Fonsecagallivm: Allow to TGSI AoS translation to happen in...
2010-09-11 José Fonsecallvmpipe: Don't store display the alpha ref value in...
2010-09-11 José Fonsecagallivm: Add a new debug flag to warn about performance...
2010-09-11 José Fonsecagallivm: Helper functions for pointer indirection.
2010-09-11 José Fonsecagallivm: Cleanup the TGSI <-> sampler interface.
2010-09-11 José Fonsecagallivm: Add some utility functions to set/get array...
2010-09-11 José Fonsecagallivm: Basic AoS TGSI -> LLVM IR.
2010-09-11 José Fonsecagallivm: Move the texture modifiers to the header.
2010-09-11 José Fonsecagallivm: s/lp_build_broadcast_aos/lp_build_swizzle_scal...
2010-09-11 Alex CorscaddenAdd a test for the KIL opcode
2010-09-11 Keith Whitwellllvmpipe: restore larger command blocks
2010-09-11 Keith Whitwellllvmpipe: move some debug to DEBUG_SCENE
2010-09-11 Keith Whitwellllvmpipe: add DEBUG_MEM option
2010-09-11 Keith Whitwellllvmpipe: allow bigger scenes
2010-09-11 Tom Stellardr300/compiler: Enable presubtract sources
2010-09-10 Tilman Sauerbeckr600g: Fixed a bo reference leak in the draw module.
2010-09-10 Tilman Sauerbeckr600g: Only increase a bo's map_count if radeon_bo_map...
next