summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* tgsi: Document NV_vertex_program instruction set operations.Michal Krol2009-03-081-0/+145
* r300-gallium: Correct vertex format setup, cleanup regs and debugging.Corbin Simpson2009-03-074-17/+13
* r300-gallium: Clean up RS.Corbin Simpson2009-03-072-14/+56
* r300-gallium: Move a few registers.Corbin Simpson2009-03-072-15/+17
* r300-gallium: Typo in assert.Corbin Simpson2009-03-071-1/+1
* r300-gallium: Emit vertex size.Corbin Simpson2009-03-071-1/+3
* r300-gallium: A bit more vertex format fixup.Corbin Simpson2009-03-075-54/+57
* nouveau: use bo_handle_ref instead of bo_fake to get front-buffer boBen Skeggs2009-03-071-3/+1
* nv50: simplify tesla object selectionBen Skeggs2009-03-071-18/+8
* nouveau: fix more breakage from pipe_reference..Ben Skeggs2009-03-071-0/+1
* nouveau: make stateobjs start off with refcount of 1Ben Skeggs2009-03-0726-2/+45
* Fix nv50_screen_create()Victor Stinner2009-03-071-17/+18
* Fix nouveau_pipe_create() / nouveau_context_init(): raise an error if the scr...Victor Stinner2009-03-072-3/+10
* r300-gallium: Fix masking on vertex formats.Corbin Simpson2009-03-061-2/+2