aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util/u_framebuffer.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: add support for programmable sample locationsRhys Perry2018-06-141-0/+30
* gallium/util: make util_copy_framebuffer_state(src=NULL) workRob Clark2016-07-061-11/+26
* gallium,utils: Fix trivial sign compare warningsJan Vesely2016-05-031-1/+1
* gallium/util: s/Elements/ARRAY_SIZE/Brian Paul2016-04-281-1/+1
* gallium: Put no.of {samples,layers} into pipe_framebuffer_stateEdward O'Callaghan2016-04-071-0/+30
* gallium/util: fix up inaccurate behavior of util_framebuffer_state_equal (v2)Marek Olšák2016-03-281-5/+5
* gallium/util: easy fixes for NULL colorbuffersMarek Olšák2014-01-131-0/+3
* st/mesa: bind NULL colorbuffers as specified by glDrawBuffersMarek Olšák2014-01-131-0/+21
* gallium/util: implement layered framebuffer clear in u_blitterMarek Olšák2013-12-031-0/+24
* util: set all unused cbufs to NULL in util_copy_framebuffer_state()Brian Paul2013-11-111-1/+2
* auxiliary: fix util_framebuffer_copyLuca Barbieri2010-08-111-2/+4
* util: add util_framebuffer_min_sizeKeith Whitwell2010-06-071-0/+35
* gallium: move framebuffer utility functions into a new fileBrian Paul2010-05-031-0/+111