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
*
util: Move gallium's PIPE_FORMAT utils to /util/format/
Eric Anholt
2019-11-14
1
-1
/
+1
*
softpipe: Fix cube arrays layer selection
Gert Wollny
2019-07-29
1
-8
/
+8
*
softpipe: Clamp border colors when needed
Gert Wollny
2019-07-18
1
-14
/
+30
*
softpipe: set a lower minimum clamp value for texture coordinate border clamp
Gert Wollny
2019-07-18
1
-1
/
+1
*
softpipe: Correct repeat-mirror evaluation
Gert Wollny
2019-07-18
1
-5
/
+19
*
softpipe: Remove unused static function
Gert Wollny
2019-07-17
1
-9
/
+0
*
softpipe: evaluate cube the faces on a per sample bases
Gert Wollny
2019-05-01
1
-24
/
+16
*
softpipe: keep input lod for explicite derivatives
Gert Wollny
2019-05-01
1
-2
/
+4
*
softpipe: tie in new code path for lod evaluation
Gert Wollny
2019-05-01
1
-45
/
+21
*
softpipe: Move selection of shadow values up and clean parameter list
Gert Wollny
2019-05-01
1
-29
/
+43
*
softpipe: Pipe gather_comp through from st_tgsi_get_samples
Gert Wollny
2019-05-01
1
-5
/
+17
*
softpipe: Prepare handling explicit gradients
Gert Wollny
2019-05-01
1
-0
/
+33
*
softpipe: Factor gradient evaluation out of the lambda evaluation
Gert Wollny
2019-05-01
1
-19
/
+119
*
softpipe: Add an extra code path for the buffer texel lookup
Gert Wollny
2019-04-09
1
-1
/
+16
*
softpipe: Don't use mag filter for gather op
Gert Wollny
2019-04-09
1
-3
/
+3
*
softpipe: Use mag texture filter also for clamped lod == 0
Gert Wollny
2019-04-05
1
-3
/
+3
*
softpipe: fix integer texture swizzling for 1 vs 1.0f
Dave Airlie
2019-03-22
1
-4
/
+5
*
softpipe: remove unused get_texel_quad_2d()
Samuel Pitoiset
2017-04-13
1
-17
/
+0
*
softpipe: s/unsigned/enum pipe_shader_type/
Brian Paul
2017-03-08
1
-1
/
+2
*
gallium: change pipe_sampler_view::first_element/last_element -> offset/size
Marek Olšák
2016-08-17
1
-4
/
+9
*
gallium: merge PIPE_SWIZZLE_* and UTIL_FORMAT_SWIZZLE_*
Marek Olšák
2016-04-22
1
-15
/
+15
*
softpipe: fix misleading TGSI_QUAD_SIZE usage
Roland Scheidegger
2016-03-15
1
-24
/
+29
*
softpipe: fix anisotropic filtering crash
Roland Scheidegger
2016-03-15
1
-2
/
+7
*
softpipe: fix using non-zero layer in non-array view from array resource
Roland Scheidegger
2015-10-24
1
-5
/
+27
*
softpipe: Change faces type to uint
Krzesimir Nowak
2015-09-13
1
-5
/
+5
*
softpipe: Constify variables
Krzesimir Nowak
2015-09-11
1
-242
/
+199
*
softpipe: Constify sp_tgsi_sampler
Krzesimir Nowak
2015-09-11
1
-12
/
+23
*
softpipe: Constify sampler and view parameters in mip filters
Krzesimir Nowak
2015-09-11
1
-16
/
+16
*
softpipe: Constify sampler and view parameters in img filters
Krzesimir Nowak
2015-09-11
1
-34
/
+34
*
tgsi, softpipe: Constify tgsi_sampler in query_lod vfunc
Krzesimir Nowak
2015-09-11
1
-1
/
+1
*
softpipe: Constify some sampler and view parameters
Krzesimir Nowak
2015-09-11
1
-25
/
+26
*
softpipe: Move the faces array from view to filter_args
Krzesimir Nowak
2015-09-11
1
-14
/
+22
*
tgsi,softpipe: capitalize the tgsi_sampler_control enum values
Brian Paul
2015-09-11
1
-24
/
+24
*
softpipe: Implement and enable textureQueryLod
Krzesimir Nowak
2015-09-10
1
-1
/
+54
*
softpipe: Add functions for computing relative mipmap level
Krzesimir Nowak
2015-09-10
1
-0
/
+113
*
softpipe: Split 3D to 2D coords conversion into separate function
Krzesimir Nowak
2015-09-10
1
-37
/
+44
*
softpipe: Split code getting a filter into separate function
Krzesimir Nowak
2015-09-10
1
-17
/
+41
*
softpipe: Put mip_filter_func inside a struct
Krzesimir Nowak
2015-09-10
1
-11
/
+34
*
softpipe: Split compute_lambda_lod into two functions
Krzesimir Nowak
2015-09-10
1
-17
/
+40
*
softpipe: Fix textureLod with nonzero GL_TEXTURE_LOD_BIAS value
Krzesimir Nowak
2015-09-10
1
-1
/
+1
*
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
[next]