| Commit message (Expand) | Author | Age | Files | Lines |
* | gallium/postprocess: Fix resource freeing | Thomas Hellstrom | 2016-09-01 | 1 | -4/+2 |
* | gallium: split transfer_inline_write into buffer and texture callbacks | Marek Olšák | 2016-07-23 | 1 | -9/+5 |
* | gallium: refactor pipe_shader_state to support multiple IR's | Rob Clark | 2016-05-11 | 1 | -2/+1 |
* | gallium: pause queries for all meta ops | Marek Olšák | 2016-04-12 | 1 | -0/+1 |
* | postprocess: declare sampler views in shaders | Brian Paul | 2016-03-21 | 2 | -0/+9 |
* | postprocess: use new cso_save/restore_state() functions | Brian Paul | 2016-02-16 | 1 | -38/+20 |
* | gallium/auxiliary: Sanitize NULL checks into canonical form | Edward O'Callaghan | 2015-12-06 | 3 | -3/+3 |
* | gallium/util: use cso_set_samplers | Marek Olšák | 2015-07-23 | 2 | -11/+16 |
* | cso: only allow saving and restoring fragment sampler states | Marek Olšák | 2015-07-22 | 1 | -2/+2 |
* | cso: only allow saving and restoring fragment sampler views | Marek Olšák | 2015-07-22 | 1 | -2/+2 |
* | gallium: disable tessellation shaders for meta ops | Marek Olšák | 2015-05-16 | 1 | -0/+6 |
* | gallium/aux: Add needed extern "C" wrappers | Alexander von Gluck IV | 2015-05-15 | 1 | -0/+9 |
* | postprocess: Check for depth buffer in pp_jimenezmlaa | Park, Jeongmin | 2015-02-07 | 1 | -0/+3 |
* | gallium: remove unused pipe_viewport_state::translate[3] and scale[3] | Marek Olšák | 2014-11-16 | 1 | -2/+0 |
* | gallium/util: add a window_space option to the passthrough vertex shader | Marek Olšák | 2014-11-16 | 1 | -1/+1 |
* | mesa/st: add support for ARB_sample_shading | Ilia Mirkin | 2014-04-26 | 1 | -0/+3 |
* | gallium: allow setting of the internal stream output offset | Zack Rusin | 2014-03-07 | 1 | -1/+1 |
* | gallium: remove PIPE_USAGE_STATIC | Marek Olšák | 2014-02-06 | 2 | -3/+3 |
* | gallium: allow choosing which colorbuffers to clear | Marek Olšák | 2013-12-12 | 2 | -2/+2 |
* | postprocess: document the pp_init() function. | Brian Paul | 2013-11-18 | 1 | -1/+8 |
* | postprocess: move #defines to filters.h | Brian Paul | 2013-11-18 | 2 | -3/+4 |
* | postprocess: refactor header files, etc | Brian Paul | 2013-11-18 | 8 | -47/+70 |
* | postprocess: rename program to pp_program | Brian Paul | 2013-11-18 | 8 | -23/+23 |
* | postprocess: simplify pp_free() code | Brian Paul | 2013-11-18 | 1 | -14/+13 |
* | postprocess: Check ppq is null before calling pp_free_bos. | Vinson Lee | 2013-08-05 | 1 | -1/+3 |
* | gallium/postprocessing: convert blits to pipe->blit | Marek Olšák | 2013-07-30 | 5 | -25/+54 |
* | gallium/postprocessing: fix shader parsing | Marek Olšák | 2013-07-30 | 1 | -2/+2 |
* | tgsi: rename the TGSI fragment kill opcodes | Brian Paul | 2013-07-12 | 1 | -3/+3 |
* | postprocess: move second temporary assertion into isolated configuration | Matthew McClure | 2013-07-03 | 1 | -2/+2 |
* | postprocess: handle partial intialization failures. | Matthew McClure | 2013-06-27 | 7 | -95/+281 |
* | gallium: add condition parameter to render_condition | Roland Scheidegger | 2013-06-18 | 1 | -1/+1 |
* | mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability. | Kenneth Graunke | 2013-04-23 | 11 | -11/+11 |
* | gallium: Replace gl_rasterization_rules with lower_left_origin and half_pixel... | José Fonseca | 2013-04-23 | 1 | -1/+2 |
* | cso: add constant buffer save/restore feature for postprocessing | Marek Olšák | 2013-03-26 | 2 | -2/+6 |
* | postprocess: silence some MSVC float/int warnings | Brian Paul | 2013-03-21 | 2 | -4/+4 |
* | gallium: remove pipe_surface::usage | Marek Olšák | 2012-12-12 | 3 | -4/+2 |
* | gallium: manage render condition in cso_context and fix postprocessing w/ it | Marek Olšák | 2012-12-12 | 1 | -0/+3 |
* | gallium/postprocess: share pipe_context and cso_context with the state tracker | Marek Olšák | 2012-11-29 | 4 | -25/+55 |
* | gallium: add start_slot parameter to set_vertex_buffers | Marek Olšák | 2012-10-31 | 1 | -1/+1 |
* | gallium: consolidate CSO sampler and sampler_view functions | Brian Paul | 2012-08-03 | 3 | -16/+16 |
* | st/mesa: implement accelerated stencil blitting using shader stencil export | Marek Olšák | 2012-07-12 | 2 | -2/+2 |
* | gallium/u_blit: drop not-very-useful wrapper around util_blit_pixels_writemask | Marek Olšák | 2012-07-12 | 2 | -2/+4 |
* | gallium: change set_constant_buffer to be UBO-friendly | Marek Olšák | 2012-04-30 | 1 | -2/+2 |
* | gallium/postprocess: document serious issue causing undefined behavior | Marek Olšák | 2012-03-30 | 1 | -0/+4 |
* | gallium/postprocess: move declarations before code | Brian Paul | 2012-02-02 | 1 | -2/+1 |
* | gallium/postprocess: Just to be safe, reference all buffers from outside | Lauri Kasanen | 2012-02-02 | 1 | -0/+10 |
* | gallium/postprocess: Fix depth logic | Lauri Kasanen | 2012-02-02 | 3 | -9/+3 |
* | gallium/postprocess: Proper reference counting of pp_jimenezmlaa depth buffer. | Michel Dänzer | 2012-01-24 | 1 | -1/+2 |
* | Squash-merge branch 'gallium-clip-state' | Marek Olšák | 2012-01-10 | 1 | -0/+1 |
* | gallium: interface changes necessary to implement transform feedback (v5) | Marek Olšák | 2011-12-15 | 1 | -0/+1 |