summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r300/r300_winsys.h
Commit message (Expand)AuthorAgeFilesLines
* r300g: do not emit GB_Z_PEQ_CONFIG on non-r500 if DRM < 2.6.0Marek Olšák2010-08-061-0/+1
* r300g: implement hyper-z support. (v4)Dave Airlie2010-08-051-0/+1
* r300g: reject resources from handles which are not large enoughMarek Olšák2010-07-251-3/+4
* r300g: rebuild winsys and command submission to support multiple contextsMarek Olšák2010-07-161-85/+224
* r300g: store/return the stride for winsys_handle in winsysMarek Olšák2010-07-081-2/+4
* Merge branch 'gallium-drm-driver-drescriptor'Jakob Bornecrantz2010-06-281-3/+0
|\
| * r300g: Move bootstrap code to targetsJakob Bornecrantz2010-06-061-3/+0
* | r300g: optimize the immediate mode emission path a bitMarek Olšák2010-06-221-0/+5
* | r300g: cleanup buffer_{from, get}_handleMarek Olšák2010-06-201-4/+2
* | r300g: drop begin_cs/end_csMarek Olšák2010-06-141-13/+0
* | r300g: replace r300_cs_info with simplier get_cs_free_dwordsMarek Olšák2010-06-131-10/+2
|/
* r300g: use r300_buffer_domain everywhereMarek Olšák2010-06-021-4/+4
* r300g: let the driver determine the GEM domain for buffer_createMarek Olšák2010-06-021-1/+2
* r300g: add get_cs_info winsys entrypoint, abandon check_csMarek Olšák2010-05-261-2/+10
* 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