summaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys/drm/radeon
Commit message (Expand)AuthorAgeFilesLines
* r300g: rebuild winsys/pipe buffer handling and add buffer mapDave Airlie2010-02-228-244/+647
* winsys/drm: Do not use --whole-archive in Makefile.egl.Chia-I Wu2010-02-181-1/+3
* radeong: flush when changing tiling flags of BO referenced by CSMarek Olšák2010-02-141-2/+13
* progs/gallium/python: New home for python statetracker scripts.José Fonseca2010-02-141-1/+1
* radeong: Provide drm_api::destroy hook.Corbin Simpson2010-02-081-0/+6
* radeong: Always return something for create_screen.Corbin Simpson2010-02-081-0/+3
* drm/radeon: remove softpipe referencesKeith Whitwell2010-02-082-57/+5
* gallium: squash-merge of gallium screen contextKeith Whitwell2010-02-083-24/+0
* gallium: Move deprecated pipe/internal/p_winsys_screen.h inside util/u_simple...José Fonseca2010-02-022-2/+2
* gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca2010-02-021-1/+1
* radeong: Slight improvement to buffer creation.Corbin Simpson2010-01-281-1/+4
* radeong: Make sure that we're not emitting relocations for local buffers.Corbin Simpson2010-01-251-2/+6
* radeong: Make is_r3xx inline to avoid warnings.Corbin Simpson2010-01-251-1/+1
* radeong: Clean up domain usages.Corbin Simpson2010-01-251-11/+18
* Revert "r300g,radeong: finish and enable the immediate mode"Corbin Simpson2010-01-255-86/+15
* r300g,radeong: finish and enable the immediate modeMarek Olšák2010-01-245-15/+86
* r300g,radeong: set tiling flags in libdrmMarek Olšák2010-01-242-0/+28
* radeong: do not emit a zero-sized command streamMarek Olšák2010-01-241-0/+5
* Merge branch 'mesa_7_7_branch'Brian Paul2010-01-221-0/+1
|\
| * st/drm: Expose kernel driver nameJakob Bornecrantz2010-01-191-0/+1
* | st/egl_g3d: Rename to st/egl.Chia-I Wu2010-01-222-1/+1
* | st/egl: Remove the egl state tracker.Chia-I Wu2010-01-222-39/+0
* | radeong: Fix EGL driver names.Corbin Simpson2010-01-202-2/+2
* | Fix touching live system during install.Tomas Chvatal2010-01-201-1/+1
* | Merge remote branch 'origin/opengl-es-v2'Chia-I Wu2010-01-202-8/+21
|\ \
| * \ Merge branch 'master' into opengl-es-v2Chia-I Wu2010-01-1217-342/+316
| |\ \
| * | | st/egl: Allow APIs other than OpenGL.Chia-I Wu2009-11-102-8/+21
| | |/ | |/|
* | | radeong: Don't allocate HW BOs for constantbufs.Corbin Simpson2010-01-184-12/+41
* | | radeong: Check DRM version, and report stats.Corbin Simpson2010-01-181-1/+26
* | | radeong: Use vram_size instead of vram_visible.Corbin Simpson2010-01-181-4/+3
* | | r300g: output texture debug messages if only RADEON_DEBUG=tex is setMarek Olšák2010-01-172-3/+5
* | | radeong: Change DRI driver name to radeong.Corbin Simpson2010-01-131-1/+1
| |/ |/|
* | winsys/drm: Use egl_g3d to build EGL drivers.Chia-I Wu2010-01-122-0/+15
* | winsys/drm: Add name field to drm_api.Chia-I Wu2010-01-121-0/+1
* | radeong: Check for DONTBLOCK before flushing, remove dead code.Corbin Simpson2010-01-111-59/+5
* | scons: Aggregate all tiny libraries in a single library.José Fonseca2010-01-012-2/+2
* | r300g: fix use of uninitialised variables.Dave Airlie2009-12-271-2/+2
* | r300g: rename modesetting_drv.so to radeong_drv.soDave Airlie2009-12-272-16/+26
* | Revert "r300g: flush CS if a buffer being deleted is referenced by it"Corbin Simpson2009-12-183-8/+0
* | Merge branch 'pipe-format-simplify'Michal Krol2009-12-181-2/+3
|\ \
| * | Move the remaining format pf_get_* functions to u_format.h.Michal Krol2009-12-171-2/+3
* | | r300g: store own copy of flush_cb and flush data.Dave Airlie2009-12-183-2/+8
|/ /
* | 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