summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe/sp_state_surface.c
AgeCommit message (Expand)AuthorFilesLines
2016-04-07softpipe: Set samples and layers in set_framebuffer_state() cbEdward O'Callaghan1-0/+2
2014-01-17s/Tungsten Graphics/VMware/José Fonseca1-3/+3
2013-11-07draw,llvmpipe,util: add depth bias calculation for arb_depth_buffer_floatMatthew McClure1-15/+8
2012-09-30softpipe: fix set_framebuffer_state with uninitialized surfaces past nr_cbufs-1Marek Olšák1-3/+5
2010-02-02gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca1-0/+1
2010-01-22Merge branch 'mesa_7_7_branch'Brian Paul1-1/+0
2010-01-20softpipe: Remove unnecessary headers.Vinson Lee1-1/+0
2009-12-26softpipe: Flush draw module before switching framebuffer.José Fonseca1-0/+2
2009-12-03Move pf_get_component_bits() to u_format auxiliary module.Michal Krol1-2/+5
2009-09-27softpipe: Grab a ref when the fb is set.Younes Manton1-2/+2
2009-07-25softpipe: cleanup framebuffer state routine slightlyKeith Whitwell1-40/+10
2009-07-22softpipe: remove backwards dependency from tilecache to softpipeKeith Whitwell1-2/+2
2009-03-04gallium: Remove some superfluous instances of #include "p_inlines.h".Michel Dänzer1-1/+0
2009-01-27gallium: standardize api on the prefix "nr"Zack Rusin1-1/+1
2008-12-11softpipe: Add missing header include.Michal Krol1-0/+2
2008-12-10gallium: added draw_set_mrd() function to fix polygon offsetBrian Paul1-0/+20
2008-03-20gallium: use new framebuffer width, height fieldsBrian1-16/+3
2008-03-19gallium: added fb_width/height fields to softpipe contextBrian Paul1-0/+12
2008-02-18Standardize on using the pipe/ include prefix.José Fonseca1-1/+1
2008-02-15Code reorganization: move files into their places.José Fonseca1-0/+109