summaryrefslogtreecommitdiff
path: root/src/gallium/winsys/drm/radeon
AgeCommit message (Expand)Author
2010-03-24gallium: Reorg winsys directoriesJakob Bornecrantz
2010-03-24gallium: Move xorg drivers to targetsJakob Bornecrantz
2010-03-24gallium: Move egl drivers to targetsJakob Bornecrantz
2010-03-24gallium: Move dri drivers to targetsJakob Bornecrantz
2010-03-23radeong: fix build issue with libdrm < 2.4.19Marek Olšák
2010-03-22radeong: Always initialize this variable.Corbin Simpson
2010-03-21r300g: add and enable square microtilingMarek Olšák
2010-03-21r300g: cleanup tiling flags propagationMarek Olšák
2010-03-21r300g: remove unused codeMarek Olšák
2010-03-21r300g: fix occlusion query hangs.Dave Airlie
2010-03-21r300g: add bufmgr cached for vertex/index buffers.Dave Airlie
2010-03-20radeong: Use TRUE and FALSE.Corbin Simpson
2010-03-20radeong: Test the BO ptr for NULL instead of using a bool.Corbin Simpson
2010-03-21r300g: winsys fix tiling change flushes.Dave Airlie
2010-03-15r300g: rebuild screen/winsys interfaceDave Airlie
2010-03-13r300g: refrain from using immediate mode if it causes slowdownMarek Olšák
2010-03-10Revert "r300-gallium: Skeleton for integrating into the python statetracker."José Fonseca
2010-03-01r300g: Conversion to to winsys handleJakob Bornecrantz
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