index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
softpipe
/
sp_tex_sample.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: replace INLINE with inline
Ilia Mirkin
2015-07-21
1
-28
/
+28
*
softpipe: fix offset wrapping calculations (v2)
Dave Airlie
2015-05-29
1
-78
/
+68
*
softpipe: start adding gather support (v2)
Dave Airlie
2015-05-20
1
-82
/
+204
*
softpipe: use arrays to make gather easier
Dave Airlie
2015-05-20
1
-36
/
+36
*
softpipe: add textureOffset support.
Dave Airlie
2015-05-20
1
-62
/
+93
*
softpipe: move control into a filter args struct
Dave Airlie
2015-05-20
1
-24
/
+26
*
softpipe: move some image filter parameters into a struct
Dave Airlie
2015-05-20
1
-253
/
+215
*
softpipe: enable ARB_texture_view
Roland Scheidegger
2015-05-13
1
-108
/
+165
*
mesa: Use assert() instead of ASSERT wrapper.
Matt Turner
2015-02-23
1
-1
/
+1
*
softpipe: don't assert on illegal wrap mode for rect textures
Roland Scheidegger
2014-08-30
1
-2
/
+2
*
softpipe: fix sp_get_dims() for PIPE_BUFFER
Brian Paul
2014-07-10
1
-6
/
+10
*
softpipe: use last_level from sampler view, not from the resource
Roland Scheidegger
2014-06-26
1
-19
/
+20
*
gallium: implement ARB_texture_query_levels
Marek Olšák
2014-06-19
1
-0
/
+3
*
softpipe: fix shadow sampling
Heinrich Janzing
2014-04-11
1
-68
/
+51
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
1
-2
/
+2
*
softpipe: fix seamless cube filtering
Roland Scheidegger
2013-10-12
1
-48
/
+151
*
softpipe: handle NULL sampler views for texture sampling / queries
Roland Scheidegger
2013-08-30
1
-5
/
+25
*
softpipe: don't clamp reference value for shadow comparison for float formats
Roland Scheidegger
2013-08-08
1
-12
/
+32
*
softpipe: silence some MSVC warnings
Brian Paul
2013-07-12
1
-8
/
+8
*
softpipe: disambiguate TILE_SIZE / TEX_TILE_SIZE
Roland Scheidegger
2013-05-22
1
-14
/
+14
*
softpipe: silence some asst. MSVC type warnings in sp_tex_sample.c
Brian Paul
2013-03-21
1
-6
/
+6
*
softpipe: don't use samplers with prebaked sampler and sampler_view state
Roland Scheidegger
2013-03-11
1
-610
/
+664
*
tgsi: add texel offsets and derivatives to sampler interface
Roland Scheidegger
2013-03-02
1
-1
/
+9
*
softpipe/draw/tgsi: simplify driver/tgsi sampler interface
Roland Scheidegger
2013-02-28
1
-84
/
+122
*
softpipe: clean up lod computation
Roland Scheidegger
2013-02-08
1
-69
/
+92
*
softpipe: get rid of tgsi_sampler_control param in img_filter
Roland Scheidegger
2013-02-08
1
-39
/
+37
*
softpipe: fix using optimized filter function
Roland Scheidegger
2013-02-08
1
-0
/
+1
*
softpipe: remove unused corner0 variable
Brian Paul
2012-12-12
1
-1
/
+0
*
softpipe: implement seamless cubemap support. (v1.1)
Dave Airlie
2012-12-12
1
-8
/
+138
*
softpipe: add texture buffer object support
Dave Airlie
2012-12-08
1
-1
/
+7
*
softpipe: fix unused variable warning.
Dave Airlie
2012-11-10
1
-1
/
+1
*
softpipe: add ARB_texture_cube_map_array support (v1.1)
Dave Airlie
2012-11-09
1
-11
/
+161
*
softpipe: remove extraneous whitespace
Brian Paul
2012-10-26
1
-2
/
+0
*
softpipe: fix copy/paste error in tex sample code
Olivier Galibert
2012-07-25
1
-2
/
+2
*
softpipe: Fix segfault with fbo-cubemap.
Olivier Galibert
2012-07-19
1
-1
/
+6
*
softpipe: Take all lods into account when texture sampling.
Olivier Galibert
2012-07-18
1
-756
/
+627
*
softpipe: Offset is not to be applied to the layer parameter of array texture...
Olivier Galibert
2012-06-19
1
-2
/
+2
*
softpipe: use any_swizzle() helper in sp_tex_sample.c
Brian Paul
2012-05-01
1
-8
/
+15
*
softpipe: whitespace, comment clean-ups in sp_tex_sample.c
Brian Paul
2012-05-01
1
-26
/
+32
*
softpipe: implement coord clamping for texel fetches (TXF)
Brian Paul
2012-05-01
1
-14
/
+31
*
gallium: Prefix #defines in tgsi_exec.h with TGSI_
Tom Stellard
2012-01-30
1
-181
/
+181
*
softpipe: route correct coordinates for shadow cube sampling.
Dave Airlie
2012-01-11
1
-1
/
+2
*
softpipe: fix texel fetch swizzles
Dave Airlie
2012-01-11
1
-26
/
+43
*
softpipe: fix shadow 2d texture array sampling
Dave Airlie
2011-12-19
1
-5
/
+12
*
softpipe: fix depth sampling for linear vs nearest.
Dave Airlie
2011-12-19
1
-7
/
+16
*
gallium: move border color to be a color union
Dave Airlie
2011-09-27
1
-4
/
+4
*
softpipe: Use memory allocation macros.
José Fonseca
2011-09-25
1
-1
/
+1
*
tgsi: add support for texture offsets to the TGSI IR. (v2)
Dave Airlie
2011-09-02
1
-5
/
+12
*
softpipe: add const qualifier to silence warnings
Brian Paul
2011-08-25
1
-1
/
+1
*
softpipe: implement TXF support via get_texel callback
Dave Airlie
2011-08-25
1
-0
/
+69
[next]