summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/dri-r300
Commit message (Collapse)AuthorAgeFilesLines
* drm_driver: Add a configuration function to the driver descriptor.Thomas Hellstrom2011-10-141-1/+1
| | | | | | | | Adds a possibility for the state tracker manager to query the target for a specific configuration. Signed-off-by: Thomas Hellstrom <[email protected]> Reviewed-by: Jakob Bornecrantz <[email protected]>
* winsys/radeon: add R300 infix to winsys feature namesMarek Olšák2011-07-251-1/+0
|
* r300g: do not link with softpipeMarek Olšák2011-06-141-1/+0
|
* r300g/winsys: rename r300->radeon and do a little cleanupMarek Olšák2011-04-181-2/+2
| | | | | Renaming a few files, types, and functions. Also make the winsys independent of r300g.
* r300g: import the last bits of libdrm and cleanup the whole thingMarek Olšák2011-02-112-4/+0
| | | | | | | | | | | | | | Based on Dave's branch. The majority of this commit is a cleanup, mainly renaming things. There wasn't much code to import, just ioctl calls. Also done: - implemented unsynchronized bo_map (important optimization!) - radeon_bo_is_referenced_by_cs is no longer a refcount hack - dropped the libdrm_radeon dependency I'm surprised that this has resulted in less code in the end.
* scons: Revamp how to specify targets to build.José Fonseca2010-11-011-5/+3
| | | | | | | | | | | | | | | | | | | | | | Use scons target and dependency system instead of ad-hoc options. Now is simply a matter of naming what to build. For example: scons libgl-xlib scons libgl-gdi scons graw-progs scons llvmpipe and so on. And there is also the possibility of scepcified subdirs, e.g. scons src/gallium/drivers If nothing is specified then everything will be build. There might be some rough corners over the next days. Please bare with me.
* r300g: rename radeong_dri.so to r300_dri.soDave Airlie2010-08-253-0/+83
acked on irc by Corbin + Marek.