summaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys/drm/radeon
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | radeong: Clean up some bad code.Corbin Simpson2009-12-021-8/+2
* | | radeong: Add helper to determine pipe driver.Corbin Simpson2009-12-021-0/+8
* | | radeong: Do ioctls before selecting pipe driver.Corbin Simpson2009-12-022-66/+65
* | | r300g, radeong: De-specialize r300_winsys into radeon_winsys.Corbin Simpson2009-12-025-101/+167
* | | radeong: Change ioctl order, document it.Corbin Simpson2009-12-021-12/+22
|/ /
* / gallium: fix more statetrackers/drivers for not using texture width/height/de...Roland Scheidegger2009-11-261-3/+3
|/
* r300g: Fix bytes_per_line calculation error while displaying surfaceCooper Yuan2009-10-291-1/+1
* r300g: last changes's typo, miss a include fileCooper Yuan2009-10-231-0/+1
* r300g: add flush_frontbuffer function to display video surfaceCooper Yuan2009-10-231-1/+51
* radeon-gallium: Use debug_get_bool_option instead of getenv.Corbin Simpson2009-10-162-2/+3