Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-02 | Merge branch 'gallium-no-rhw-position' | Michal Krol | |
Conflicts: src/gallium/drivers/r300/r300_blit.c src/gallium/drivers/r300/r300_emit.c src/gallium/drivers/r300/r300_state_derived.c | |||
2010-03-02 | util/blitter: Fix the viewport transformation for Z coordinates | Marek Olšák | |
When clearing buffers, the depth is specified in the range [0, 1] and should be passed through blitter "as is". | |||
2010-03-02 | i915g: Add assert to check for null pointer dereference. | Vinson Lee | |
2010-03-01 | llvmpipe: implement some control-flow | Zack Rusin | |
implements if/else/endif constructs and lays down the code for looping and others. we create a conditional execution mask which decides which of the four inputs are enabled for any store. it's used only if an execution mask is present, otherwise we go through a direct store. | |||
2010-03-01 | glapi.c: misc coscmetic for FreeTSD | George Sapountzis | |
- move out of of the dispatch/context block to after corresponding init functions - use more consistent naming with corresponding init functions - XXX use _glthread_InitTSD() vs (void)_glthread_GetTSD() in _glapi_check_multithread() XXX | |||
2010-03-01 | tgsi: Cleanup exec code for CLAMP, CMP and CND. | Michal Krol | |
2010-03-01 | r300: Save viewport and clip states before invoking blitter. | Michal Krol | |
2010-03-01 | util: Fix u_blitter setup code after bypass_vs_clip_and_viewport removal. | Michal Krol | |
Not tested. | |||
2010-03-01 | util: A few more todo marks. | José Fonseca | |
2010-03-01 | util: More documentation for u_format.csv | José Fonseca | |
2010-03-01 | util: Tweak comments regarding R8G8B8A8/X8_UNORM. | José Fonseca | |
2010-03-01 | python: Don't mention deprecated drivers=trace option. | José Fonseca | |
Now trace always built. | |||
2010-03-01 | python: Don't mention deprecated drivers=trace option. | José Fonseca | |
Now trace always built. | |||
2010-03-01 | llvmpipe: Don't mention deprecated drivers=trace option. | José Fonseca | |
Now trace always built. | |||
2010-02-28 | r300g: atomize texture and sampler states | Marek Olšák | |
2010-02-28 | r300g: decouple vertex stream setup (PSC) and VS output mapping (VAP_OUT) | Marek Olšák | |
Formerly known as vertex_format_state. These two are completely unrelated when using HWTCL and decoupling them makes the design less SWTCL-centric. When bypass_vs_clip_and_viewport gets removed, the PSC setup will no longer be a derived state. This change shouldn't make unbreaking SWTCL harder. | |||
2010-02-28 | i965g: Fix texture creation | Jakob Bornecrantz | |
2010-02-28 | r300g: put validating buffers after flushing | Marek Olšák | |
Also cleaning up the nasty validation process. | |||
2010-02-28 | r300g: use the atom size directly during emission | Marek Olšák | |
2010-02-28 | r300g: atomize invalidation of texture caches | Marek Olšák | |
2010-02-28 | r300g: atomize PVS flush | Marek Olšák | |
The first non-state atom. It's better and cleaner to have it. | |||
2010-02-28 | r300g: add size parameter to the atom emit functions | Marek Olšák | |
Maintaining a closer relationship between the atom size and what's passed in BEGIN_CS. | |||
2010-02-27 | util: Fix X8/A8B8G8R8_SNORM's swizzle. | 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 | st/dri: Assert pointer is not null before dereferencing. | 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 | nv40: fix include of nv04_surface_2d.h | Christoph Bumiller | |
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 | 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 | |