summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r300/r300_winsys.h
Commit message (Expand)AuthorAgeFilesLines
* r300g: expose radeon_bo_wait to the driverMarek Olšák2010-05-161-0/+3
* r300g: remove unused winsys entrypointsMarek Olšák2010-05-161-8/+0
* r300g: fix warnings by using the const qualifierMarek Olšák2010-04-261-1/+1
* r300g: Add CS table writing.Corbin Simpson2010-04-261-0/+4
* r300g: emit MSPOS regsMarek Olšák2010-04-261-1/+1
* r300g: do not tell st that a buffer is referenced by hwMarek Olšák2010-04-181-3/+7
* r300g: various other cleanupsMarek Olšák2010-04-181-12/+3
* r300g: fix mipmapped 3D texturesMarek Olšák2010-04-111-1/+2
* Squashed commit of the following:Keith Whitwell2010-04-101-5/+6
* r300g: fix color tiling for buffer from X server.Dave Airlie2010-04-031-0/+5
* r300g: add and enable square microtilingMarek Olšák2010-03-211-0/+1
* r300g: cleanup tiling flags propagationMarek Olšák2010-03-211-2/+2
* r300g: put common defines into one fileMarek Olšák2010-03-211-0/+2
* r300g: remove unused codeMarek Olšák2010-03-211-2/+0
* r300g: rebuild screen/winsys interfaceDave Airlie2010-03-151-9/+137
* r300g: remove dead r300_get_texture_buffer functionKeith Whitwell2010-03-041-5/+0
* Revert "r300g: rebuild winsys/pipe buffer handling and add buffer map"Dave Airlie2010-02-221-116/+11
* r300g: rebuild winsys/pipe buffer handling and add buffer mapDave Airlie2010-02-221-11/+116
* r300g: fix scons buildMarek Olšák2010-02-141-2/+1
* gallium: squash-merge of gallium screen contextKeith Whitwell2010-02-081-3/+4
* gallium: Move deprecated pipe/internal/p_winsys_screen.h inside util/u_simple...José Fonseca2010-02-021-1/+1
* r300g: output texture debug messages if only RADEON_DEBUG=tex is setMarek Olšák2010-01-171-1/+2
* r300g: fix warningsMarek Olšák2009-12-041-0/+2
* r300g, radeong: De-specialize r300_winsys into radeon_winsys.Corbin Simpson2009-12-021-69/+1
* r300g: fixup arb occulsion query support.Dave Airlie2009-10-141-0/+3
* r300g: attempt to make bo space check sane.Dave Airlie2009-10-141-0/+6
* Revert "r300-gallium, radeon-gallium: Nuke gb_pipes from orbit."Corbin Simpson2009-08-181-0/+3
* r300-gallium, radeon-gallium: Make add_buffer indicate when a flush is needed.Corbin Simpson2009-05-281-4/+4
* r300-gallium, radeon-gallium: Nuke gb_pipes from orbit.Corbin Simpson2009-05-171-3/+0
* r300-gallium, radeon-winsys: Hide radeon_cs from r300 pipe.Corbin Simpson2009-05-011-5/+0
* r300-gallium, radeon-winsys: Space accounting.Corbin Simpson2009-05-011-0/+16
* r300-gallium, radeon-winsys: Reorganize r300_winsys header, break ABI.Corbin Simpson2009-05-011-24/+22
* r300-gallium: C++ compat fix.Corbin Simpson2009-03-051-4/+4
* r300-gallium, radeon-gallium: Continue migration to DRI2 state_tracker, part 2.Corbin Simpson2009-03-031-0/+4
* r300-gallium, radeon-gallium: Begin migration to DRI2 state tracker, part 1.Corbin Simpson2009-03-031-5/+6
* r300: Take care of some XXXes.Corbin Simpson2009-02-021-1/+0
* amd/r300: Wire up GETPARAM ioctls.Corbin Simpson2009-02-011-1/+4
* r300: Add path for pci_id in winsys.Corbin Simpson2009-02-011-0/+3
* r300, amd: Add the ability to flush the CS.Corbin Simpson2009-02-011-0/+2
* r300, amd: Make everything build. (Not necessarily work, mind you.)Corbin Simpson2009-02-011-0/+87