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
/
auxiliary
/
postprocess
/
pp_mlaa.c
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/auxiliary: Sanitize NULL checks into canonical form
Edward O'Callaghan
2015-12-06
1
-1
/
+1
*
gallium/util: use cso_set_samplers
Marek Olšák
2015-07-23
1
-9
/
+14
*
postprocess: Check for depth buffer in pp_jimenezmlaa
Park, Jeongmin
2015-02-07
1
-0
/
+3
*
gallium: remove PIPE_USAGE_STATIC
Marek Olšák
2014-02-06
1
-2
/
+2
*
gallium: allow choosing which colorbuffers to clear
Marek Olšák
2013-12-12
1
-1
/
+1
*
postprocess: refactor header files, etc
Brian Paul
2013-11-18
1
-0
/
+2
*
postprocess: rename program to pp_program
Brian Paul
2013-11-18
1
-1
/
+1
*
gallium/postprocessing: convert blits to pipe->blit
Marek Olšák
2013-07-30
1
-5
/
+3
*
postprocess: handle partial intialization failures.
Matthew McClure
2013-06-27
1
-34
/
+87
*
cso: add constant buffer save/restore feature for postprocessing
Marek Olšák
2013-03-26
1
-2
/
+2
*
postprocess: silence some MSVC float/int warnings
Brian Paul
2013-03-21
1
-2
/
+2
*
gallium: consolidate CSO sampler and sampler_view functions
Brian Paul
2012-08-03
1
-12
/
+12
*
st/mesa: implement accelerated stencil blitting using shader stencil export
Marek Olšák
2012-07-12
1
-1
/
+1
*
gallium/u_blit: drop not-very-useful wrapper around util_blit_pixels_writemask
Marek Olšák
2012-07-12
1
-1
/
+2
*
gallium: change set_constant_buffer to be UBO-friendly
Marek Olšák
2012-04-30
1
-2
/
+2
*
pp: Reorder calloc to avoid memory leak on error path.
Vinson Lee
2011-11-05
1
-3
/
+4
*
postprocess: Portability fixes.
José Fonseca
2011-09-25
1
-7
/
+9
*
gallium: move clear paths from rgba to a pointer to a color union (v2)
Dave Airlie
2011-09-18
1
-1
/
+1
*
pp: Add Jimenez' MLAA
Lauri Kasanen
2011-08-19
1
-0
/
+304