Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-05-31 | st/xorg: Fix Xv cliprect scaling. | Thomas Hellstrom | |
Due to a quantization error, different cliprects of scaled video windows may not have identical x / y scale. Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com> | |||
2010-05-31 | st/xorg Avoid advertizing rotation / reflection support. | Thomas Hellstrom | |
We don't support it yet since we don't implement the shadow allocate functions. Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com> | |||
2010-05-31 | llvmpipe: Show fs's TGSI when LP_DEBUG=tgsi is set. | José Fonseca | |
2010-05-31 | st/egl: Use stamps only to avoid unnecessary geometry update. | Chia-I Wu | |
resource_surface_add_resources should still be called even when the stamps match. For example, a caller may ask for two different sets of attachments. | |||
2010-05-31 | gallium: fix TFP on gallium | Dave Airlie | |
This fixes an uninitialised value use in the dri2 st when doing TFP. It uses the driContextPriv which isn't initialised at alloc time. Signed-off-by: Dave Airlie <airlied@redhat.com> | |||
2010-05-31 | st/egl: Update KMS backend to use resource_surface. | Chia-I Wu | |
2010-05-31 | st/egl: Update GDI backend to use resource_surface. | Chia-I Wu | |
2010-05-31 | st/egl: Update ximage backend to use resource_surface. | Chia-I Wu | |
2010-05-31 | st/egl: Add helper functions for use by backends. | Chia-I Wu | |
There is only resource_surface for now. It helps manage the resources of a software-based native surface such as XImage or GDI. | |||
2010-05-31 | targets/egl: Add SConscript for egl-apis. | Chia-I Wu | |
It will build api_OpenVG.dll on Windows. | |||
2010-05-31 | st/vega: Use SConscript for Windows build. | Chia-I Wu | |
Fix several portability issues and add SConscript for Windows build. | |||
2010-05-31 | gallium/util: Define isfinite and isnan for MSVC. | Chia-I Wu | |
Define isfinite and isnan to _finite and _isnan respectively for MSVC. Those macros are needed by st/vega. | |||
2010-05-31 | st/egl: Use OS-specific module suffices. | Chia-I Wu | |
At least, .dll is used on Windows. | |||
2010-05-31 | targets/egl: Add SConscript for egl_gdi_swrast. | Chia-I Wu | |
egl_gdi_swrast uses st/egl/gdi and winsys/sw/gdi to provide an EGL driver for Windows. | |||
2010-05-31 | st/egl: Add GDI backend. | Chia-I Wu | |
The backend uses Windows GDI driver to provide a software EGL implementation on Windows. | |||
2010-05-31 | egl: Use SConscript for Windows build. | Chia-I Wu | |
Fix several portability issues and add SConscript for Windows build. | |||
2010-05-31 | Define PUBLIC to dllexport on MSVC. | Chia-I Wu | |
Define PUBLIC to __declspec(dllexport) when _MVC_VER is defined. | |||
2010-05-31 | r300g: set correct pitch in libdrm | Marek Olšák | |
to match what DDX sets. This prevents some flushes from occuring. | |||
2010-05-31 | r300g: remove texture usage transfer flag | Marek Olšák | |
2010-05-31 | r600g: remove unused struct r600_state | Marek Olšák | |
What was the purpose of it? | |||
2010-05-30 | r600g: Remove unnecessary headers. | Vinson Lee | |
2010-05-30 | r600g: RS880 is r6xx-based | Alex Deucher | |
Signed-off-by: Alex Deucher <alexdeucher@gmail.com> | |||
2010-05-30 | llvmpipe: Remove unused framebuffer stuff from the rasterizer. | José Fonseca | |
2010-05-30 | llvmpipe: Don't force a linear to tiled conversion after rasterization on ↵ | José Fonseca | |
debug builds. Only do this if runtime debugging flags to show subtiles/tiles are set. | |||
2010-05-30 | llvmpipe: Call llvmpipe_set_texture_tile_layout only when necessary. | José Fonseca | |
Like the other places. | |||
2010-05-30 | util: Add inline function for approximate floating point comparison. | José Fonseca | |
2010-05-30 | llvmpipe: Use pointer_to_func() instead of custom wrappers. | José Fonseca | |
2010-05-30 | draw: Use pointer_to_func() instead of custom wrappers. | José Fonseca | |
2010-05-30 | util: Generic pointer to func conversion helper. | José Fonseca | |
That observes strict-aliasing rules. | |||
2010-05-30 | llvmpipe: Pass the fs variant to the rasterizer. | José Fonseca | |
2010-05-30 | python/retrace: Interpret resource_copy_region. | José Fonseca | |
2010-05-30 | st/python: Expose region_copy/fill_region instead of deprecated ↵ | José Fonseca | |
surface_copy/fill | |||
2010-05-30 | st/vega: Use FREE. | Chia-I Wu | |
Match MALLOC with FREE. Otherwise, it causes weird segfaults when built with memory debugging. | |||
2010-05-30 | st/egl: Hook eglCreatePbufferFromClientBuffer. | Chia-I Wu | |
This is some refactoring works. Creating a pbuffer from an EGL_OPENVG_IMAGE is still not supported. | |||
2010-05-30 | st/egl: Fix eglCopyBuffers. | Chia-I Wu | |
It was broken since surface_copy -> resource_copy_region transition. | |||
2010-05-30 | st/egl: Initialize KMS backend from an fd. | Chia-I Wu | |
Check if the native native is EGL_DEFAULT_DISPLAY. If not, treat it as an fd. | |||
2010-05-29 | r600g: remove unused variable | Marek Olšák | |
2010-05-29 | r600g: fix gallium function parameters | Marek Olšák | |
2010-05-29 | r600g: make a local copy of viewport state | Marek Olšák | |
2010-05-29 | i915g: Rename winsys c file | Jakob Bornecrantz | |
2010-05-29 | i915g: Move pci id to winsys struct | Jakob Bornecrantz | |
2010-05-29 | targets/egl: Give egl targets a good build enviroment | Jakob Bornecrantz | |
2010-05-29 | r600g: fix build | Marek Olšák | |
2010-05-28 | llvmpipe: add PIPE_BUFFER to assertion | Brian Paul | |
Fixes regression from commit f2e05acac931889e0820e1cc5d7ea810048a6b5f. | |||
2010-05-28 | softpipe: add PIPE_BUFFER to assertion | Brian Paul | |
Fixes regression from commit f2e05acac931889e0820e1cc5d7ea810048a6b5f. | |||
2010-05-28 | llvmpipe: add out of memory checking to triangle setup path | Brian Paul | |
2010-05-28 | r300g: remove unnecessary breaks | Marek Olšák | |
2010-05-28 | r300g: report vertex format support in is_format_supported | Marek Olšák | |
2010-05-28 | r300g/swtcl: fix WPOS | Marek Olšák | |
There you are! r300->viewport_state is undefined when using SW TCL. Piglit score (r300g.tests): HW TCL: 231/275 SW TCL: 233/275 | |||
2010-05-28 | r300g/swtcl: avoid an infinite loop if an occl. query doesn't return anything | Marek Olšák | |