summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* 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
* r300-gallium: Remove unknown regs.Corbin Simpson2009-03-061-11/+0
* r300-gallium: Actually do framebuffer setup.Corbin Simpson2009-03-061-1/+6
* r300-gallium: Make sure registers are inside BEGIN/END CS.Corbin Simpson2009-03-061-1/+2
* r300-gallium: Separate out fog block.Corbin Simpson2009-03-062-9/+9
* r300-gallium: GA enhancements.Corbin Simpson2009-03-062-3/+14
* r300-gallium: Flat/smooth shading state.Corbin Simpson2009-03-066-17/+32
* r300-gallium: Pick up a few more bits of rs_state.Corbin Simpson2009-03-065-14/+23
* wgl: Check support for all other depth/stencil formats.José Fonseca2009-03-061-7/+18
* wgl: Choose a supported S8Z24/Z24S8/X8Z24/Z24X8.José Fonseca2009-03-061-2/+24
* st/xorg: Install to XORG_DRIVER_INSTALL_DIRJoel Bosveld2009-03-062-2/+4
* r300-gallium: Move RS block setup to CSO.Corbin Simpson2009-03-053-30/+26
* r300-gallium: Move scissor state.Corbin Simpson2009-03-051-5/+5
* r300-gallium: Fix up vertex count.Corbin Simpson2009-03-051-6/+13
* r300-gallium: Use only one CS section for vertex_format.Corbin Simpson2009-03-051-3/+1
* Revert "softpipe: added null ptr check for align_free() call in vbuf code"Brian Paul2009-03-051-2/+1
* gallium: added null ptr check in align_free()Brian Paul2009-03-051-3/+5
* softpipe: added null ptr check for align_free() call in vbuf codeBrian Paul2009-03-051-1/+2
* r300-gallium: C++ compat fix.Corbin Simpson2009-03-051-4/+4
* radeon-gallium: fix dri2 buildJoakim Sindholt2009-03-051-3/+3
* radeon-gallium: Add Xorg state tracker Radeon winsys stub.Corbin Simpson2009-03-041-0/+154
* radeon-gallium: Only build drivers for state trackers that are enabled.Corbin Simpson2009-03-041-1/+1
* i965: add software fallback for conformant 3D textures and GL_CLAMPRobert Ellison2009-03-041-1/+1
* radeon-gallium: Enable EGL and Xorg state trackers.Corbin Simpson2009-03-043-1/+67