summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* gallium: Remove do_flip argument from surface_copyJakob Bornecrantz2009-03-1321-88/+49
* wgl: add new dispatch stubsBrian Paul2009-03-121-0/+3
* tgsi: Localise SCS code.Michal Krol2009-03-121-8/+8
* tgsi: Rewrite NRM opcode, store 1.0 in W component.Michal Krol2009-03-121-23/+27
* tgsi: Begin documenting NV_fragment_program2 instruction set operations.Michal Krol2009-03-121-0/+78
* tgsi: Begin documenting ARB_fragment_program instruction set operations.Michal Krol2009-03-121-0/+30
* tgsi: Document ARB_vertex_program instruction set operations.Michal Krol2009-03-121-0/+16
* tgsi: Begin documenting NV_vertex_program2 instruction set operations.Michal Krol2009-03-121-0/+42
* stw: fix uninitialized variable issueKeith Whitwell2009-03-121-15/+11
* util: fix debug_assert() to avoid unused variable warnings in release buildsKeith Whitwell2009-03-121-1/+1
* trace: Wrap pipe_buffersJakob Bornecrantz2009-03-127-20/+215
* trace: Add dump util functions for wrapped pointersJakob Bornecrantz2009-03-122-1/+58
* trace: Move buffer functions from winsys to screenJakob Bornecrantz2009-03-118-548/+458
* trace: Remove all whitespace at EOLJakob Bornecrantz2009-03-1111-297/+297
* trace: Fixup trace a bitJakob Bornecrantz2009-03-113-51/+61
* r300-gallium: Don't flush textures more than necessary.Corbin Simpson2009-03-111-2/+7
* r300-gallium: Fix texture filters.Corbin Simpson2009-03-111-3/+12
* r300-gallium: r500-fs: More texture fixes.Corbin Simpson2009-03-113-17/+30
* r300-gallium: r500-fs: Add shader dumper and more tex work.Corbin Simpson2009-03-115-13/+335
* r300-gallium: Fix CS count for texture emit.Corbin Simpson2009-03-111-1/+1
* r300-gallium: r500-fs: Add SWZ.Corbin Simpson2009-03-111-11/+32
* r300-gallium: Fix CS count in fb state emit.Corbin Simpson2009-03-111-1/+1
* r300-gallium: Start swizzles.Corbin Simpson2009-03-112-7/+43
* r300-gallium: Begin R500 fragment shader assembler.Corbin Simpson2009-03-112-3/+144
* trace: Fixup trace a bitJakob Bornecrantz2009-03-111-7/+18
* tgsi: Implement RFL, SFL, STR, X2D opcodes.Michal Krol2009-03-111-5/+87
* tgsi: Begin documenting NV_fragment_program instruction set operations.Michal Krol2009-03-111-0/+190
* tgsi: Implement RCC opcode.Michal Krol2009-03-111-1/+32
* tgsi: Document NV_vertex_program1_1 instruction set operations.Michal Krol2009-03-111-0/+28
* tgsi: Untabify.Michal Krol2009-03-101-31/+31
* tgsi: Implement CLAMP opcode.Michal Krol2009-03-101-7/+14
* tgsi: Consider INDEX, NEGATE, MULTIPLYMATRIX opcodes for removal.Michal Krol2009-03-102-3/+6
* tgsi: ARL and FLOOR opcodes have the same implementation.Michal Krol2009-03-101-11/+2
* tgsi: ARL is a vector instruction.Michal Krol2009-03-101-0/+3
* tgsi: Note that LOG and EXP are approximations.Michal Krol2009-03-101-2/+2
* tgsi: Document EXT_vertex_shader instruction set operations.Michal Krol2009-03-101-0/+108
* radeon-gallium: Unbreak non-RADEON_SOFTPIPE.Corbin Simpson2009-03-105-7/+9
* r300-gallium: Initial, broken, query setup.Corbin Simpson2009-03-106-2/+120
* radeon-gallium: Unbreak RADEON_SOFTPIPE.Corbin Simpson2009-03-104-18/+21
* r300-gallium: Unbreak fallback in surface_fill.Corbin Simpson2009-03-101-6/+3
* r300-gallium: Fix a handful of compiler warnings.Corbin Simpson2009-03-103-2/+17
* r300-gallium: First stab at texture support.Corbin Simpson2009-03-104-4/+87
* r300-gallium: Moar fixes in the register file.Corbin Simpson2009-03-101-6/+9
* scons: Also define USE_XSHM for the glx/xlib state tracker build.Michel Dänzer2009-03-091-0/+2
* Fix up another instance of _mesa_unreference_framebuffer().Michel Dänzer2009-03-091-1/+1
* gallium: Fix p_refcnt.h for C++ compilers.Michel Dänzer2009-03-091-0/+3
* tgsi: Implement CND, CND0 opcodes.Michal Krol2009-03-091-2/+14
* tgsi: Remove redundant micro_ge() -- use micro_le().Michal Krol2009-03-091-15/+1
* tgsi: Document ATI_fragment_shader instruction set operations.Michal Krol2009-03-091-0/+54
* r300-gallium: Unbreak trivial/point.Corbin Simpson2009-03-081-2/+0