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
Commit message (
Expand
)
Author
Age
Files
Lines
*
svga: avoid ubinding render targets that have already been unbound
Charmaine Lee
2016-07-15
1
-1
/
+6
*
svga: dump code for GenMips.
Neha Bhende
2016-07-15
1
-0
/
+6
*
svga: handle mismatched number of samplers, sampler views
Brian Paul
2016-07-15
1
-5
/
+10
*
svga: simplify/fix 1D/2D array resource copies
Brian Paul
2016-07-08
1
-26
/
+12
*
svga: remove unused variable
Brian Paul
2016-07-08
1
-1
/
+0
*
svga: add dumping for more device commands
Brian Paul
2016-07-08
1
-155
/
+724
*
svga: silence a couple unused variable warnings
Brian Paul
2016-07-08
2
-1
/
+3
*
svga: rebind using render target surfaces in hw draw state
Charmaine Lee
2016-07-08
1
-6
/
+6
*
svga: invalidate gb surface before it is reused
Charmaine Lee
2016-07-08
3
-9
/
+50
*
svga: fix use of provoking vertex control
Brian Paul
2016-07-08
1
-1
/
+4
*
svga: avoid emitting redundant DXSetRenderTargets command
Charmaine Lee
2016-07-05
2
-18
/
+32
*
svga: use SVGA3D_vgpu10_BufferCopy() for buffer copies
Brian Paul
2016-06-30
1
-4
/
+28
*
svga: add SVGA3D_vgpu10_BufferCopy()
Brian Paul
2016-06-30
2
-0
/
+30
*
svga: flush buffers when mapping for reading
Brian Paul
2016-06-30
1
-13
/
+24
*
svga: enable ARB_copy_image extension in the driver
Neha Bhende
2016-06-30
1
-1
/
+2
*
svga: try blitting with copy region in more cases
Brian Paul
2016-06-30
1
-1
/
+7
*
svga: use copy_region_vgpu10() for region copies when possible
Brian Paul
2016-06-30
1
-4
/
+37
*
svga: use vgpu10 CopyRegion command when possible
Neha Bhende
2016-06-30
1
-2
/
+147
*
svga: set render target flag for snorm surfaces
Brian Paul
2016-06-30
1
-0
/
+10
*
svga: add new svga_format_is_uncompressed_snorm() helper
Brian Paul
2016-06-30
2
-0
/
+24
*
svga: adjust sampler view format for RGBX
Brian Paul
2016-06-30
1
-1
/
+5
*
svga: adjust render target view format for RGBX
Brian Paul
2016-06-30
1
-1
/
+13
*
svga: don't advertise support for R32G32B32_UINT/SINT surface formats
Neha Bhende
2016-06-30
1
-2
/
+2
*
svga: use untyped surface formats in most cases
Brian Paul
2016-06-30
1
-4
/
+7
*
svga: Fix failures caused in fedora 24
Neha Bhende
2016-06-30
3
-6
/
+15
*
svga: force direct map for transfering multiple slices
Charmaine Lee
2016-06-28
1
-15
/
+24
*
svga: whitespace, line wrapping fixes in svga_surface.c
Brian Paul
2016-06-28
1
-11
/
+16
*
gallium: Add a cap for offset_units_unscaled
Axel Davy
2016-06-25
1
-0
/
+1
*
Remove wrongly repeated words in comments
Giuseppe Bilotta
2016-06-23
2
-2
/
+2
*
svga: update some comments in svga_buffer_handle()
Brian Paul
2016-06-23
1
-10
/
+3
*
svga: add a const qualifier in svga_buffer_upload_piecewise()
Brian Paul
2016-06-23
1
-1
/
+1
*
svga: minor code refactor for svga_buffer_upload_command()
Brian Paul
2016-06-23
1
-5
/
+21
*
svga: minor code simplification in svga_context_finish()
Brian Paul
2016-06-23
1
-1
/
+1
*
svga: rename svga_surface_copy() to svga_resource_copy_region()
Brian Paul
2016-06-23
1
-9
/
+9
*
svga: don't copy blit_info into local var
Brian Paul
2016-06-23
1
-11
/
+10
*
svga: fix texture array update regression
Charmaine Lee
2016-06-23
1
-6
/
+27
*
svga: fix index/vertex buffer surface reference at draw
Charmaine Lee
2016-06-23
1
-0
/
+20
*
svga: fix vertex buffer references in the hw state
Charmaine Lee
2016-06-23
4
-27
/
+64
*
svga: fix index buffer reference in the hw state
Charmaine Lee
2016-06-23
3
-6
/
+16
*
gallium: make constant_buffer const
Rob Clark
2016-06-20
1
-1
/
+1
*
gallium: add PIPE_CAP_MAX_WINDOW_RECTANGLES to all drivers
Ilia Mirkin
2016-06-18
1
-0
/
+1
*
gallium: add PIPE_CAP_TGSI_VOTE for when the VOTE ops are allowed
Ilia Mirkin
2016-06-06
1
-0
/
+1
*
svga: print shader linkage info when tgsi debug bit is on
Charmaine Lee
2016-06-06
1
-2
/
+5
*
svga: allow copy box in svga_transfer_dma_band()
Charmaine Lee
2016-06-02
1
-13
/
+20
*
svga: change enum pipe_resource_usage back to unsigned
Brian Paul
2016-05-31
1
-1
/
+1
*
svga: remove unneeded casts in get_query_result_vgpu9() calls
Brian Paul
2016-05-27
1
-2
/
+2
*
svga: use MAYBE_UNUSED to silence release-build warnings
Brian Paul
2016-05-27
1
-7
/
+4
*
util/indices,svga: s/unsigned/enum pipe_prim_type/
Brian Paul
2016-05-26
2
-2
/
+4
*
svga: s/unsigned/enum pipe_resource_usage/ for buffer usage variables
Brian Paul
2016-05-26
3
-3
/
+3
*
svga: s/unsigned/enum pipe_prim_type/ for primitive type variables
Brian Paul
2016-05-26
7
-14
/
+15
[next]