summaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | | | | | | Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesa into pipe-videoChristian König2010-10-1267-905/+7949
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | vl: Drop DRI1, clean up DRI2 bits.Younes Manton2010-06-065-369/+218
| * | | | | | | | | | | | | | | | | | | | | | | vl: Get nouveau building again.Younes Manton2010-05-291-24/+43
| * | | | | | | | | | | | | | | | | | | | | | | vl: Use pipe_screen::video_context_create hook instead of SP ctor.Younes Manton2010-05-241-1/+5
| * | | | | | | | | | | | | | | | | | | | | | | vl: Get softpipe working again.Younes Manton2010-05-232-23/+29
| * | | | | | | | | | | | | | | | | | | | | | | vl: Get softpipe building again.Younes Manton2010-05-082-235/+27
| * | | | | | | | | | | | | | | | | | | | | | | Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesa into pipe-videoYounes Manton2010-04-30151-9047/+3546
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | vl: WIP DRI2 support in the winsys.Younes Manton2010-04-286-32/+979
| * | | | | | | | | | | | | | | | | | | | | | | | vl: Adapt to dri changes.Younes Manton2010-04-243-17/+8
| * | | | | | | | | | | | | | | | | | | | | | | | vl: Fix up configure.ac/MakefileYounes Manton2010-04-241-1/+1
| * | | | | | | | | | | | | | | | | | | | | | | | Merge remote branch 'origin/master' into pipe-videoYounes Manton2010-03-1296-2317/+3137
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | r300g/g3dvl: Fix build error and correct Makefile for xvmc libCooper Yuan2010-02-012-6/+8
| * | | | | | | | | | | | | | | | | | | | | | | | | r300g/g3dvl: port xvmc video stuff to mesa/pipe-video branchCooper Yuan2010-01-292-0/+38
| * | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'master' into pipe-videoYounes Manton2009-12-0646-283/+5125
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | g3dvl: It's ok to not have cliprects (minimized windows, etc).Younes Manton2009-12-051-16/+18
| * | | | | | | | | | | | | | | | | | | | | | | | | | nouveau: Link with softpipe.Younes Manton2009-11-141-0/+1
| * | | | | | | | | | | | | | | | | | | | | | | | | | g3dvl: Shared drm winsys bits.Younes Manton2009-11-0518-456/+1547
| * | | | | | | | | | | | | | | | | | | | | | | | | | g3dvl: DRM winsys changes.Younes Manton2009-11-026-104/+630
* | | | | | | | | | | | | | | | | | | | | | | | | | | i915g: don't try to check if a NULL buffer is busy.Stéphane Marchesin2011-07-131-0/+2
* | | | | | | | | | | | | | | | | | | | | | | | | | | r600g: emit SQ_LDS_RESOURCE_MGMTAlex Deucher2011-07-121-0/+1
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | r600g: more valgrind fixesMarek Olšák2011-07-111-2/+2
* | | | | | | | | | | | | | | | | | | | | | | | | | r600g: zero memory of ioctl parametersMarek Olšák2011-07-111-3/+3
* | | | | | | | | | | | | | | | | | | | | | | | | | r600g: Check for Evergreen chip class instead of Cedar family in r600_context...Henri Verbeet2011-07-091-1/+1
* | | | | | | | | | | | | | | | | | | | | | | | | | i915g: Improve flushing using heuristics.Stéphane Marchesin2011-07-061-0/+10
* | | | | | | | | | | | | | | | | | | | | | | | | | r600g: fix buffer overflow check in r600_query_beginVadim Girlin2011-07-051-2/+5
* | | | | | | | | | | | | | | | | | | | | | | | | | r600g: fix bo map usage flags in r600_query_beginVadim Girlin2011-07-051-1/+1
* | | | | | | | | | | | | | | | | | | | | | | | | | r600g: reduce flushes for queriesVadim Girlin2011-07-051-5/+8
* | | | | | | | | | | | | | | | | | | | | | | | | | r600g: fix buffer offset in r600_query_beginVadim Girlin2011-07-051-1/+1
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | r600g: fix check for empty csVadim Girlin2011-06-301-1/+3
* | | | | | | | | | | | | | | | | | | | | | | | | scons: Expose pkg-config in a simpler manner.José Fonseca2011-06-305-13/+5
* | | | | | | | | | | | | | | | | | | | | | | | | st/egl: update fbdev backendChia-I Wu2011-06-282-29/+51
* | | | | | | | | | | | | | | | | | | | | | | | | r600g: fix num_banks interpretation on eg+Alex Deucher2011-06-221-1/+14
* | | | | | | | | | | | | | | | | | | | | | | | | winsys/wayland: Fix warningBenjamin Franzke2011-06-211-0/+1
* | | | | | | | | | | | | | | | | | | | | | | | | r600g: Allow VRAM for the initial domain for every buffer binding.Mathias Fröhlich2011-06-131-15/+11
* | | | | | | | | | | | | | | | | | | | | | | | | r600g: Set the domains value also for recycled buffer objects.Mathias Fröhlich2011-06-131-12/+14
* | | | | | | | | | | | | | | | | | | | | | | | | i915g: implement fence signallingDaniel Vetter2011-06-111-2/+6
* | | | | | | | | | | | | | | | | | | | | | | | | r600g: VGT_PRIMITIVE_TYPE is specialAlex Deucher2011-06-092-3/+3
* | | | | | | | | | | | | | | | | | | | | | | | | r600g: Handle CONFIG regs properlyAlex Deucher2011-06-092-32/+31
* | | | | | | | | | | | | | | | | | | | | | | | | r600g: adjust vs/ps gprs on r600/r700 cards when needed.Dave Airlie2011-06-092-17/+26
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | gallium: s/bool/boolean/Brian Paul2011-06-082-3/+3
* | | | | | | | | | | | | | | | | | | | | | | | r600g: set enable always bits for r600/r700 sq registers.Dave Airlie2011-06-081-11/+11
* | | | | | | | | | | | | | | | | | | | | | | | r600g: fix warnings in winsys.Dave Airlie2011-06-081-5/+2
* | | | | | | | | | | | | | | | | | | | | | | | r600g: enable dynamic GPR resource management on evergreenDave Airlie2011-06-081-2/+4
* | | | | | | | | | | | | | | | | | | | | | | | r600g: only add blocks once to the dirty/enabled lists.Dave Airlie2011-06-081-3/+5
* | | | | | | | | | | | | | | | | | | | | | | | r600g: fix regression in recent state changes.Dave Airlie2011-06-081-0/+1
* | | | | | | | | | | | | | | | | | | | | | | | r600g: move simple part of bo reloc processing inline.Dave Airlie2011-06-082-12/+17
* | | | | | | | | | | | | | | | | | | | | | | | r600g: split resource emit path from main register emit pathDave Airlie2011-06-083-17/+102
* | | | | | | | | | | | | | | | | | | | | | | | r600g: exit bo per reg scanning loop early.Dave Airlie2011-06-082-9/+13
* | | | | | | | | | | | | | | | | | | | | | | | r600g: reorder evergreen draw packets to be smaller.Dave Airlie2011-06-081-4/+8
* | | | | | | | | | | | | | | | | | | | | | | | r600g: inline r600_bo_reference.Dave Airlie2011-06-082-11/+2