index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium/radeon: don't use fast color clear if sharing doesn't allow it
Marek Olšák
2016-03-09
1
-0
/
+8
*
gallium/radeon: disallow handle export for MSAA & depth textures
Marek Olšák
2016-03-09
1
-0
/
+7
*
gallium/radeon: remember that texture_from_handle was called and its flags
Marek Olšák
2016-03-09
1
-2
/
+9
*
gallium/radeon: check that handle usage doesn't change for a resource
Marek Olšák
2016-03-09
2
-0
/
+4
*
gallium/radeon: disallow reallocation of shared buffers
Marek Olšák
2016-03-09
1
-0
/
+4
*
gallium/radeon: if we can't discard a whole resource, discard the range instead
Marek Olšák
2016-03-09
1
-5
/
+9
*
gallium/radeon: buffer valid range tracking only works with unshared buffers
Marek Olšák
2016-03-09
1
-0
/
+1
*
gallium/radeon: don't set texture metadata for buffers
Marek Olšák
2016-03-09
1
-2
/
+5
*
gallium/radeon: set texture metadata only once
Marek Olšák
2016-03-09
3
-2
/
+9
*
gallium/radeon: clean up r600_texture_get_handle
Marek Olšák
2016-03-09
1
-7
/
+7
*
gallium/radeon: move code initializing texture metadata to its own function
Marek Olšák
2016-03-09
1
-15
/
+23
*
winsys/amdgpu: allow drivers to set/get opaque metadata
Marek Olšák
2016-03-09
1
-0
/
+10
*
gallium/radeon: rename winsys buffer_get/set_tiling to buffer_get/set_metadata
Marek Olšák
2016-03-09
3
-8
/
+8
*
gallium/radeon: remove rcs parameter from radeon_winsys::buffer_set_tiling
Marek Olšák
2016-03-09
3
-4
/
+2
*
gallium/radeon: use a structure for passing tiling flags from/to winsys
Marek Olšák
2016-03-09
3
-62
/
+62
*
gallium: add external usage flags to resource_from(get)_handle (v2)
Marek Olšák
2016-03-09
18
-35
/
+64
*
radeon/uvd: increase max height to 4096 for VI and newer
Tamil velan
2016-03-08
1
-1
/
+1
*
nvc0: add a new validation path for compute
Samuel Pitoiset
2016-03-09
2
-48
/
+39
*
nvc0: rework the validation path for 3D
Samuel Pitoiset
2016-03-09
4
-16
/
+36
*
nv50,nvc0: make sure to destroy the mutex used for blits
Samuel Pitoiset
2016-03-08
2
-0
/
+2
*
gallium/radeon: don't use temporary buffers for persistent mappings
Marek Olšák
2016-03-08
1
-2
/
+4
*
radeon/uvd: disable MPEG1
Christian König
2016-03-08
1
-0
/
+1
*
gallium/swr: fix issues preventing a 32-bit build
Tim Rowley
2016-03-07
2
-2
/
+1
*
gallium/swr: remove use of UINT64 from swr_fence
Tim Rowley
2016-03-07
1
-2
/
+2
*
gm107/ir: add emission for ATOMS
Samuel Pitoiset
2016-03-07
1
-1
/
+44
*
gm107/ir: add emission for BAR
Samuel Pitoiset
2016-03-07
1
-0
/
+52
*
gk110/ir: add missing src predicate emission for BAR.RED
Samuel Pitoiset
2016-03-07
1
-0
/
+8
*
gk110/ir: allow to emit immediates for BAR
Samuel Pitoiset
2016-03-07
1
-2
/
+21
*
gk110/ir: fix wrong emission of BAR.SYNC
Samuel Pitoiset
2016-03-07
1
-1
/
+0
*
nvc0/ir: make sure that thread count immediate for BAR fit
Samuel Pitoiset
2016-03-07
1
-0
/
+1
*
svga: add new surface-write-flushes HUD query
Brian Paul
2016-03-07
4
-8
/
+23
*
svga: add new flush-time HUD query
Brian Paul
2016-03-07
4
-7
/
+24
*
svga: also dump SVGA3D_BUFFER surfaces in svga_screen_cache_dump()
Brian Paul
2016-03-07
1
-2
/
+8
*
nvc0: reset TFB bufctx when we no longer hold a reference to the buffers
Ilia Mirkin
2016-03-06
2
-2
/
+3
*
nv50/ir: using sampleid/pos shouldn't force per-sample interpolation
Ilia Mirkin
2016-03-05
2
-6
/
+1
*
svga: add new command-buffer-size HUD query
Brian Paul
2016-03-04
4
-7
/
+23
*
svga: add new svga_winsys_context::get_command_buffer_size()
Brian Paul
2016-03-04
1
-0
/
+6
*
svga: reorder SVGA_QUERY_ switch cases to match declaration order
Brian Paul
2016-03-04
1
-9
/
+9
*
svga: Force an RGBA view creation for an RGBA resource
Sinclair Yeh
2016-03-04
1
-1
/
+10
*
svga: fix an error in svga_texture_generate_mipmap
Charmaine Lee
2016-03-04
1
-1
/
+6
*
radeonsi: Do colorformat endian swap for PIPE_USAGE_STAGING
Oded Gabbay
2016-03-03
1
-5
/
+1
*
r600g: Do colorformat endian swap for PIPE_USAGE_STAGING
Oded Gabbay
2016-03-03
2
-17
/
+2
*
mesa/build: add OpenSWR to build
Tim Rowley
2016-03-02
6
-0
/
+427
*
gallium/swr: add OpenSWR rasterizer
Tim Rowley
2016-03-02
88
-0
/
+48234
*
gallium/swr: add OpenSWR driver
Tim Rowley
2016-03-02
23
-0
/
+5718
*
gk110/ir: fix wrong emission of NOT modifier for VOTE
Samuel Pitoiset
2016-03-02
1
-1
/
+1
*
freedreno/ir3: enable shareable shaders
Rob Clark
2016-03-01
5
-8
/
+12
*
freedreno/ir3: pass ctx to constant-emit code
Rob Clark
2016-03-01
4
-25
/
+21
*
freedreno/ir3: add dev ptr to ir3_compiler
Rob Clark
2016-03-01
6
-8
/
+10
*
virgl: add support for passing render condition flags to host.
Dave Airlie
2016-03-01
2
-1
/
+5
[next]