summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/vl/vl_matrix_filter.c
Commit message (Expand)AuthorAgeFilesLines
* vl: Fix trivial sign compare warningsJan Vesely2016-06-131-1/+1
* gallium: use PIPE_SHADER_* everywhere, remove TGSI_PROCESSOR_*Marek Olšák2016-04-221-2/+2
* gallium: remove unused pipe_viewport_state::translate[3] and scale[3]Marek Olšák2014-11-161-1/+0
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-1/+1
* gallium: new, unified pipe_context::set_sampler_views() functionBrian Paul2013-10-231-1/+2
* vl: remove old bind_fragment_sampler_states() callsBrian Paul2013-10-031-6/+2
* vl: use pipe_context::bind_sampler_states() if non-nullBrian Paul2013-10-031-1/+6
* gallium: Add support for multiple viewportsZack Rusin2013-05-251-1/+1
* gallium: Replace gl_rasterization_rules with lower_left_origin and half_pixel...José Fonseca2013-04-231-1/+2
* gallium: add start_slot parameter to set_vertex_buffersMarek Olšák2012-10-311-1/+1
* vl: fix shader in/out numberingChristian König2012-03-031-2/+2
* vl: adjust matrix and median filter to removal of PIPE_SHADER_CAP_OUTPUT_READChristian König2012-02-271-3/+7
* vl: add a matrix/convolution filterChristian König2012-02-101-0/+314