Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-27 | tdfx: Add asserts to check for null pointer dereferences. | Vinson Lee | |
2010-02-27 | unichrome: Assert that pointer is not null before dereferencing. | Vinson Lee | |
2010-02-27 | util: Fix X8/A8B8G8R8_SNORM's swizzle. | José Fonseca | |
2010-02-27 | progs/gallium: Add unit tests for pixel format packing/unpacking. | José Fonseca | |
2010-02-27 | r300g: move the emission of GA_POINT_MINMAX into emit_fb_state | Marek Olšák | |
The only practical limits are the ones derived from the currently-set framebuffer state. | |||
2010-02-27 | r300g: put the emission of R300_US_OUT_FMT_UNUSED back | Marek Olšák | |
It wasn't such a good idea to remove it. :/ | |||
2010-02-27 | r300g: mark rasterizer_state as dirty only when it's not NULL | Marek Olšák | |
2010-02-27 | radeong: clean up includes | Marek Olšák | |
2010-02-27 | r300g: always emit the correct max vertex index to avoid DRM errors | Marek Olšák | |
Fixing bizarre reports that a vertex buffer is not large enough. | |||
2010-02-27 | r300g: remove pointless "while" | Marek Olšák | |
2010-02-27 | radeon: Assert pointer is not null before dereferencing. | Vinson Lee | |
Add back an assert that was removed in commit cd5f167353f16fb4f5b349002625b704f3e23778. | |||
2010-02-27 | dri: Assert pointer is not null before dereferencing. | Vinson Lee | |
2010-02-27 | st/dri: Assert pointer is not null before dereferencing. | Vinson Lee | |
2010-02-27 | r600: Assert pointer is not null before dereferencing. | Vinson Lee | |
2010-02-27 | glsl: Assert input to strcmp is not null. | Vinson Lee | |
2010-02-27 | glsl: Assert pointer is not null before dereferencing. | Vinson Lee | |
2010-02-26 | mesa: Remove unnecessary header. | Vinson Lee | |
2010-02-27 | st/xorg: Re-enable crtc on resize | Jakob Bornecrantz | |
2010-02-27 | st/xorg: Fix copy-topy | Jakob Bornecrantz | |
2010-02-27 | vmware/xorg: Bump to match vmware driver | Jakob Bornecrantz | |
2010-02-27 | st/xorg: Make resize fail gracefully | Jakob Bornecrantz | |
2010-02-27 | st/xorg: Obey max {width|height} from kernel and Gallium | Jakob Bornecrantz | |
2010-02-27 | st/xorg: Encapsulate all customizable stuff in a separate class. | Thomas Hellstrom | |
This avoids exposing the ms driver structure to the winsys, and nicely encapsulates driver customizable stuff. In the future more things might be customizable by the winsys, like throttling, 3D readback etc. Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com> | |||
2010-02-27 | vmware/xorg: Export modinfo just as the other vmware X drivers does | Jakob Bornecrantz | |
2010-02-27 | st/xorg: A bit more debugging info | Jakob Bornecrantz | |
2010-02-27 | st/xorg: Make default of debugging fallbacks smart | Jakob Bornecrantz | |
Set it to the same as 2d acceleration | |||
2010-02-27 | drm/vmware: Latest interface changes are backwards incopatible | Jakob Bornecrantz | |
Since the execbuffer change actually changed size off the ioctl struct and not just a reuse of padded bits, we can't support old kernels as easily as the scanout change was. | |||
2010-02-27 | st/xorg, vmware/xorg: Fix xnfcalloc arguments. | Thomas Hellstrom | |
Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com> | |||
2010-02-27 | vmware: Update vmwgfx_drm.h to kernel version. | Thomas Hellstrom | |
Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com> | |||
2010-02-26 | r600: enable OQ on rv740 on drms with working pipe config | Alex Deucher | |
2010-02-26 | r600: fail to validate unsupported texture formats | Klaus Schnass | |
2010-02-26 | nv40: fix include of nv04_surface_2d.h | Christoph Bumiller | |
2010-02-26 | eglinfo: Wrap extension string | Kristian Høgsberg | |
2010-02-26 | xeglgears: Add an case that exercises EGL_KHR_gl_renderbuffer_image | Kristian Høgsberg | |
2010-02-26 | egl_dri2: Implement EGL_KHR_gl_renderbuffer_image | Kristian Høgsberg | |
2010-02-26 | intel: Lookup requested renderbuffer in intel_create_image_from_renderbuffer | Kristian Høgsberg | |
Previously we'd use the current renderbuffer. | |||
2010-02-26 | progs/tests: add compile-time option for coloring texture corners | Brian Paul | |
When debugging wrap modes it's helpful to set each corner of the texture image to a distinct color. | |||
2010-02-26 | gallium: define GENERATED auxiliary files | Brian Paul | |
Don't need special default dependency on u_format_pack.h anymore. | |||
2010-02-26 | gallium: added GENERATED_SOURCES var to Makefile.template | Brian Paul | |
For use in dependency checking and make clean. | |||
2010-02-26 | progs/glsl: Ensure CFLAGS are passed during linking | Dan Nicholson | |
Commit ab6825b3e3fd04564b7840e945fa32b0a7b3c0c2 fixed an issue where the architecture option -m32 wasn't being passed to the compiler when linking .o files. This would only fix the issue with user's building with the hacky --enable-32-bit. The right way to fix this is to pass CFLAGS to the linker, which the GNU make builtin rules unfortunately don't do. Signed-off-by: Dan Nicholson <dbn.lists@gmail.com> Tested-by: Török Edwin <edwintorok@gmail.com> | |||
2010-02-26 | xeglgears: Clean up the code a bit | Kristian Høgsberg | |
Still a mess... | |||
2010-02-26 | Set API dispatch pointers for OES_EGL_image functions | Kristian Høgsberg | |
This chunk fell through the cracks when I rebase the EGLImage patch series. | |||
2010-02-26 | Revert "gallium: remove unneeded -I path from Makefile.templast" | Brian Paul | |
This reverts commit d9c65ddd52199469c49fc0d3ad90fedb9a69274d. Looks like the nouveau drivers need this. Perhaps the drivers could be fixed to add the extra -I path where needed. I'll leave that up to others. | |||
2010-02-26 | gallium/nouveau: clean-up #includes | Brian Paul | |
2010-02-26 | gallium: remove unneeded -I path from Makefile.templast | Brian Paul | |
2010-02-26 | softpipe: fix up #includes | Brian Paul | |
2010-02-26 | gallium/trace: remove unneeded path prefixes on #includes | Brian Paul | |
2010-02-26 | gallium/identity: remove unneeded path prefixes on #includes | Brian Paul | |
2010-02-26 | glx: fix incorrect array stack memory allocation | Markus Fleschutz | |
The array stack space wasn't allocated to the proper size. Fixes out of bounds memory writes when the client/array stack depth exceeds one. See fd.o bug 26768. | |||
2010-02-26 | util: Define SRGB's channels as normalized. | José Fonseca | |
A better approximation than uscaled... |