index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
state_tracker
/
st_atom_sampler.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: use texture format functions
Brian Paul
2009-09-27
1
-1
/
+1
*
st: as with swrast, interpret texture border color according to texture format
Brian Paul
2009-04-06
1
-4
/
+37
*
st: rename a helper function
Brian Paul
2009-04-06
1
-4
/
+4
*
gallium: check vertex shaders for samplers/texture usage as we do for fragmen...
Brian
2008-12-04
1
-7
/
+13
*
gallium: use a default texture in update_textures(), update_samplers() when n...
Brian Paul
2008-08-14
1
-4
/
+8
*
gallium: replace an assertion with "if (!texobj) continue"
Brian Paul
2008-07-02
1
-1
/
+2
*
mesa: Replace abort by asserts.
José Fonseca
2008-06-24
1
-1
/
+1
*
gallium: check if sampler->max_lod < sampler->min_lod
Brian Paul
2008-06-17
1
-0
/
+9
*
gallium: sync up texture/sampler changes with master
Brian Paul
2008-05-06
1
-1
/
+1
*
Merge commit 'origin/gallium-0.1' into gallium-tex-surfaces
Keith Whitwell
2008-05-06
1
-1
/
+3
|
\
|
*
gallium: fix warnings
Brian Paul
2008-05-03
1
-1
/
+3
|
*
gallium: fix sampler->max_lod computation
Brian Paul
2008-05-03
1
-2
/
+3
|
*
gallium: fix computation of sampler->min_lod
Brian Paul
2008-05-03
1
-1
/
+1
*
|
gallium: fix some BaseLevel, lastLevel bugs
Brian Paul
2008-05-03
1
-2
/
+3
|
/
*
Some changed for non-C99 compilers
Alan Hourihane
2008-05-02
1
-10
/
+5
*
gallium: Set sampler->min_lod instead of always reallocating pipe_textures.
Michel Dänzer
2008-05-01
1
-9
/
+1
*
gallium: set border color
Roland Scheidegger
2008-04-29
1
-0
/
+5
*
gallium: remove redundant compare bit in sampler state
Roland Scheidegger
2008-03-28
1
-1
/
+0
*
gallium: pass NULL to cso_single_sampler() when the sampler isn't used.
Brian
2008-03-12
1
-2
/
+5
*
gallium: Add TEX_FILTER_ANISO img filter
Keith Whitwell
2008-03-12
1
-0
/
+4
*
gallium: rework CSO-related code in state tracker
Brian
2008-03-11
1
-22
/
+21
*
gallium: michel's patch to rework texture/sampler binding interface
Keith Whitwell
2008-03-05
1
-8
/
+8
*
gallium: clamp min_lod so it's never negative
Brian
2008-02-12
1
-1
/
+1
*
update_samplers() didn't respect the sampler->texunit mapping.
Brian
2007-12-14
1
-9
/
+16
*
gallium: remove set_sampler_units interface
Keith Whitwell
2007-12-11
1
-14
/
+1
*
set sampler state for shadow test
Brian
2007-11-08
1
-0
/
+8
*
simplify code which access the current vertex/fragment shaders
Brian
2007-10-29
1
-20
/
+1
*
Re-implement GLSL texture sampler variables.
Brian
2007-10-26
1
-1
/
+32
*
add 'normalized_coords' field to pipe_sampler_state
Brian
2007-10-15
1
-0
/
+3
*
comments/code for min/max_lod - revisit someday
Brian
2007-10-01
1
-0
/
+10
*
Fix failover state binding and convert the sampler to use the new
Zack Rusin
2007-09-20
1
-5
/
+5
*
Fix a silly bug on setting samplers.
Zack Rusin
2007-09-18
1
-1
/
+1
*
Make sampler an immutable state object.
Zack Rusin
2007-09-18
1
-3
/
+7
*
add names to tracked state atoms to improve debug
keithw
2007-08-25
1
-0
/
+1
*
Split texfilter enums to match common hardware usage.
Keith Whitwell
2007-08-09
1
-11
/
+35
*
update lod bias, limits
Brian
2007-08-08
1
-0
/
+4
*
plug in texture/sampler state update
Brian
2007-08-07
1
-6
/
+8
*
more texture sampler work
Brian
2007-06-22
1
-0
/
+135