Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-09-21 | Merge branch 'mesa_7_5_branch' into mesa_7_6_branch | Brian Paul | |
2009-09-21 | softpipe: Fix cube face selection. | Brian Paul | |
If arx and ary are equal, we still want to choose from one of them, and not arz. (cherry picked from commit de685b37a91bc95dd4093a44a49b7b47385b1f7c) | |||
2009-06-29 | softpipe: use shadow_compare4() to compare texcoord to four texture samples | Brian Paul | |
2009-06-29 | softpipe: pass sampler state to shadow_compare() | Brian Paul | |
2009-06-19 | softpipe: return alpha=1 in shadow_compare() function | Brian Paul | |
The alpha value wasn't set at all before so we got unpredictable results. Note that we don't currently obey GL_DEPTH_TEXTURE_MODE in the state tracker. For now, we return the result in the default mode (r,r,r,1). | |||
2009-02-11 | softpipe: rename sp_headers.h to sp_quad.h | Brian | |
This header describes the quad-related datatypes afterall. | |||
2008-12-17 | softpipe: fix vertex shader texture sampling | Brian Paul | |
Need to disable/bypass lambda calculation since derivatives of texcoords are meaningless for adjacent vertices. | |||
2008-12-01 | softpipe: minor tweaks, clean-ups | Brian | |
2008-12-01 | softpipe: compute nearest/linear texcoords four at a time. | Brian | |
A small step toward SIMD-izing the code. | |||
2008-12-01 | gallium: minor texture-related clean-ups, comments, etc | Brian | |
2008-11-23 | softpipe: remove old/unneeded dependencies between TGSI exec and softpipe | Brian | |
Use tgsi_sampler struct as a base class. Softpipe subclasses it and adds the fields it needs. | |||
2008-08-24 | gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h | Brian Paul | |
Also, rename p_tile.[ch] to u_tile.[ch] | |||
2008-08-22 | gallium: stop using ifloor(), FABSF(), etc | Brian Paul | |
2008-08-22 | gallium: replace LOG2() macro with util_fast_log2() inline func | Brian Paul | |
2008-08-07 | gallium: s/pf_sprint_name/pf_name/ | Brian Paul | |
2008-08-07 | gallium: s/printf/debug_printf/ | Brian Paul | |
2008-08-07 | gallium: new/better debug code (disabled) | Brian Paul | |
2008-08-07 | softpipe: Silence compiler warnings on Windows. | Michal Krol | |
2008-08-06 | softpipe: add texture border color code | Brian Paul | |
2008-07-28 | Merge tgsi/exec and tgsi/util directories. | José Fonseca | |
2008-05-02 | gallium: new debug code (disabled) | Brian Paul | |
2008-04-22 | softpipe: do something sensible on an error path, squash warning | Keith Whitwell | |
2008-03-12 | gallium: Add TEX_FILTER_ANISO img filter | Keith Whitwell | |
Hardware almost universally expects us to set a special filtering mode when anisotropic filtering is enabled, as opposed to varying a max-aniso values. Do this once in the state tracker & simplify the driver code. | |||
2008-02-23 | gallium: Silence compiler warnings on Windows. | Michal Krol | |
2008-02-19 | gallium: add some casts to prevent likely msvc warnings | Brian | |
2008-02-19 | gallium: implement correct sampling for RECT targets / unnormalized texcoords | Brian | |
2008-02-16 | gallium: add missing mip level clamp | Brian | |
2008-02-16 | gallium: tweak texture filter min/mag thresholds | Brian | |
2008-02-16 | gallium: implement min vs. mag filter determination for non-mipmapped textures | Brian | |
Fixes tests/minmag.c | |||
2008-02-15 | Code reorganization: update build. | José Fonseca | |
Update the Makefiles and includes for the new paths. Note that there hasn't been no separation of the Makefiles yet, and make is jumping all over the place. That will be taken care shortly. But for now, make should work. It was tested with linux and linux-dri. Linux-cell and linux-llvm might require some minor tweaks. | |||
2008-02-15 | Code reorganization: move files into their places. | José Fonseca | |
This is in a separate commit to ensure renames are properly preserved. |