index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
svga
/
svga_context.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
svga: Performance fixes
Neha Bhende
2020-06-05
1
-1
/
+19
*
svga: Add GL4.1(compatibility profile) support in svga driver
Neha Bhende
2020-06-05
1
-44
/
+219
*
gallium: change comments to remove 'state tracker'
Marek Olšák
2020-05-13
1
-2
/
+2
*
gallium: rename 'state tracker' to 'frontend'
Marek Olšák
2020-05-13
1
-1
/
+1
*
svga: add have_sm4_1 flag, helper function
Brian Paul
2018-09-10
1
-0
/
+6
*
svga: fix PIPE_TEXTURE_RECT/BUFFER const buffer issue
Brian Paul
2018-08-29
1
-2
/
+0
*
svga: add num-commands-per-draw HUD query
Brian Paul
2018-01-17
1
-0
/
+1
*
svga: fix shadow comparison failures
Brian Paul
2017-12-26
1
-1
/
+1
*
util: move os_time.[ch] to src/util
Nicolai Hähnle
2017-11-09
1
-1
/
+1
*
svga: implement MSAA alpha_to_one feature
Brian Paul
2017-07-25
1
-0
/
+1
*
svga: re-validate sampler view at draw time if needed
Charmaine Lee
2017-06-30
1
-0
/
+3
*
svga: add new num-failed-allocations HUD query
Brian Paul
2017-06-16
1
-0
/
+1
*
svga: Support accelerated conditional blitting
Thomas Hellstrom
2017-06-16
1
-0
/
+3
*
gallium: remove pipe_index_buffer and set_index_buffer
Marek Olšák
2017-05-10
1
-1
/
+0
*
svga: Move rendertarget view related fields to hw_clear state
Charmaine Lee
2017-04-26
1
-4
/
+5
*
svga: add the has_backed_views flag
Charmaine Lee
2017-04-07
1
-0
/
+1
*
svga: disable rasterization if rasterizer_discard is set or FS undefined
Charmaine Lee
2017-04-07
1
-0
/
+6
*
svga: s/unsigned/pipe_prim_type/
Brian Paul
2017-03-02
1
-1
/
+1
*
svga: whitespace fixes in svga_context.h
Brian Paul
2017-03-02
1
-10
/
+9
*
svga: move svga_mark_surfaces_dirty() prototype to svga_surface.h
Brian Paul
2016-11-03
1
-10
/
+0
*
svga: Add render_condition boolean flag in struct svga_context
Neha Bhende
2016-11-03
1
-0
/
+2
*
svga: Implement the pipe clear_render_target functionality v2
Thomas Hellstrom
2016-11-03
1
-1
/
+6
*
svga: remove disable_shader debug variable
Brian Paul
2016-09-21
1
-2
/
+0
*
svga: use upload buffer for upload texture.
Charmaine Lee
2016-09-17
1
-0
/
+1
*
svga: split the num-resources-mapped hud to textures & buffers
Charmaine Lee
2016-09-17
1
-2
/
+4
*
svga: change svga hud defines to enums
Charmaine Lee
2016-09-17
1
-22
/
+25
*
svga: reduce unmapping/remapping of the default constant buffer
Brian Paul
2016-09-17
1
-0
/
+7
*
svga: avoid emitting redundant SetShaderResource command
Charmaine Lee
2016-08-26
1
-1
/
+4
*
svga: add a cleanup function to clean up sampler state
Charmaine Lee
2016-08-26
1
-0
/
+1
*
svga: define svga_clear() in svga_init_clear_functions()
Neha Bhende
2016-08-26
1
-9
/
+0
*
svga: add svga_init_clear_functions()
Neha Bhende
2016-08-26
1
-0
/
+1
*
svga: add guest statistic gathering interface
Charmaine Lee
2016-08-26
1
-0
/
+5
*
svga: don't call os_get_time() when not needed by Gallium HUD
Brian Paul
2016-08-16
1
-0
/
+15
*
svga: additional comments for svga_hw_draw_state members
Brian Paul
2016-08-16
1
-4
/
+11
*
svga: avoid emitting redundant DXSetRenderTargets command
Charmaine Lee
2016-07-05
1
-0
/
+4
*
svga: fix vertex buffer references in the hw state
Charmaine Lee
2016-06-23
1
-2
/
+2
*
svga: fix index buffer reference in the hw state
Charmaine Lee
2016-06-23
1
-1
/
+1
*
svga: eliminiate unnecessary constant buffer updates
Charmaine Lee
2016-04-25
1
-0
/
+3
*
svga: separate HUD counters for state objects
Brian Paul
2016-04-25
1
-1
/
+9
*
svga: add a few more resource updates HUD query
Charmaine Lee
2016-03-21
1
-22
/
+30
*
svga: add new num-readbacks HUD query
Charmaine Lee
2016-03-21
1
-7
/
+9
*
svga: add new surface-write-flushes HUD query
Brian Paul
2016-03-07
1
-7
/
+9
*
svga: add new flush-time HUD query
Brian Paul
2016-03-07
1
-7
/
+9
*
svga: add new command-buffer-size HUD query
Brian Paul
2016-03-04
1
-7
/
+9
*
svga: add num-generate-mipmap HUD query
Charmaine Lee
2016-01-14
1
-1
/
+3
*
svga: change svga_hw_view_state::dirty to boolean
Brian Paul
2016-01-05
1
-1
/
+1
*
svga: avoid emitting redundant SetVertexBuffers() commands
Brian Paul
2016-01-05
1
-0
/
+5
*
u_upload_mgr: pass alignment to u_upload_alloc manually
Marek Olšák
2016-01-02
1
-0
/
+2
*
svga: avoid emitting redundant SetSamplers() commands
Brian Paul
2015-12-11
1
-0
/
+3
*
svga: avoid emitting redundant SetIndexBuffer commands
Brian Paul
2015-12-11
1
-0
/
+4
[next]