Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-21 | r300g: Cleanup old static shader state. | Corbin Simpson | |
2009-10-21 | i915: replace MESA_FORMAT_Z24_S8 with MESA_FORMAT_S8_Z24 | Brian Paul | |
And change parameter type. | |||
2009-10-21 | radeon: get rid of z24s8 <-> s8z24 conversions in span code | Brian Paul | |
Can just use s8z24 everywhere. Note: the WRITE_DEPTH macro for R600 may need to be fixed. | |||
2009-10-21 | radeon: replace MESA_FORMAT_Z24_S8 with MESA_FORMAT_S8_Z24 | Brian Paul | |
Core Mesa deals with MESA_FORMAT_S8_Z24 everywhere it should so we shouldn't have to use MESA_FORMAT_Z24_S8 anymore. | |||
2009-10-21 | intel: use MESA_FORMAT_S8_Z24 format and avoid z24s8/s8z24 conversions | Brian Paul | |
2009-10-21 | i965: change parameter type to gl_format | Brian Paul | |
2009-10-21 | mesa: use MESA_FORMAT_X8_Z24 | Brian Paul | |
2009-10-21 | mesa: use MESA_FORMAT_X8_Z24 format | Brian Paul | |
2009-10-21 | mesa: added MESA_FORMAT_X8_Z24 format | Brian Paul | |
24-bit Z in 32-bit pixel. We could probably use the MESA_FORMAT_S8_Z24 format but this there's a few places where we explicitly don't want stencil. This format may go away at some point in the future. | |||
2009-10-21 | gallium/util: fix cpu detection on ppc | Marc Dietrich | |
As we are compiling with -D_BSD_SOURCE, sigjmp_buf and siglongjmp should be replaced by the non-sig functions (see man 3 setjmp). Tested on linux/cell. | |||
2009-10-21 | mesa: added _mesa_dump_renderbuffers() debug code | Brian Paul | |
2009-10-21 | nouveau: nv30: Do not use assert to return NULL | Patrice Mandin | |
2009-10-21 | nouveau: nv30: check number of colour buffers to bind | Patrice Mandin | |
2009-10-21 | llvmpipe: Remove extraneous name in lp_type pre-declaration. | José Fonseca | |
2009-10-21 | llvmpipe: remove one of two definitions of TILESIZE | Keith Whitwell | |
2009-10-21 | r300g: No debug in r300_state. | Corbin Simpson | |
2009-10-21 | r300g: Cleanup header includes. | Corbin Simpson | |
2009-10-21 | r300g: Don't use getenv; use debug_get_*_option instead. | Corbin Simpson | |
2009-10-21 | r300g: Don't use the hashtable internally. | Corbin Simpson | |
As osiris pointed out, glxgears slowly gets slower for some reason when it's enabled, and it's not helping at the moment, so just turn it off. | |||
2009-10-21 | r300g: Examine vertex attribute type on HW TCL too. | Corbin Simpson | |
2009-10-21 | r300g: Also kill r300_shader_inlines with fire. | Corbin Simpson | |
2009-10-21 | r300g: Kill r300_surface with fire. | Corbin Simpson | |
If you really want to see it again, check the history. | |||
2009-10-21 | llvmpipe: remove dead code | Keith Whitwell | |
2009-10-20 | intel: Fix flipped condition in ARB_sync GetSYnciv(GL_SYNC_STATUS). | Eric Anholt | |
Bug #24435 | |||
2009-10-20 | meta: Fix the BufferSubData in meta clear to be BufferData. | Eric Anholt | |
Fixes a 3.4% +/- 1.3% performance regression in my GL demo (n=3). The other meta code could probably also use the same treatment. | |||
2009-10-20 | cell: fix compilation on cell | Marc Dietrich | |
s/LERP/LRP/ | |||
2009-10-20 | mesa: Fix Mac OS build. | Vinson Lee | |
strtod_l needs the xlocale.h header on Mac OS. It's possible other non-Linux OSes would need this header too. | |||
2009-10-20 | st/xorg: Move drm init to own function | Jakob Bornecrantz | |
2009-10-20 | trace: Check for destroy before calling it | Jakob Bornecrantz | |
2009-10-20 | st/xorg: Cleanly shutdown | Jakob Bornecrantz | |
2009-10-20 | llvmpipe: minor opts to setup_tri | Keith Whitwell | |
2009-10-20 | llvmpipe: move block list into rast struct | Keith Whitwell | |
2009-10-20 | llvmpipe: build list of 4x4 blocks to be shaded | Keith Whitwell | |
2009-10-20 | llvmpipe: recursive rasterization within a tile | Keith Whitwell | |
2009-10-20 | llvmpipe: pass mask as a linear encoding of the 4x4 block | Keith Whitwell | |
2009-10-20 | llvmpipe: precalculate some offsets | Keith Whitwell | |
2009-10-19 | llvmpipe: remove a leftover 8x2 usage | Keith Whitwell | |
2009-10-19 | r300: fix texture size handling with size > 2048 | Mathias Fröhlich | |
The in kernel texture check fails because of both bit11 flags being set on 16x16 textures. It tuns out that these bits are still set and not cleared in the pp_txpitch field of the texture. The attached patch at least helps for this case on my machine. It clears the bit 11 from the pitch field if the texture is smaller and masks out that hight bits on the conventional width and height field. Fixes bug 24584 | |||
2009-10-19 | llvmpipe: calculate masks in format desired by shader | Keith Whitwell | |
Also remove branches calculating masks for quads. | |||
2009-10-19 | r600: Fix size calculation for 24 bit depth | Robert Noland | |
size was being calculated based on 3 bytes per pixel with 24 bit depth instead of 4 bytes. This caused corruption in the bottom 25% of objects. This finishes fixing the menu/text corruption in compiz/kde4. Signed-off-by: Robert Noland <rnoland@2hip.net> | |||
2009-10-19 | llvmpipe: pre-multiply some constants by fixed_one | Keith Whitwell | |
2009-10-19 | llvmpipe: Reshape the shader input from 8x2 to 4x4. | José Fonseca | |
Incorrect rendering until the interpolation code generation is updated. | |||
2009-10-19 | llvmpipe: fixed-point rasterization | Keith Whitwell | |
2009-10-19 | llvmpipe: Reset the pointer to stored jit context. | José Fonseca | |
2009-10-19 | llvmpipe: Allocate the blend color from the data store, and ensure it's aligned. | José Fonseca | |
2009-10-19 | llvmpipe: correctly scale top/left fill adjustments | Keith Whitwell | |
Was overdoing it previously. | |||
2009-10-19 | llvmpipe: fix typo correcting for fill convention | Keith Whitwell | |
Adjustments for top-left fill convention were being lost. | |||
2009-10-19 | st/xorg: Remove output functions not used | Jakob Bornecrantz | |
2009-10-19 | st/xorg: makefile garbage | Zack Rusin | |
2009-10-19 | st/xorg: implement basic src/mask transformations | Zack Rusin | |
plus fix filters |