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
/
pipe
/
softpipe
/
sp_tex_sample.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Hide texture layout details from the state tracker.
Michel Dänzer
2007-12-06
1
-9
/
+9
*
Implement shadow comparisons.
Brian
2007-11-08
1
-1
/
+67
*
Make it compile under linux.
Michal Krol
2007-10-29
1
-1
/
+1
*
Make gallium compile in win32.
Michal Krol
2007-10-29
1
-3
/
+2
*
Finish unifying the surface and texture tile caches.
Brian
2007-10-22
1
-83
/
+15
*
fix interpolation bug in nearest-image/linear-mipmap filtering
Brian
2007-10-17
1
-1
/
+1
*
Replace repeat_remainder() with simpler macro that just casts args to unsigned.
Brian
2007-10-17
1
-13
/
+6
*
reorder params to get_texel()
Brian
2007-10-17
1
-31
/
+32
*
implement 3D texture sampling
Brian
2007-10-17
1
-1
/
+111
*
don't crash if texture border is used (unsupported for now)
Brian
2007-10-17
1
-0
/
+3
*
add 'normalized_coords' field to pipe_sampler_state
Brian
2007-10-15
1
-8
/
+16
*
Check texture format in get_texel() to handle depth textures.
Brian
2007-10-13
1
-4
/
+17
*
free/unreference pipe_surface in get_texel()
Brian
2007-10-10
1
-0
/
+2
*
Use texture->first_level, not 0, when not mipmapping.
Brian
2007-09-28
1
-4
/
+2
*
Fixup include paths after rename
Keith Whitwell
2007-08-24
1
-1
/
+1
*
Merge branch 'softpipe_0_1_branch' of git+ssh://
[email protected]
/gi...
Brian
2007-08-14
1
-36
/
+36
|
\
|
*
Continue reducing dependencies on core mesa include files.
Keith Whitwell
2007-08-14
1
-36
/
+36
*
|
fix typo
Brian
2007-08-14
1
-1
/
+1
|
/
*
minor hack to allow 1D textures to work
Brian
2007-08-14
1
-1
/
+2
*
refactor some code - cube map textures work now
Brian
2007-08-14
1
-49
/
+73
*
Implement texture cache with multiple, direct-mapped entries.
Brian
2007-08-14
1
-33
/
+48
*
Consolidate filter and mipmap level selection in choose_mipmap_levels().
Brian
2007-08-14
1
-118
/
+75
*
Implement remaining mipmap modes for 2D textures.
Brian
2007-08-14
1
-23
/
+106
*
tgsi_sampler->get_samples() now operates on a quad (returns 4 colors).
Brian
2007-08-14
1
-146
/
+259
*
added assertion to check that texture width is non-zero
Brian
2007-08-13
1
-0
/
+2
*
Split texfilter enums to match common hardware usage.
Keith Whitwell
2007-08-09
1
-7
/
+4
*
clean-up
Brian
2007-08-08
1
-10
/
+9
*
initial lod/mipmap texture supported
Brian
2007-08-08
1
-8
/
+45
*
very simple texture cache implementation
Brian
2007-08-08
1
-2
/
+24
*
add lambda param to get_sample()
Brian
2007-08-08
1
-10
/
+10
*
sketch out 1D/3D/cube texture sampling
Brian
2007-08-08
1
-2
/
+154
*
fully support all texcoord wrap modes
Brian
2007-08-08
1
-27
/
+257
*
initial texture filtering code
Brian
2007-08-07
1
-0
/
+166