summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/svga/svga_state_framebuffer.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-03svga: tweak pre-VGPU10 rasterization offsetsBrian Paul1-17/+7
2017-07-07svga: adjust line subpixel position for HWv8Brian Paul1-1/+1
2017-04-26svga: Move rendertarget view related fields to hw_clear stateCharmaine Lee1-7/+7
2017-04-26svga: Move setting the rendered_to flags to framebuffer emit timeCharmaine Lee1-2/+28
2017-04-07svga: remove redundant surface propagationCharmaine Lee1-0/+8
2017-04-07svga: add a reset flag to svga_propagate_surface()Charmaine Lee1-2/+4
2017-04-07svga: add the has_backed_views flagCharmaine Lee1-0/+6
2017-03-02svga: fix crash regression since e027935a795Brian Paul1-2/+2
2017-03-02svga: s/unsigned/pipe_prim_type/Brian Paul1-0/+3
2016-07-15svga: avoid ubinding render targets that have already been unboundCharmaine Lee1-1/+6
2016-07-08svga: remove unused variableBrian Paul1-1/+0
2016-07-08svga: rebind using render target surfaces in hw draw stateCharmaine Lee1-6/+6
2016-07-05svga: avoid emitting redundant DXSetRenderTargets commandCharmaine Lee1-18/+28
2015-12-06gallium/drivers: Sanitize NULL checks into canonical formEdward O'Callaghan1-1/+1
2015-09-02svga: update driver for version 10 GPU interfaceBrian Paul1-52/+288
2014-02-14svga: adjust adjustment for point coordinatesBrian Paul1-1/+4
2014-01-23svga: whitespace, formatting fixes in svga_state_framebuffer.cBrian Paul1-31/+26
2013-11-11svga: improve loops over color buffersBrian Paul1-2/+5
2013-11-11svga: document magic number of 8 render targets per batchBrian Paul1-1/+13
2013-04-23gallium: Replace gl_rasterization_rules with lower_left_origin and half_pixel...José Fonseca1-1/+1
2012-10-16svga: silence MSVC double/float assignment warningsBrian Paul1-23/+23
2012-05-19svga: return PIPE_OK instead of 0Brian Paul1-3/+3
2012-05-15svga: fix FBO / viewport bugsBrian Paul1-7/+24
2012-01-12svga: Fix user clip planes.José Fonseca1-1/+1
2012-01-10Squash-merge branch 'gallium-clip-state'Marek Olšák1-1/+1
2011-11-02svga: Update state prototypes to return pipe_error.José Fonseca1-8/+12
2011-10-11gallium: rename ZS stencil type to UINT (v2)Dave Airlie1-2/+2
2011-04-27svga: emit user-defined clip plane stateBrian Paul1-3/+20
2011-04-12svga: Rebind framebuffer and tss bindings strictly when necessary.José Fonseca1-3/+7
2011-04-07svga: another tweak to adjust_x term (use -0.5)Brian Paul1-1/+1
2011-03-24svga: adjust triangle rasterization offsetBrian Paul1-1/+1
2011-02-24svga: Ensure rendertargets and textures are always rebound at every command b...José Fonseca1-0/+49
2010-08-30svga: Re-emit bound rendertargets and texture samplers at the beginning of ev...José Fonseca1-5/+10
2010-03-30gallium: adapt all code to the renamed depth/stencil formatsRoland Scheidegger1-1/+1
2010-03-02Merge branch 'gallium-format-cleanup'José Fonseca1-1/+1
2010-03-02svga: Rename pipe formats.José Fonseca1-1/+1
2010-02-22gallium: Remove bypass_vs_clip_and_viewport from rasteriser state.Michal Krol1-153/+132
2010-02-02gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca1-1/+1
2010-01-21svga: Remove unnecessary headers.Vinson Lee1-2/+0
2009-11-27svga: flush our command buffer after the 8th distinct render targetKeith Whitwell1-0/+3
2009-11-17svga: Add svga driverJakob Bornecrantz1-0/+455