Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | st/xorg: Fix typo | Thomas Hellstrom | 2010-10-12 | 1 | -1/+1 |
| | | | | | | Pointed out by Jakob Bornecrantz. Signed-off-by: Thomas Hellstrom <[email protected]> | ||||
* | st/xlib: add some comments | Brian Paul | 2010-10-12 | 1 | -0/+8 |
| | |||||
* | st/xorg: Don't try to remove invalid fbs | Thomas Hellstrom | 2010-10-12 | 1 | -3/+5 |
| | | | | Signed-off-by: Thomas Hellstrom <[email protected]> | ||||
* | st/xorg: Add a customizer option to get rid of annoying cursor update flicker | Thomas Hellstrom | 2010-10-12 | 3 | -1/+12 |
| | | | | Signed-off-by: Thomas Hellstrom <[email protected]> | ||||
* | st/xorg: Don't try to use option values before processing options | Thomas Hellstrom | 2010-10-12 | 1 | -13/+13 |
| | | | | Signed-off-by: Thomas Hellstrom <[email protected]> | ||||
* | st/vega: Fix version check in context creation. | Chia-I Wu | 2010-10-07 | 1 | -1/+1 |
| | | | | This fixes a regression since 4531356817ec8383ac35932903773de67af92e37. | ||||
* | st/egl: Drop context argument from egl_g3d_get_egl_image. | Chia-I Wu | 2010-09-30 | 1 | -1/+0 |
| | | | | Fix a regression since 17eace581d25a626a7d75d9d1205d012cbb14a6e. | ||||
* | gallium/st: remove duplicated includes | Nicolas Kaiser | 2010-09-30 | 2 | -2/+0 |
| | | | | | | Remove duplicated includes. Signed-off-by: Brian Paul <[email protected]> | ||||
* | st/egl: Skip single-buffered configs in EGL. | Chia-I Wu | 2010-09-30 | 2 | -4/+4 |
| | | | | | Let DRI2 report single-buffered configs and skip them in EGL. This is based on the patch by Luca Barbieri. | ||||
* | d3d1x: work around crash in widl | Luca Barbieri | 2010-09-28 | 2 | -2/+12 |
| | |||||
* | d3d11: fix reference counting so devices get freed | Luca Barbieri | 2010-09-27 | 1 | -0/+2 |
| | |||||
* | d3d1x: fix Map | Luca Barbieri | 2010-09-27 | 1 | -4/+6 |
| | |||||
* | d3d1x: rework DXGI for occlusion testing and default width/height | Luca Barbieri | 2010-09-27 | 3 | -29/+174 |
| | |||||
* | d3d1x: put proper calling convention in headers, fixes 64-bit builds | Luca Barbieri | 2010-09-27 | 2 | -2/+2 |
| | |||||
* | d3d1x: properly support specifying MipLevels as 0 | Luca Barbieri | 2010-09-27 | 1 | -6/+15 |
| | |||||
* | d3d1x: support centroid interpolation | Luca Barbieri | 2010-09-27 | 1 | -10/+16 |
| | |||||
* | d3d1x: link to libdrm for X11 platform too | Luca Barbieri | 2010-09-27 | 1 | -1/+1 |
| | | | | Thanks to Xavier Chantry. | ||||
* | d3d11: ignore StructureByteStride | Luca Barbieri | 2010-09-27 | 1 | -4/+0 |
| | | | | | D3D11 applications are allowed to pass a random value if the buffer is not structured | ||||
* | d3d11: advertise IDXGIDevice1, not just IDXGIDevice | Luca Barbieri | 2010-09-27 | 1 | -1/+1 |
| | | | | Fixes failure to create device in DirectX SDK samples. | ||||
* | d3d1x: link progs with CXXFLAGS | Luca Barbieri | 2010-09-27 | 1 | -4/+4 |
| | |||||
* | d3d1x: fix progs linking if not all EGL platforms are enabled | Luca Barbieri | 2010-09-27 | 1 | -4/+18 |
| | |||||
* | d3d1x: add private gitignore file | Luca Barbieri | 2010-09-27 | 1 | -0/+20 |
| | |||||
* | d3d1x: fix parallel build | Luca Barbieri | 2010-09-27 | 2 | -2/+4 |
| | |||||
* | st/dri: Remove unnecessary header. | Vinson Lee | 2010-09-25 | 1 | -1/+0 |
| | |||||
* | d3d1x: CRLF -> LF in progs | Luca Barbieri | 2010-09-24 | 26 | -5300/+5300 |
| | |||||
* | d3d1x: stop using GLX in demos, just use the default visual | Luca Barbieri | 2010-09-24 | 3 | -25/+7 |
| | |||||
* | d3d1x: assert if X visual is not among enumerated visuals | Luca Barbieri | 2010-09-24 | 1 | -0/+1 |
| | |||||
* | d3d1x: don't crash on drivers not supporting vertex or geometry sampling | Luca Barbieri | 2010-09-24 | 3 | -2/+13 |
| | |||||
* | d3d1x: fix linking of dxbc2tgsi | Luca Barbieri | 2010-09-24 | 1 | -1/+1 |
| | |||||
* | d3d1x: draw to the correct buffer | Luca Barbieri | 2010-09-24 | 1 | -1/+1 |
| | |||||
* | d3d1x: fix CheckMultisampleQualityLevels | Luca Barbieri | 2010-09-24 | 1 | -1/+4 |
| | |||||
* | d3d1x: don't assert on unsupported resource types | Luca Barbieri | 2010-09-24 | 1 | -3/+11 |
| | |||||
* | d3d1x: add untested support for geometry shader translation | Luca Barbieri | 2010-09-24 | 5 | -31/+75 |
| | |||||
* | d3d1x: add shader dumping | Luca Barbieri | 2010-09-24 | 2 | -0/+11 |
| | |||||
* | d3d1x: obliterate IDL parameter names from d3d10.idl from Wine too | Luca Barbieri | 2010-09-23 | 1 | -291/+291 |
| | |||||
* | d3d1x: add autogenerated files as prerequisites, so make builds them | Luca Barbieri | 2010-09-23 | 1 | -1/+3 |
| | |||||
* | d3d1x: fix build without system EGL/egl.h | Luca Barbieri | 2010-09-23 | 1 | -1/+1 |
| | |||||
* | d3d1x: add missing guid.cpp | Luca Barbieri | 2010-09-23 | 1 | -0/+6 |
| | |||||
* | d3d1x: flush properly | Luca Barbieri | 2010-09-23 | 1 | -1/+1 |
| | |||||
* | d3d1x: remove another include specstrings.h | Luca Barbieri | 2010-09-23 | 1 | -1/+0 |
| | |||||
* | d3d1x: flush the pipe context when presenting | Luca Barbieri | 2010-09-23 | 1 | -0/+2 |
| | |||||
* | d3d1x: remove specstrings.h include | Luca Barbieri | 2010-09-23 | 1 | -3/+0 |
| | |||||
* | d3d11: obliterate IDL parameter names | Luca Barbieri | 2010-09-23 | 6 | -641/+641 |
| | |||||
* | d3d1x: rename parameters in dxgi | Luca Barbieri | 2010-09-23 | 3 | -219/+219 |
| | |||||
* | d3d1x: rename params in misc and objects | Luca Barbieri | 2010-09-23 | 2 | -115/+117 |
| | |||||
* | d3d11: rename screen params | Luca Barbieri | 2010-09-23 | 1 | -333/+321 |
| | |||||
* | d3d1x: rename context params | Luca Barbieri | 2010-09-23 | 1 | -387/+387 |
| | |||||
* | d3d1x: minifix | Luca Barbieri | 2010-09-23 | 2 | -2/+2 |
| | |||||
* | d3d1x: remove specstrings | Luca Barbieri | 2010-09-23 | 11 | -475/+449 |
| | |||||
* | d3d1x: normalize whitespace | Luca Barbieri | 2010-09-23 | 32 | -1585/+1584 |
| |