summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe/lp_state_sampler.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: Use enum pipe_shader_type in set_sampler_views()Kai Wasserbäch2016-08-291-1/+1
* gallium: Use enum pipe_shader_type in bind_sampler_states() (v2)Kai Wasserbäch2016-08-291-1/+1
* gallium: change pipe_sampler_view::first_element/last_element -> offset/sizeMarek Olšák2016-08-171-5/+3
* llvmpipe: hack-fix bugs due to bogus bind flagsRoland Scheidegger2016-06-141-3/+5
* llvmpipe: s/Elements/ARRAY_SIZE/Brian Paul2016-04-271-2/+2
* llvmpipe: warn about illegal use of objects in different contextsRoland Scheidegger2016-01-211-0/+9
* llvmpipe: ditch additional ref counting for vertex/geometry sampler viewsRoland Scheidegger2016-01-151-35/+12
* llvmpipe: fix using non-zero layer in non-array view from array resourceRoland Scheidegger2015-10-241-4/+4
* llvmpipe: enable ARB_texture_viewRoland Scheidegger2015-05-131-4/+36
* softpipe: handle vertex texture sampling when using llvm for drawRoland Scheidegger2014-08-301-1/+1
* llvmpipe: implement support for cube map arraysRoland Scheidegger2014-08-051-1/+5
* llvmpipe: get rid of llvmpipe_get_texture_image_allRoland Scheidegger2014-07-021-17/+3
* llvmpipe: get rid of linear_img structRoland Scheidegger2014-07-021-1/+1
* llvmpipe: (trivial) rename linear_mip_offsets to mip_offsetsRoland Scheidegger2014-07-021-1/+1
* llvmpipe: remove no-op checks in sampler, sampler_view functionsBrian Paul2014-04-031-14/+0
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* llvmpipe: use pipe_sampler_view_release() to avoid segfaultJonathan Liu2013-12-221-0/+6
* gallium: new, unified pipe_context::set_sampler_views() functionBrian Paul2013-10-231-29/+1
* llvmpipe: remove old bind_*_sampler_states() functionsBrian Paul2013-10-031-26/+0
* llvmpipe: implement pipe_context::bind_sampler_states()Brian Paul2013-10-031-0/+1
* llvmpipe: get rid of tiled/linear layout remainsRoland Scheidegger2013-05-291-4/+2
* llvmpipe: fix bogus handling of first_layer when setting up texture samplingRoland Scheidegger2013-05-181-2/+4
* llvmpipe/draw: Fix texture sampling in geometry shadersZack Rusin2013-03-271-9/+45
* llvmpipe: don't assert on illegal surface creation.Roland Scheidegger2013-03-021-3/+2
* llvmpipe: check buffers in llvmpipe_is_resource_referenced.Roland Scheidegger2013-02-281-0/+7
* llvmpipe: support GL_ARB_texture_buffer_object/GL_ARB_texture_buffer_rangeRoland Scheidegger2013-02-251-27/+57
* gallivm: split sampler and texture stateRoland Scheidegger2013-01-281-3/+3
* llvmpipe: support array texturesRoland Scheidegger2012-11-291-1/+9
* gallivm,draw,llvmpipe: use base ptr + mip offsets instead of mip pointersRoland Scheidegger2012-11-121-7/+23
* llvmpipe: add 'start' parameter to bind_sampler_states/views()Brian Paul2012-08-161-22/+45
* gallium: remove PIPE_MAX_VERTEX/GEOMETRY_SAMPLERS #defineBrian Paul2012-08-161-2/+2
* gallium: add a shader stage/type param to some draw functionsBrian Paul2012-08-161-12/+9
* llvmpipe: consolidate the sampler and sampler view setting codeBrian Paul2012-08-061-68/+56
* llvmpipe: combine vertex/fragment sampler state into an arrayBrian Paul2012-08-061-22/+22
* llvmpipe: Take the sampler view's first_level into account when sampling.Fabian Bieler2011-04-081-2/+2
* draw/llvmpipe: replace DRAW_MAX_TEXTURE_LEVELS with PIPE_MAX_TEXTURE_LEVELSBrian Paul2010-10-121-3/+3
* llvmpipe: add LP_PERF flag to disable various aspects of rasterizationKeith Whitwell2010-09-161-1/+17
* llvmpipe: disconnect vertex texture sampling from the setupZack Rusin2010-07-061-3/+73
* draw: implement vertex texture sampling using llvmZack Rusin2010-07-061-0/+8
* llvmpipe: make geometry shaders and stream output workZack Rusin2010-06-221-0/+17
* llvmpipe: make sampler-related functions static, clean-up initializationsBrian Paul2010-04-281-9/+21
* Squashed commit of the following:Keith Whitwell2010-04-101-3/+3
* gallium: Check for OOM condition when creating a sampler view.Michal Krol2010-03-111-5/+7
* llvmpipe: Fix after sampler view changes.michal2009-12-101-18/+45
* llvmpipe: Remove unnecessary headers.Vinson Lee2010-02-071-1/+0
* Merge remote branch 'origin/lp-binning'José Fonseca2010-02-051-13/+0
|\
| * Merge remote branch 'origin/master' into lp-binningJosé Fonseca2010-01-081-0/+58
| |\
| * | llvmpipe: Pass state to setup.José Fonseca2009-10-091-10/+0
| * | llvmpipe: remove tex tile cache and related codeKeith Whitwell2009-10-081-2/+0
* | | gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca2010-02-021-0/+1
| |/ |/|