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_surface.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-11-03
svga: invalidate new surface before it is bound to a render target view
Charmaine Lee
1
-1
/
+21
2016-11-03
svga: create BGRX render target view for BGRX_UNORM surface
Charmaine Lee
1
-1
/
+2
2016-09-23
svga: eliminate unneeded gotos in svga_validate_surface_view()
Brian Paul
1
-7
/
+4
2016-09-21
svga: minor simplification in svga_validate_surface_view()
Brian Paul
1
-3
/
+2
2016-09-17
svga: single sample surface can be created as non-multisamples surface
Charmaine Lee
1
-1
/
+3
2016-09-17
svga: Add function svga_resource_type()
Neha Bhende
1
-19
/
+1
2016-08-29
svga: fix a texture readback bug
Brian Paul
1
-6
/
+10
2016-08-29
svga: move surface propagation code into new function
Brian Paul
1
-0
/
+22
2016-08-29
svga: s/unsigned/enum pipe_shader_type/
Brian Paul
1
-1
/
+1
2016-08-26
svga: move some code in svga_propagate_surface()
Brian Paul
1
-18
/
+19
2016-08-26
svga: remove local variable in create_backed_surface_view()
Brian Paul
1
-7
/
+4
2016-08-26
svga: add guest statistic gathering interface
Charmaine Lee
1
-6
/
+40
2016-08-16
svga: remove unused var in svga_mark_surfaces_dirty()
Brian Paul
1
-1
/
+0
2016-08-16
svga: reduce looping in svga_mark_surfaces_dirty()
Brian Paul
1
-1
/
+1
2016-06-30
svga: adjust render target view format for RGBX
Brian Paul
1
-1
/
+13
2016-06-28
svga: whitespace, line wrapping fixes in svga_surface.c
Brian Paul
1
-11
/
+16
2015-12-06
gallium/drivers: Sanitize NULL checks into canonical form
Edward O'Callaghan
1
-1
/
+1
2015-10-16
svga: add new GALLIUM_HUD queries
Neha Bhende
1
-0
/
+4
2015-09-07
svga: Fix surface view error handling
Thomas Hellstrom
1
-22
/
+26
2015-09-02
svga: increment texture age when surface is to be marked as dirty
Charmaine Lee
1
-7
/
+6
2015-09-02
svga: fix backed surface view regression
Charmaine Lee
1
-5
/
+9
2015-09-02
svga: update driver for version 10 GPU interface
Brian Paul
1
-66
/
+353
2014-08-14
svga: remove some unneeded INLINE qualifiers
Brian Paul
1
-1
/
+1
2014-07-29
svga: remove unneeded depth==1 assertion in svga_texture_view_surface()
Brian Paul
1
-1
/
+0
2014-02-14
svga: track which textures are rendered to
Brian Paul
1
-8
/
+9
2013-11-11
svga: improve loops over color buffers
Brian Paul
1
-1
/
+2
2013-06-25
svga: fix layer/level mix-up in svga_mark_surface_dirty()
Brian Paul
1
-1
/
+1
2012-12-12
gallium: remove pipe_surface::usage
Marek Olšák
1
-1
/
+0
2012-12-12
svga: stop using pipe_surface::usage
Marek Olšák
1
-15
/
+7
2012-06-18
svga: fix synchronization bug between sampler views and surfaces
Brian Paul
1
-0
/
+5
2012-06-14
svga: make svga_surface_needs_propagation() surface const
Brian Paul
1
-2
/
+2
2011-09-23
svga: indentation/formatting fixes
Brian Paul
1
-16
/
+16
2011-09-23
svga: Cleanup format capability checking.
José Fonseca
1
-2
/
+2
2011-09-23
svga: Don't use the new depth formats for surfaces that will never be sampled...
José Fonseca
1
-3
/
+3
2011-09-23
svga: Expose the new depth formats
Jakob Bornecrantz
1
-3
/
+4
2011-02-18
svga: Fix NULL dereference.
José Fonseca
1
-4
/
+5
2011-02-18
svga: Ensure pending drawing commands other surface operations are emitted be...
José Fonseca
1
-2
/
+2
2011-02-14
svga: Set the appropriate flags when creating sampler/surface views.
José Fonseca
1
-4
/
+15
2010-12-02
gallium: support for array textures and related changes
Roland Scheidegger
1
-34
/
+64
2010-05-04
svga: Remove unnecessary header.
Vinson Lee
1
-1
/
+0
2010-05-03
svga: Remove the screen private context.
José Fonseca
1
-32
/
+11
2010-04-11
svga: Remove unnecessary headers.
Vinson Lee
1
-2
/
+0
2010-04-10
Squashed commit of the following:
Keith Whitwell
1
-0
/
+383