summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/d3d1x/dxgi
Commit message (Expand)AuthorAgeFilesLines
* gallium: move clear paths from rgba to a pointer to a color union (v2)Dave Airlie2011-09-181-5/+5
* d3d1x: fix a build errorChia-I Wu2011-09-091-3/+4
* d3d1x: Fix include styleKai Wasserbäch2011-08-291-4/+4
* st/d3d1x: fix for st/egl native.h interface changeChia-I Wu2011-06-271-14/+19
* gallium: remove flags from the flush functionMarek Olšák2011-03-111-1/+1
* gallium: add usage parameter to pipe_buffer_createMarek Olšák2011-02-151-1/+2
* gallium: remove pipe_vertex_buffer::max_indexMarek Olšák2011-02-141-1/+0
* d3d1x: Fix broken build.Chia-I Wu2011-01-161-1/+6
* gallium: support for array textures and related changesRoland Scheidegger2010-12-021-7/+16
* d3d1x: Use native_surface::present.Chia-I Wu2010-11-031-10/+4
* d3d1x: rework DXGI for occlusion testing and default width/heightLuca Barbieri2010-09-271-5/+84
* d3d1x: assert if X visual is not among enumerated visualsLuca Barbieri2010-09-241-0/+1
* d3d1x: draw to the correct bufferLuca Barbieri2010-09-241-1/+1
* d3d1x: fix build without system EGL/egl.hLuca Barbieri2010-09-231-1/+1
* d3d1x: flush properlyLuca Barbieri2010-09-231-1/+1
* d3d1x: remove another include specstrings.hLuca Barbieri2010-09-231-1/+0
* d3d1x: flush the pipe context when presentingLuca Barbieri2010-09-231-0/+2
* d3d1x: rename parameters in dxgiLuca Barbieri2010-09-231-126/+126
* d3d1x: remove specstringsLuca Barbieri2010-09-231-42/+42
* d3d1x: normalize whitespaceLuca Barbieri2010-09-232-297/+297
* d3d1x: properly reference count the backendLuca Barbieri2010-09-231-0/+4
* d3d1x: redesign the HWND resolver interfaceLuca Barbieri2010-09-221-98/+197
* d3d1x: destroy native_display on adapter destructionLuca Barbieri2010-09-221-0/+1
* d3d1x: attempt to fix/workaround bug #30322Luca Barbieri2010-09-221-1/+1
* d3d1x: add template parameters to base class ctor calls for GCC 4.4Luca Barbieri2010-09-211-3/+3
* d3d1x: add new Direct3D 10/11 COM state tracker for GalliumLuca Barbieri2010-09-214-0/+1587