Age | Commit message (Expand) | Author |
2010-07-07 | st/mesa: fix sampler max_lod computation | Brian Paul |
2010-04-30 | st/mesa: ignore gl_texture_object::BaseLevel when allocating gallium textures | Brian Paul |
2010-02-12 | gallium: make max_anisotropy a unsigned bitfield member | Roland Scheidegger |
2010-01-22 | Merge branch 'mesa_7_7_branch' | Brian Paul |
2010-01-16 | st/mesa: Remove unnecessary header from st_atom_sampler.c. | Vinson Lee |
2010-01-06 | gallium: remove PIPE_TEX_FILTER_ANISO | Luca Barbieri |
2010-01-04 | mesa: make texture BorderColor a union of float/int/uint | Brian Paul |
2009-12-01 | mesa: Update vertex texture code after gallium changes. | Michal Krol |
2009-09-27 | mesa: use texture format functions | Brian Paul |
2009-04-06 | st: as with swrast, interpret texture border color according to texture format | Brian Paul |
2009-04-06 | st: rename a helper function | Brian Paul |
2008-12-04 | gallium: check vertex shaders for samplers/texture usage as we do for fragmen... | Brian |
2008-08-14 | gallium: use a default texture in update_textures(), update_samplers() when n... | Brian Paul |
2008-07-02 | gallium: replace an assertion with "if (!texobj) continue" | Brian Paul |
2008-06-24 | mesa: Replace abort by asserts. | José Fonseca |
2008-06-17 | gallium: check if sampler->max_lod < sampler->min_lod | Brian Paul |
2008-05-06 | gallium: sync up texture/sampler changes with master | Brian Paul |
2008-05-06 | Merge commit 'origin/gallium-0.1' into gallium-tex-surfaces | Keith Whitwell |
2008-05-03 | gallium: fix some BaseLevel, lastLevel bugs | Brian Paul |
2008-05-03 | gallium: fix warnings | Brian Paul |
2008-05-03 | gallium: fix sampler->max_lod computation | Brian Paul |
2008-05-03 | gallium: fix computation of sampler->min_lod | Brian Paul |
2008-05-02 | Some changed for non-C99 compilers | Alan Hourihane |
2008-05-01 | gallium: Set sampler->min_lod instead of always reallocating pipe_textures. | Michel Dänzer |
2008-04-29 | gallium: set border color | Roland Scheidegger |
2008-03-28 | gallium: remove redundant compare bit in sampler state | Roland Scheidegger |
2008-03-12 | gallium: pass NULL to cso_single_sampler() when the sampler isn't used. | Brian |
2008-03-12 | gallium: Add TEX_FILTER_ANISO img filter | Keith Whitwell |
2008-03-11 | gallium: rework CSO-related code in state tracker | Brian |
2008-03-05 | gallium: michel's patch to rework texture/sampler binding interface | Keith Whitwell |
2008-02-12 | gallium: clamp min_lod so it's never negative | Brian |
2007-12-14 | update_samplers() didn't respect the sampler->texunit mapping. | Brian |
2007-12-11 | gallium: remove set_sampler_units interface | Keith Whitwell |
2007-11-08 | set sampler state for shadow test | Brian |
2007-10-29 | simplify code which access the current vertex/fragment shaders | Brian |
2007-10-26 | Re-implement GLSL texture sampler variables. | Brian |
2007-10-15 | add 'normalized_coords' field to pipe_sampler_state | Brian |
2007-10-01 | comments/code for min/max_lod - revisit someday | Brian |
2007-09-20 | Fix failover state binding and convert the sampler to use the new | Zack Rusin |
2007-09-18 | Fix a silly bug on setting samplers. | Zack Rusin |
2007-09-18 | Make sampler an immutable state object. | Zack Rusin |
2007-08-25 | add names to tracked state atoms to improve debug | keithw |
2007-08-09 | Split texfilter enums to match common hardware usage. | Keith Whitwell |
2007-08-08 | update lod bias, limits | Brian |
2007-08-07 | plug in texture/sampler state update | Brian |
2007-06-22 | more texture sampler work | Brian |