Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-11 | i915: Remove unused intelRegion struct | Kristian Høgsberg | |
Phew, sure is nice to only have one struct called intel region. | |||
2010-02-11 | nv50: adapt to stencil ref changes | Roland Scheidegger | |
2010-02-11 | nv40: adapt to stencil ref changes | Roland Scheidegger | |
2010-02-11 | i915: Remove left-over drmUnmap() | Kristian Høgsberg | |
2010-02-11 | nv30: adapt to stencil ref changes | Roland Scheidegger | |
not sure if this has any hope of working | |||
2010-02-11 | mesa: additional constant/limit assertions | Brian Paul | |
2010-02-11 | svga: implement PIPE_CAP_MAX_COMBINED_SAMPLERS query | Brian Paul | |
2010-02-11 | gallium: make u_blitter code save/restore stencil ref values | Roland Scheidegger | |
2010-02-11 | Add git tips | Karl Schultz | |
2010-02-11 | r300g: adapt to stencil ref changes | Roland Scheidegger | |
2010-02-11 | cell: adapt to stencil ref changes | Roland Scheidegger | |
not betting this compiles, some of the code handling stencil test seems incomplete and/or never called? | |||
2010-02-11 | i965g: adapt to stencil ref changes | Roland Scheidegger | |
while there also potentially fix logic ops (were never enabled before) | |||
2010-02-11 | i915g: adapt to stencil ref changes | Roland Scheidegger | |
2010-02-11 | gallium: give pipe_stencil_ref its own cso_save/restore functions | Roland Scheidegger | |
seems cleaner, and other dynamic state like viewport is handled that way too | |||
2010-02-11 | st/mesa: fix gallium texture level selection for RTT | Brian Paul | |
Fixes invalid texture level when rendering to a texture where GL_BASE_LEVEL > 0. This will be cherry-picked to the 7.7 branch after additional testing. | |||
2010-02-11 | mesa: remove darwin-x86ppc and dangling darwin refs in Makefile | Brian Paul | |
2010-02-11 | docs: remove old CVS references | Brian Paul | |
2010-02-11 | Revert "llvmpipe: Move tile coordinate assertion into a more useful place." | José Fonseca | |
This reverts commit 8c0391726a89414356c705fcc2d5a38d12d0fe2b. Too pendantic. | |||
2010-02-11 | scons: Fix drm/intel build. | José Fonseca | |
2010-02-11 | llvmpipe: Handle TGSI_TOKEN_TYPE_PROPERTY. | José Fonseca | |
Avoids assertion failures with certain shaders. | |||
2010-02-11 | llvmpipe: Move tile coordinate assertion into a more useful place. | José Fonseca | |
2010-02-11 | llvmpipe: Clamp both extremes of triangles to framebuffer size. | José Fonseca | |
Fix segmentation fault when triangles crossed the axis. | |||
2010-02-11 | gallivm: TGSI_OPCODE_CONT is not deprecated. | José Fonseca | |
Note that with FIXME instead of an assertion failure. Addresses fdo 25956. | |||
2010-02-11 | nouveau: remove u_simple_screen.h includes | Ben Skeggs | |
2010-02-11 | gallium: also save/restore stencil_ref in cso_save/restore_depth_stencil_alpha | Roland Scheidegger | |
makes life of state trackers easier | |||
2010-02-10 | i965g: ifdef out unused functions. | Vinson Lee | |
2010-02-10 | r300g: Work around "defect" in r300compiler. | Corbin Simpson | |
r300compiler doesn't handle half swizzles for vert shaders, which don't have them. So, for now, disable them. | |||
2010-02-10 | st/mesa: Silence uninitialized variable warning in st_cb_bitmap.c. | Vinson Lee | |
2010-02-10 | swrast: Silence uninitialized variable warnings in ss_tritmp.h. | Vinson Lee | |
2010-02-10 | os: Do not use Pthreads barrier functions on Mac OS X. | Vinson Lee | |
Pthreads barrier functions are not available on some POSIX platforms. | |||
2010-02-10 | ffb: Fix build. | Vinson Lee | |
2010-02-10 | gallium: cast to silence waring | Brian Paul | |
2010-02-10 | gallium: use os_time.h | Brian Paul | |
2010-02-10 | gallium: use os_time.h in pb_bufmgr_cache.c | Brian Paul | |
Untested, but seems straightforward. | |||
2010-02-10 | gallium: use os_time.h in u_timed_winsys.c | Brian Paul | |
2010-02-10 | scons: add another prefix for mingw32 on Fedora | Brian Paul | |
(cherry picked from commit f1afb352daf0e74751c99254592eef863c64392a) | |||
2010-02-10 | dri: Fix one last copy-and-paste brain damage from a previous commit | Ian Romanick | |
2010-02-10 | scons: User friendly message for code generated files | José Fonseca | |
2010-02-10 | Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/mesa | Karl Schultz | |
2010-02-10 | Update Visual Studio Project files to compile the shader compiler and build ↵ | Karl Schultz | |
the prebuilt shader header files. | |||
2010-02-10 | r300g: Fix typo. | Corbin Simpson | |
Thanks to Uros Bizjak for catching it. | |||
2010-02-10 | r300/compiler: r500-fs: Properly set HW register swizzles. | Corbin Simpson | |
Fixes fallout from 9a1bf52c. | |||
2010-02-10 | scons: Only build progs when explicitly requested in the command line. | José Fonseca | |
2010-02-10 | svga: adapt to stencil ref changes | Roland Scheidegger | |
also add some disabled code to handle blendcolor? | |||
2010-02-10 | llvmpipe: adapt to stencil ref changes | Roland Scheidegger | |
since the driver doesn't actually handle stencil yet the code won't do much. | |||
2010-02-10 | identity: adapt to stencil ref changes | Roland Scheidegger | |
2010-02-10 | fo: adapt to stencil ref changes | Roland Scheidegger | |
2010-02-10 | st/mesa: more fixes for stencil ref change. | Roland Scheidegger | |
compiles. Might need to do something to make it possible to save/restore stencil ref. | |||
2010-02-10 | llvmpipe: Map rendertargets when bound as textures. | José Fonseca | |
Fixes gearbox segfault (fdo 25960). Corruption remains. | |||
2010-02-10 | dri: Fix copy-and-paste brain damage in previous commit | Ian Romanick | |
A number of places in 3cce4a1e10361458630511543b7a8a6438544775 use TRUE instead of GL_TRUE. This causes build failures in all of the drivers that I don't typically build. Win. Reported by sungami on IRC. Signed-off-by: Ian Romanick <ian.d.romanick@intel.com> |