Age | Commit message (Expand) | Author |
2010-09-13 | nv50: handle TGSI EXP and LOG again | Christoph Bumiller |
2010-09-13 | mesa: Revert accidentally committed vertex code chunk | Kristian Høgsberg |
2010-09-13 | r600c: eg: fix typo | Andre Maasikas |
2010-09-13 | r600c: eg: 256 float4 constants may need more than 256 bytes | Andre Maasikas |
2010-09-13 | r600c: eg - fix uninitialized variable | Andre Maasikas |
2010-09-13 | glx: Don't destroy DRI2 drawables for legacy glx drawables | Kristian Høgsberg |
2010-09-13 | r300g: fix SWTCL | Marek Olšák |
2010-09-13 | llvmpipe: Unbreak rasterization on 64bit. | José Fonseca |
2010-09-13 | gallium: Change the resource_copy_region semantics to allow copies between di... | José Fonseca |
2010-09-13 | r600g: evergreen fixup dsa state for running query. | Dave Airlie |
2010-09-13 | r600c: remove stray unmap call | Andre Maasikas |
2010-09-13 | llvmpipe: use gcc asm only with gcc | José Fonseca |
2010-09-13 | r300g: print unassigned FS inputs for DBG_RS | Marek Olšák |
2010-09-13 | r300g: fix map_buffer | Marek Olšák |
2010-09-13 | r300/compiler: fix warnings | Marek Olšák |
2010-09-13 | r300g: add new debug options for dumping scissor regs and disabling CBZB clear | Marek Olšák |
2010-09-13 | r300g: skip rendering if CS space validation fails | Marek Olšák |
2010-09-13 | r300g: remove u_upload_flush from r300_draw_arrays | Marek Olšák |
2010-09-12 | nvfx: Remove unused variables. | Vinson Lee |
2010-09-12 | nvfx: Move declaration before code. | Vinson Lee |
2010-09-12 | llvmpipe: introduce tri_3_4 for tiny triangles | Keith Whitwell |
2010-09-12 | llvmpipe: allow tri_3_16 at any 4-aligned location within a tile | Keith Whitwell |
2010-09-12 | llvmpipe: refactor tri_3_16 | Keith Whitwell |
2010-09-12 | llvmpipe: pass linear masks to fragment shader | Keith Whitwell |
2010-09-12 | llvmpipe: fix warnings on both 32 and 64 bit builds | Keith Whitwell |
2010-09-12 | llvmpipe: fix wierd performance regression in isosurf | Keith Whitwell |
2010-09-12 | nv50: match TEMP limit with nv50 ir builder | Christoph Bumiller |
2010-09-12 | nv50: newlines in shader bincode printing | Christoph Bumiller |
2010-09-12 | nv50: cannot move from local mem to output reg directly | Christoph Bumiller |
2010-09-12 | pb: Fix the build, and add notes. | José Fonseca |
2010-09-12 | llvmpipe: Only generate the whole shader specialization for opaque shaders. | José Fonseca |
2010-09-12 | pb: add void * for flush ctx to mapping functions | Dave Airlie |
2010-09-12 | nv50: fix size of outputs_written array | Xavier Chantry |
2010-09-12 | nv50: minor compiler fixes and cleanups | Christoph Bumiller |
2010-09-12 | nv50: reduce bb_reachable_by runtime from pot to linear | Christoph Bumiller |
2010-09-11 | nv30: fix breakage due to 10 texcoord support on nv40 | Luca Barbieri |
2010-09-12 | mesa: Fix depend.es[12] generation when LLVM is enabled. | Chia-I Wu |
2010-09-11 | r600g: Undo bo placement change. | Tilman Sauerbeck |
2010-09-11 | llvmpipe: Silence some warnings. | José Fonseca |
2010-09-11 | gallivm: nr_channels is only valid for formats with plain layout. | José Fonseca |
2010-09-11 | gallivm: Use const keyword on swizzles. | José Fonseca |
2010-09-11 | gallivm: Allow to TGSI AoS translation to happen in BGRA ordering. | José Fonseca |
2010-09-11 | llvmpipe: Don't store display the alpha ref value in the key. | José Fonseca |
2010-09-11 | gallivm: Add a new debug flag to warn about performance issues. | José Fonseca |
2010-09-11 | gallivm: Helper functions for pointer indirection. | José Fonseca |
2010-09-11 | gallivm: Cleanup the TGSI <-> sampler interface. | José Fonseca |
2010-09-11 | gallivm: Add some utility functions to set/get array elements too. | José Fonseca |
2010-09-11 | gallivm: Basic AoS TGSI -> LLVM IR. | José Fonseca |
2010-09-11 | gallivm: Move the texture modifiers to the header. | José Fonseca |
2010-09-11 | gallivm: s/lp_build_broadcast_aos/lp_build_swizzle_scalar_aos/ | José Fonseca |