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
/
llvmpipe
/
lp_state_sampler.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
llvmpipe: s/unsigned/enum pipe_shader_type/
Brian Paul
2017-03-08
1
-1
/
+1
*
gallium: Use enum pipe_shader_type in set_sampler_views()
Kai Wasserbäch
2016-08-29
1
-1
/
+1
*
gallium: Use enum pipe_shader_type in bind_sampler_states() (v2)
Kai Wasserbäch
2016-08-29
1
-1
/
+1
*
gallium: change pipe_sampler_view::first_element/last_element -> offset/size
Marek Olšák
2016-08-17
1
-5
/
+3
*
llvmpipe: hack-fix bugs due to bogus bind flags
Roland Scheidegger
2016-06-14
1
-3
/
+5
*
llvmpipe: s/Elements/ARRAY_SIZE/
Brian Paul
2016-04-27
1
-2
/
+2
*
llvmpipe: warn about illegal use of objects in different contexts
Roland Scheidegger
2016-01-21
1
-0
/
+9
*
llvmpipe: ditch additional ref counting for vertex/geometry sampler views
Roland Scheidegger
2016-01-15
1
-35
/
+12
*
llvmpipe: fix using non-zero layer in non-array view from array resource
Roland Scheidegger
2015-10-24
1
-4
/
+4
*
llvmpipe: enable ARB_texture_view
Roland Scheidegger
2015-05-13
1
-4
/
+36
*
softpipe: handle vertex texture sampling when using llvm for draw
Roland Scheidegger
2014-08-30
1
-1
/
+1
*
llvmpipe: implement support for cube map arrays
Roland Scheidegger
2014-08-05
1
-1
/
+5
*
llvmpipe: get rid of llvmpipe_get_texture_image_all
Roland Scheidegger
2014-07-02
1
-17
/
+3
*
llvmpipe: get rid of linear_img struct
Roland Scheidegger
2014-07-02
1
-1
/
+1
*
llvmpipe: (trivial) rename linear_mip_offsets to mip_offsets
Roland Scheidegger
2014-07-02
1
-1
/
+1
*
llvmpipe: remove no-op checks in sampler, sampler_view functions
Brian Paul
2014-04-03
1
-14
/
+0
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
1
-2
/
+2
*
llvmpipe: use pipe_sampler_view_release() to avoid segfault
Jonathan Liu
2013-12-22
1
-0
/
+6
*
gallium: new, unified pipe_context::set_sampler_views() function
Brian Paul
2013-10-23
1
-29
/
+1
*
llvmpipe: remove old bind_*_sampler_states() functions
Brian Paul
2013-10-03
1
-26
/
+0
*
llvmpipe: implement pipe_context::bind_sampler_states()
Brian Paul
2013-10-03
1
-0
/
+1
*
llvmpipe: get rid of tiled/linear layout remains
Roland Scheidegger
2013-05-29
1
-4
/
+2
*
llvmpipe: fix bogus handling of first_layer when setting up texture sampling
Roland Scheidegger
2013-05-18
1
-2
/
+4
*
llvmpipe/draw: Fix texture sampling in geometry shaders
Zack Rusin
2013-03-27
1
-9
/
+45
*
llvmpipe: don't assert on illegal surface creation.
Roland Scheidegger
2013-03-02
1
-3
/
+2
*
llvmpipe: check buffers in llvmpipe_is_resource_referenced.
Roland Scheidegger
2013-02-28
1
-0
/
+7
*
llvmpipe: support GL_ARB_texture_buffer_object/GL_ARB_texture_buffer_range
Roland Scheidegger
2013-02-25
1
-27
/
+57
*
gallivm: split sampler and texture state
Roland Scheidegger
2013-01-28
1
-3
/
+3
*
llvmpipe: support array textures
Roland Scheidegger
2012-11-29
1
-1
/
+9
*
gallivm,draw,llvmpipe: use base ptr + mip offsets instead of mip pointers
Roland Scheidegger
2012-11-12
1
-7
/
+23
*
llvmpipe: add 'start' parameter to bind_sampler_states/views()
Brian Paul
2012-08-16
1
-22
/
+45
*
gallium: remove PIPE_MAX_VERTEX/GEOMETRY_SAMPLERS #define
Brian Paul
2012-08-16
1
-2
/
+2
*
gallium: add a shader stage/type param to some draw functions
Brian Paul
2012-08-16
1
-12
/
+9
*
llvmpipe: consolidate the sampler and sampler view setting code
Brian Paul
2012-08-06
1
-68
/
+56
*
llvmpipe: combine vertex/fragment sampler state into an array
Brian Paul
2012-08-06
1
-22
/
+22
*
llvmpipe: Take the sampler view's first_level into account when sampling.
Fabian Bieler
2011-04-08
1
-2
/
+2
*
draw/llvmpipe: replace DRAW_MAX_TEXTURE_LEVELS with PIPE_MAX_TEXTURE_LEVELS
Brian Paul
2010-10-12
1
-3
/
+3
*
llvmpipe: add LP_PERF flag to disable various aspects of rasterization
Keith Whitwell
2010-09-16
1
-1
/
+17
*
llvmpipe: disconnect vertex texture sampling from the setup
Zack Rusin
2010-07-06
1
-3
/
+73
*
draw: implement vertex texture sampling using llvm
Zack Rusin
2010-07-06
1
-0
/
+8
*
llvmpipe: make geometry shaders and stream output work
Zack Rusin
2010-06-22
1
-0
/
+17
*
llvmpipe: make sampler-related functions static, clean-up initializations
Brian Paul
2010-04-28
1
-9
/
+21
*
Squashed commit of the following:
Keith Whitwell
2010-04-10
1
-3
/
+3
*
gallium: Check for OOM condition when creating a sampler view.
Michal Krol
2010-03-11
1
-5
/
+7
*
llvmpipe: Fix after sampler view changes.
michal
2009-12-10
1
-18
/
+45
*
llvmpipe: Remove unnecessary headers.
Vinson Lee
2010-02-07
1
-1
/
+0
*
Merge remote branch 'origin/lp-binning'
José Fonseca
2010-02-05
1
-13
/
+0
|
\
|
*
Merge remote branch 'origin/master' into lp-binning
José Fonseca
2010-01-08
1
-0
/
+58
|
|
\
|
*
|
llvmpipe: Pass state to setup.
José Fonseca
2009-10-09
1
-10
/
+0
|
*
|
llvmpipe: remove tex tile cache and related code
Keith Whitwell
2009-10-08
1
-2
/
+0
[next]