summaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys/drm/radeon
Commit message (Expand)AuthorAgeFilesLines
* Move the remaining format pf_get_* functions to u_format.h.Michal Krol2009-12-171-2/+3
* r300g: flush CS if a buffer being deleted is referenced by itMarek Olšák2009-12-153-0/+8
* radeong: Automatically softpipe for non-r3xx.Corbin Simpson2009-12-061-9/+12
* radeong: Call softpipe_create directly.Corbin Simpson2009-12-066-90/+4
* radeong: flush CS if a buffer being mapped is referenced by itMarek Olšák2009-12-041-0/+5
* r300g, radeong: fix the CS overflowMarek Olšák2009-12-041-2/+3
* r300g: fix warningsMarek Olšák2009-12-041-0/+2
* Merge branch 'gallium-noblocks'Roland Scheidegger2009-12-041-12/+5
|\
| * fixups for interface changes (mostly state trackers)Roland Scheidegger2009-11-301-12/+5
* | radeong: Clean up some bad code.Corbin Simpson2009-12-021-8/+2
* | radeong: Add helper to determine pipe driver.Corbin Simpson2009-12-021-0/+8
* | radeong: Do ioctls before selecting pipe driver.Corbin Simpson2009-12-022-66/+65
* | r300g, radeong: De-specialize r300_winsys into radeon_winsys.Corbin Simpson2009-12-025-101/+167
* | radeong: Change ioctl order, document it.Corbin Simpson2009-12-021-12/+22
|/
* gallium: fix more statetrackers/drivers for not using texture width/height/de...Roland Scheidegger2009-11-261-3/+3
* r300g: Fix bytes_per_line calculation error while displaying surfaceCooper Yuan2009-10-291-1/+1
* r300g: last changes's typo, miss a include fileCooper Yuan2009-10-231-0/+1
* r300g: add flush_frontbuffer function to display video surfaceCooper Yuan2009-10-231-1/+51
* radeon-gallium: Use debug_get_bool_option instead of getenv.Corbin Simpson2009-10-162-2/+3
* r300g: fixup arb occulsion query support.Dave Airlie2009-10-141-0/+10
* r300g: attempt to make bo space check sane.Dave Airlie2009-10-141-3/+20
* r300g: Fix memory leak in radeon_texture_from_shared_handleNicolai Hähnle2009-10-031-1/+6
* r300g: Build in the trace and softpipe driver for xorg state trackerSedat Dilek2009-10-031-0/+2
* r300g: Fix some issues pointed out by compiler warnings.Michel Dänzer2009-09-063-15/+19
* r300g: Handle PIPE_BUFFER_USAGE_DONTBLOCK as intended.Michel Dänzer2009-09-061-2/+5
* st/xorg: Remove code no longer support by xserver Git master.Michel Dänzer2009-09-021-8/+2
* r300g: pretty up the new drm code a bitJoakim Sindholt2009-08-281-7/+7
* r300g: support new drm_apiJoakim Sindholt2009-08-282-20/+49
* st/xorg: Pass dri driver name as driverName on screenJakob Bornecrantz2009-08-281-1/+1
* radeon-gallium: Oh, look, we *do* already support DONTBLOCK.Corbin Simpson2009-08-181-6/+5
* radeon-gallium: Stop using outdated ioctls.Corbin Simpson2009-08-181-11/+3
* Revert "r300-gallium, radeon-gallium: Nuke gb_pipes from orbit."Corbin Simpson2009-08-181-2/+20
* radeon-gallium: If BO allocation fails, return NULL.Corbin Simpson2009-07-261-0/+1
* radeon-gallium: remove old getparam ioctlJoakim Sindholt2009-07-241-13/+3
* r300g, radeon-gallium: Fix API, cleanup.Corbin Simpson2009-07-234-23/+18
* radeon-gallium: Build fixes wrt changed libdrm_radeon space check APINicolai Hähnle2009-07-234-52/+16
* r300g: Fix SCons build.Michel Dänzer2009-07-203-3/+8
* r300g, radeon: Whitespace fixes.Nicolai Hähnle2009-07-133-12/+12
* radeon-gallium: Compile warning fix.Corbin Simpson2009-07-051-1/+1
* radeon-gallium: Use FLINK to do proper global buffers.Corbin Simpson2009-07-053-2/+26
* radeon-gallium: Wait for BOs before mapping them.Corbin Simpson2009-07-051-0/+2
* r300g: Readd trace driver supportJakob Bornecrantz2009-07-021-0/+5
* radeon-gallium: Adapt to drm_api changes.Corbin Simpson2009-07-012-23/+33
* Use separate $(MINSTALL) for installing librariesDan Nicholson2009-06-011-1/+1
* r300-gallium, radeon-gallium: Make add_buffer indicate when a flush is needed.Corbin Simpson2009-05-281-5/+11
* radeon-gallium: Add surface_buffer_create callback.Corbin Simpson2009-05-201-1/+25
* radeon-gallium: Don't permit reading and writing a BO in one CS.Corbin Simpson2009-05-201-1/+17
* radeon-gallium: Remove BO validation debug.Corbin Simpson2009-05-181-4/+0
* r300-gallium, radeon-gallium: Nuke gb_pipes from orbit.Corbin Simpson2009-05-172-23/+2
* Create common trace_drm code, add to radeon_winsys.Corbin Simpson2009-05-163-0/+10