summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/svga/svga_state_tss.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-29svga: Check rasterization state object before checking poly_stipple_enableNeha Bhende1-1/+1
2017-12-28svga: whitespace, formatting fixes in svga_state_tss.cBrian Paul1-34/+21
2017-06-30svga: re-validate sampler view at draw time if neededCharmaine Lee1-2/+12
2016-11-03svga: add SVGA_NEW_FRAME_BUFFER to svga_hw_tss_binding state atomBrian Paul1-0/+1
2016-08-29svga: s/unsigned/enum pipe_shader_type/Brian Paul1-3/+3
2016-04-25svga: s/Elements/ARRAY_SIZE/Brian Paul1-5/+5
2016-04-12svga: Use STATIC_ASSERT whenever possible.Jose Fonseca1-2/+2
2015-12-06svga: Make use of ARRAY_SIZE macroEdward O'Callaghan1-1/+1
2015-09-10svga: remove useless MAX2() callBrian Paul1-1/+1
2015-09-02svga: update driver for version 10 GPU interfaceBrian Paul1-106/+185
2015-07-21gallium: replace INLINE with inlineIlia Mirkin1-1/+1
2014-04-08svga: replace sampler assertion with conditionalBrian Paul1-1/+1
2014-02-14svga: update svga_winsys interface for GBSBrian Paul1-0/+2
2013-08-26svga: replace 0 with PIPE_OK in a few placesBrian Paul1-1/+1
2013-01-25svga: use pipe_sampler_view_release() in svga_cleanup_tss_binding()Brian Paul1-1/+1
2012-10-16svga: silence some MSVC signed/unsigned comparison warningsBrian Paul1-1/+1
2012-02-29svga: fix max_lod clamping in update_tss_binding()Brian Paul1-2/+2
2012-01-18svga: fix min/max lod clampingBrian Paul1-4/+6
2011-11-02svga: Update state prototypes to return pipe_error.José Fonseca1-3/+3
2011-10-31svga: Fix potential buffer overflow in rs draw state.José Fonseca1-0/+5
2011-04-12svga: Rebind framebuffer and tss bindings strictly when necessary.José Fonseca1-3/+8
2011-02-24svga: Ensure rendertargets and textures are always rebound at every command b...José Fonseca1-9/+69
2010-12-01svga: Silence debug printf.José Fonseca1-1/+0
2010-08-30svga: Re-emit bound rendertargets and texture samplers at the beginning of ev...José Fonseca1-3/+11
2010-08-22svga: Do not shortcut NULL surface relocations with SVGA3D_INVALID_ID.José Fonseca1-5/+8
2010-04-10Squashed commit of the following:Keith Whitwell1-5/+5
2010-02-19gallium: WIP: Introduce sampler views.Michal Krol1-10/+12
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-17svga: Add svga driverJakob Bornecrantz1-0/+279