summaryrefslogtreecommitdiff
path: root/src/gallium/winsys/drm/radeon/core/radeon_drm.c
AgeCommit message (Expand)Author
2010-02-08radeong: Provide drm_api::destroy hook.Corbin Simpson
2010-02-08radeong: Always return something for create_screen.Corbin Simpson
2010-02-08drm/radeon: remove softpipe referencesKeith Whitwell
2010-02-08gallium: squash-merge of gallium screen contextKeith Whitwell
2010-01-22Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-19st/drm: Expose kernel driver nameJakob Bornecrantz
2010-01-18radeong: Don't allocate HW BOs for constantbufs.Corbin Simpson
2010-01-18radeong: Check DRM version, and report stats.Corbin Simpson
2010-01-18radeong: Use vram_size instead of vram_visible.Corbin Simpson
2010-01-17r300g: output texture debug messages if only RADEON_DEBUG=tex is setMarek Olšák
2010-01-12winsys/drm: Add name field to drm_api.Chia-I Wu
2009-12-27r300g: fix use of uninitialised variables.Dave Airlie
2009-12-18Revert "r300g: flush CS if a buffer being deleted is referenced by it"Corbin Simpson
2009-12-15r300g: flush CS if a buffer being deleted is referenced by itMarek Olšák
2009-12-06radeong: Automatically softpipe for non-r3xx.Corbin Simpson
2009-12-06radeong: Call softpipe_create directly.Corbin Simpson
2009-12-02radeong: Add helper to determine pipe driver.Corbin Simpson
2009-12-02radeong: Do ioctls before selecting pipe driver.Corbin Simpson
2009-12-02r300g, radeong: De-specialize r300_winsys into radeon_winsys.Corbin Simpson
2009-10-16radeon-gallium: Use debug_get_bool_option instead of getenv.Corbin Simpson
2009-10-03r300g: Fix memory leak in radeon_texture_from_shared_handleNicolai Hähnle
2009-09-06r300g: Fix some issues pointed out by compiler warnings.Michel Dänzer
2009-08-28r300g: pretty up the new drm code a bitJoakim Sindholt
2009-08-28r300g: support new drm_apiJoakim Sindholt
2009-07-23r300g, radeon-gallium: Fix API, cleanup.Corbin Simpson
2009-07-23radeon-gallium: Build fixes wrt changed libdrm_radeon space check APINicolai Hähnle
2009-07-13r300g, radeon: Whitespace fixes.Nicolai Hähnle
2009-07-05radeon-gallium: Use FLINK to do proper global buffers.Corbin Simpson
2009-07-02r300g: Readd trace driver supportJakob Bornecrantz
2009-07-01radeon-gallium: Adapt to drm_api changes.Corbin Simpson
2009-05-16Create common trace_drm code, add to radeon_winsys.Corbin Simpson
2009-05-01r300-gallium, radeon-winsys: Space accounting.Corbin Simpson
2009-04-28gallium: Update the drm_api.Thomas Hellstrom
2009-03-10radeon-gallium: Unbreak non-RADEON_SOFTPIPE.Corbin Simpson
2009-03-10radeon-gallium: Unbreak RADEON_SOFTPIPE.Corbin Simpson
2009-03-04radeon-gallium: DRI2 state tracker, part 3.Corbin Simpson