aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/svga/svga_context.h
Commit message (Expand)AuthorAgeFilesLines
* svga: Performance fixesNeha Bhende2020-06-051-1/+19
* svga: Add GL4.1(compatibility profile) support in svga driverNeha Bhende2020-06-051-44/+219
* gallium: change comments to remove 'state tracker'Marek Olšák2020-05-131-2/+2
* gallium: rename 'state tracker' to 'frontend'Marek Olšák2020-05-131-1/+1
* svga: add have_sm4_1 flag, helper functionBrian Paul2018-09-101-0/+6
* svga: fix PIPE_TEXTURE_RECT/BUFFER const buffer issueBrian Paul2018-08-291-2/+0
* svga: add num-commands-per-draw HUD queryBrian Paul2018-01-171-0/+1
* svga: fix shadow comparison failuresBrian Paul2017-12-261-1/+1
* util: move os_time.[ch] to src/utilNicolai Hähnle2017-11-091-1/+1
* svga: implement MSAA alpha_to_one featureBrian Paul2017-07-251-0/+1
* svga: re-validate sampler view at draw time if neededCharmaine Lee2017-06-301-0/+3
* svga: add new num-failed-allocations HUD queryBrian Paul2017-06-161-0/+1
* svga: Support accelerated conditional blittingThomas Hellstrom2017-06-161-0/+3
* gallium: remove pipe_index_buffer and set_index_bufferMarek Olšák2017-05-101-1/+0
* svga: Move rendertarget view related fields to hw_clear stateCharmaine Lee2017-04-261-4/+5
* svga: add the has_backed_views flagCharmaine Lee2017-04-071-0/+1
* svga: disable rasterization if rasterizer_discard is set or FS undefinedCharmaine Lee2017-04-071-0/+6
* svga: s/unsigned/pipe_prim_type/Brian Paul2017-03-021-1/+1
* svga: whitespace fixes in svga_context.hBrian Paul2017-03-021-10/+9
* svga: move svga_mark_surfaces_dirty() prototype to svga_surface.hBrian Paul2016-11-031-10/+0
* svga: Add render_condition boolean flag in struct svga_contextNeha Bhende2016-11-031-0/+2
* svga: Implement the pipe clear_render_target functionality v2Thomas Hellstrom2016-11-031-1/+6
* svga: remove disable_shader debug variableBrian Paul2016-09-211-2/+0
* svga: use upload buffer for upload texture.Charmaine Lee2016-09-171-0/+1
* svga: split the num-resources-mapped hud to textures & buffersCharmaine Lee2016-09-171-2/+4
* svga: change svga hud defines to enumsCharmaine Lee2016-09-171-22/+25
* svga: reduce unmapping/remapping of the default constant bufferBrian Paul2016-09-171-0/+7
* svga: avoid emitting redundant SetShaderResource commandCharmaine Lee2016-08-261-1/+4
* svga: add a cleanup function to clean up sampler stateCharmaine Lee2016-08-261-0/+1
* svga: define svga_clear() in svga_init_clear_functions()Neha Bhende2016-08-261-9/+0
* svga: add svga_init_clear_functions()Neha Bhende2016-08-261-0/+1
* svga: add guest statistic gathering interfaceCharmaine Lee2016-08-261-0/+5
* svga: don't call os_get_time() when not needed by Gallium HUDBrian Paul2016-08-161-0/+15
* svga: additional comments for svga_hw_draw_state membersBrian Paul2016-08-161-4/+11
* svga: avoid emitting redundant DXSetRenderTargets commandCharmaine Lee2016-07-051-0/+4
* svga: fix vertex buffer references in the hw stateCharmaine Lee2016-06-231-2/+2
* svga: fix index buffer reference in the hw stateCharmaine Lee2016-06-231-1/+1
* svga: eliminiate unnecessary constant buffer updatesCharmaine Lee2016-04-251-0/+3
* svga: separate HUD counters for state objectsBrian Paul2016-04-251-1/+9
* svga: add a few more resource updates HUD queryCharmaine Lee2016-03-211-22/+30
* svga: add new num-readbacks HUD queryCharmaine Lee2016-03-211-7/+9
* svga: add new surface-write-flushes HUD queryBrian Paul2016-03-071-7/+9
* svga: add new flush-time HUD queryBrian Paul2016-03-071-7/+9
* svga: add new command-buffer-size HUD queryBrian Paul2016-03-041-7/+9
* svga: add num-generate-mipmap HUD queryCharmaine Lee2016-01-141-1/+3
* svga: change svga_hw_view_state::dirty to booleanBrian Paul2016-01-051-1/+1
* svga: avoid emitting redundant SetVertexBuffers() commandsBrian Paul2016-01-051-0/+5
* u_upload_mgr: pass alignment to u_upload_alloc manuallyMarek Olšák2016-01-021-0/+2
* svga: avoid emitting redundant SetSamplers() commandsBrian Paul2015-12-111-0/+3
* svga: avoid emitting redundant SetIndexBuffer commandsBrian Paul2015-12-111-0/+4