summaryrefslogtreecommitdiff
path: root/src/gallium/winsys/drm/radeon
AgeCommit message (Expand)Author
2010-02-27radeong: clean up includesMarek Olšák
2010-02-26minor cleanup of dri/Makefile.template's after miniglx dropGeorge Sapountzis
2010-02-22Revert "r300g: rebuild winsys/pipe buffer handling and add buffer map"Dave Airlie
2010-02-22r300g: rebuild winsys/pipe buffer handling and add buffer mapDave Airlie
2010-02-18winsys/drm: Do not use --whole-archive in Makefile.egl.Chia-I Wu
2010-02-14radeong: flush when changing tiling flags of BO referenced by CSMarek Olšák
2010-02-14progs/gallium/python: New home for python statetracker scripts.José Fonseca
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-02-02gallium: Move deprecated pipe/internal/p_winsys_screen.h inside util/u_simple...José Fonseca
2010-02-02gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca
2010-01-28radeong: Slight improvement to buffer creation.Corbin Simpson
2010-01-25radeong: Make sure that we're not emitting relocations for local buffers.Corbin Simpson
2010-01-25radeong: Make is_r3xx inline to avoid warnings.Corbin Simpson
2010-01-25radeong: Clean up domain usages.Corbin Simpson
2010-01-25Revert "r300g,radeong: finish and enable the immediate mode"Corbin Simpson
2010-01-24r300g,radeong: finish and enable the immediate modeMarek Olšák
2010-01-24r300g,radeong: set tiling flags in libdrmMarek Olšák
2010-01-24radeong: do not emit a zero-sized command streamMarek Olšák
2010-01-22Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-22st/egl_g3d: Rename to st/egl.Chia-I Wu
2010-01-22st/egl: Remove the egl state tracker.Chia-I Wu
2010-01-20radeong: Fix EGL driver names.Corbin Simpson
2010-01-20Fix touching live system during install.Tomas Chvatal
2010-01-20Merge remote branch 'origin/opengl-es-v2'Chia-I Wu
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-13radeong: Change DRI driver name to radeong.Corbin Simpson
2010-01-12Merge branch 'master' into opengl-es-v2Chia-I Wu
2010-01-12winsys/drm: Use egl_g3d to build EGL drivers.Chia-I Wu
2010-01-12winsys/drm: Add name field to drm_api.Chia-I Wu
2010-01-11radeong: Check for DONTBLOCK before flushing, remove dead code.Corbin Simpson
2010-01-01scons: Aggregate all tiny libraries in a single library.José Fonseca
2009-12-27r300g: fix use of uninitialised variables.Dave Airlie
2009-12-27r300g: rename modesetting_drv.so to radeong_drv.soDave Airlie
2009-12-18Revert "r300g: flush CS if a buffer being deleted is referenced by it"Corbin Simpson
2009-12-18Merge branch 'pipe-format-simplify'Michal Krol
2009-12-18r300g: store own copy of flush_cb and flush data.Dave Airlie
2009-12-17Move the remaining format pf_get_* functions to u_format.h.Michal Krol
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-04radeong: flush CS if a buffer being mapped is referenced by itMarek Olšák
2009-12-04r300g, radeong: fix the CS overflowMarek Olšák
2009-12-04r300g: fix warningsMarek Olšák