summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/postprocess/pp_program.c
Commit message (Expand)AuthorAgeFilesLines
* gallium/util: add a window_space option to the passthrough vertex shaderMarek Olšák2014-11-161-1/+1
* gallium: remove PIPE_USAGE_STATICMarek Olšák2014-02-061-1/+1
* postprocess: refactor header files, etcBrian Paul2013-11-181-0/+2
* postprocess: rename program to pp_programBrian Paul2013-11-181-3/+3
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-231-1/+1
* gallium: Replace gl_rasterization_rules with lower_left_origin and half_pixel...José Fonseca2013-04-231-1/+2
* gallium: remove pipe_surface::usageMarek Olšák2012-12-121-1/+0
* gallium/postprocess: share pipe_context and cso_context with the state trackerMarek Olšák2012-11-291-13/+7
* gallium/postprocess: document serious issue causing undefined behaviorMarek Olšák2012-03-301-0/+4
* Squash-merge branch 'gallium-clip-state'Marek Olšák2012-01-101-0/+1
* pp: Fix memory leak on error path.Vinson Lee2011-10-251-1/+2
* postprocess: Portability fixes.José Fonseca2011-09-251-1/+2
* pp: initialize the sample maskChristoph Bumiller2011-08-261-0/+2
* pp/main queue: Add pp_program.[ch]Lauri Kasanen2011-08-191-0/+137