index
:
~nh/mesa
ARB_enhanced_layouts
ARB_gpu_shader_int64
ARB_sparse_buffer
ac_surface
addrtool
arb_bindless_texture
arb_transform_feedback_overflow_query
arrays
buffer-suballoc
cubemaps
ddiv
debug-dma
descriptors
driconf
fences-threads-ddebug
first-image
ibs
images-radeonsi
khronos-update
ldexp
merged-shader-io-bitfields
nir
nir-v2
out-of-order
pbo-download
pbo-upload
pub-invalidate
query
query-buffer-object
r300-compiler
r300g-glsl
readpixels
shader-state
si_shader_mem
ssbo
tgsi-const-2d
tmp
ubsan
user_stride
user_stride-v2
wip
nh's Mesa repository; mostly radeonsi related development
nh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
svga
/
svga_context.h
Age
Commit message (
Expand
)
Author
Files
Lines
2016-11-03
svga: move svga_mark_surfaces_dirty() prototype to svga_surface.h
Brian Paul
1
-10
/
+0
2016-11-03
svga: Add render_condition boolean flag in struct svga_context
Neha Bhende
1
-0
/
+2
2016-11-03
svga: Implement the pipe clear_render_target functionality v2
Thomas Hellstrom
1
-1
/
+6
2016-09-21
svga: remove disable_shader debug variable
Brian Paul
1
-2
/
+0
2016-09-17
svga: use upload buffer for upload texture.
Charmaine Lee
1
-0
/
+1
2016-09-17
svga: split the num-resources-mapped hud to textures & buffers
Charmaine Lee
1
-2
/
+4
2016-09-17
svga: change svga hud defines to enums
Charmaine Lee
1
-22
/
+25
2016-09-17
svga: reduce unmapping/remapping of the default constant buffer
Brian Paul
1
-0
/
+7
2016-08-26
svga: avoid emitting redundant SetShaderResource command
Charmaine Lee
1
-1
/
+4
2016-08-26
svga: add a cleanup function to clean up sampler state
Charmaine Lee
1
-0
/
+1
2016-08-26
svga: define svga_clear() in svga_init_clear_functions()
Neha Bhende
1
-9
/
+0
2016-08-26
svga: add svga_init_clear_functions()
Neha Bhende
1
-0
/
+1
2016-08-26
svga: add guest statistic gathering interface
Charmaine Lee
1
-0
/
+5
2016-08-16
svga: don't call os_get_time() when not needed by Gallium HUD
Brian Paul
1
-0
/
+15
2016-08-16
svga: additional comments for svga_hw_draw_state members
Brian Paul
1
-4
/
+11
2016-07-05
svga: avoid emitting redundant DXSetRenderTargets command
Charmaine Lee
1
-0
/
+4
2016-06-23
svga: fix vertex buffer references in the hw state
Charmaine Lee
1
-2
/
+2
2016-06-23
svga: fix index buffer reference in the hw state
Charmaine Lee
1
-1
/
+1
2016-04-25
svga: eliminiate unnecessary constant buffer updates
Charmaine Lee
1
-0
/
+3
2016-04-25
svga: separate HUD counters for state objects
Brian Paul
1
-1
/
+9
2016-03-21
svga: add a few more resource updates HUD query
Charmaine Lee
1
-22
/
+30
2016-03-21
svga: add new num-readbacks HUD query
Charmaine Lee
1
-7
/
+9
2016-03-07
svga: add new surface-write-flushes HUD query
Brian Paul
1
-7
/
+9
2016-03-07
svga: add new flush-time HUD query
Brian Paul
1
-7
/
+9
2016-03-04
svga: add new command-buffer-size HUD query
Brian Paul
1
-7
/
+9
2016-01-14
svga: add num-generate-mipmap HUD query
Charmaine Lee
1
-1
/
+3
2016-01-05
svga: change svga_hw_view_state::dirty to boolean
Brian Paul
1
-1
/
+1
2016-01-05
svga: avoid emitting redundant SetVertexBuffers() commands
Brian Paul
1
-0
/
+5
2016-01-02
u_upload_mgr: pass alignment to u_upload_alloc manually
Marek Olšák
1
-0
/
+2
2015-12-11
svga: avoid emitting redundant SetSamplers() commands
Brian Paul
1
-0
/
+3
2015-12-11
svga: avoid emitting redundant SetIndexBuffer commands
Brian Paul
1
-0
/
+4
2015-12-07
svga: use the debug callback to report issues to the state tracker
Brian Paul
1
-0
/
+3
2015-11-20
svga: add num-bytes-uploaded HUD query
Brian Paul
1
-6
/
+9
2015-10-16
svga: add new GALLIUM_HUD queries
Neha Bhende
1
-7
/
+27
2015-09-02
svga: update driver for version 10 GPU interface
Brian Paul
1
-66
/
+184
2015-08-26
gallium: add flags parameter to pipe_screen::context_create
Marek Olšák
1
-1
/
+1
2015-07-21
gallium: replace INLINE with inline
Ilia Mirkin
1
-3
/
+3
2015-05-08
util: Move gallium's linked list to util
Jason Ekstrand
1
-1
/
+1
2014-04-17
svga: compute need_swvfetch in svga_create_vertex_elements_state()
Brian Paul
1
-0
/
+1
2014-04-17
svga: add VS code to set attribute W component to 1
Brian Paul
1
-0
/
+1
2014-04-17
svga: implement support for signed byte vertex attributes
Brian Paul
1
-0
/
+1
2014-04-17
svga: move translated vertex declaration types into svga_velems_state
Brian Paul
1
-2
/
+1
2014-04-17
Revert "svga: add work-around for Sauerbraten Z fighting issue"
Brian Paul
1
-5
/
+0
2014-03-26
svga: add work-around for Sauerbraten Z fighting issue
Brian Paul
1
-0
/
+5
2014-02-14
svga: update shader code for GBS
Brian Paul
1
-0
/
+2
2014-02-14
svga: update constant buffer code for GBS
Brian Paul
1
-1
/
+6
2014-02-14
svga: add svga_have_gb_objects/dma() functions
Brian Paul
1
-0
/
+14
2014-02-03
svga: refactor some shader code
Brian Paul
1
-2
/
+1
2014-01-23
svga: rename shader_result -> variant
Brian Paul
1
-6
/
+9
2013-12-11
svga: expose HW smooth/stipple/wide lines
Brian Paul
1
-0
/
+1
[next]