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
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium/radeon: fix VDPAU breakage, need VRAM with WC
Marek Olšák
2017-07-05
1
-1
/
+2
*
a5xx: enable polygon offset clamps
Ilia Mirkin
2017-07-04
1
-1
/
+3
*
a5xx: implement logicop support
Ilia Mirkin
2017-07-04
3
-7
/
+13
*
a5xx: enable polygon mode selection
Ilia Mirkin
2017-07-04
4
-7
/
+24
*
a5xx: disable ARB_depth_clamp for now
Ilia Mirkin
2017-07-04
1
-1
/
+3
*
a5xx: fix clip_halfz support
Ilia Mirkin
2017-07-04
3
-4
/
+7
*
a5xx: improve 3d texture sampling
Ilia Mirkin
2017-07-04
1
-3
/
+0
*
a5xx: remove one of the MIPFILTER_LINEAR bits
Ilia Mirkin
2017-07-04
1
-1
/
+0
*
a5xx: enable formats newly added to the headers
Ilia Mirkin
2017-07-04
1
-69
/
+69
*
a5xx: include color swap when decoding vertices
Ilia Mirkin
2017-07-04
1
-0
/
+1
*
a5xx: update headers
Ilia Mirkin
2017-07-04
1
-10
/
+47
*
gallium/radeon: attempt to fix a compiler failure in radeon_winsys.h
Marek Olšák
2017-07-04
1
-1
/
+1
*
winsys/amdgpu: use 128KB BOs for suballocations of up to 64KB BOs
Marek Olšák
2017-07-04
2
-3
/
+5
*
gallium/radeon: allow suballocating textures
Marek Olšák
2017-07-04
2
-1
/
+15
*
gallium/radeon: generalize the function for in-place texture reallocation
Marek Olšák
2017-07-04
1
-21
/
+43
*
gallium/radeon: add radeon_winsys::buffer_is_suballocated
Marek Olšák
2017-07-04
3
-0
/
+17
*
gallium/radeon: clean up pb_cache bucket/usage determination
Marek Olšák
2017-07-04
3
-32
/
+30
*
gallium/radeon: enable suballocations for VRAM with no CPU access
Marek Olšák
2017-07-04
4
-4
/
+21
*
gallium/radeon: clean up (domain, flags) <-> (slab heap) translations
Marek Olšák
2017-07-04
5
-74
/
+79
*
gallium/radeon: remove RADEON_FLAG_CPU_ACCESS
Marek Olšák
2017-07-04
5
-25
/
+6
*
gallium/radeon: disallow exports of sparse and suballocated BOs
Marek Olšák
2017-07-04
2
-8
/
+6
*
gallium/radeon: clean up r600_texture_get_handle
Marek Olšák
2017-07-04
1
-24
/
+23
*
gallium/radeon: rename RADEON_FLAG_HANDLE -> RADEON_FLAG_NO_SUBALLOC
Marek Olšák
2017-07-04
6
-9
/
+9
*
gallium/radeon: fix a possible crash for buffer exports
Marek Olšák
2017-07-04
1
-9
/
+15
*
gallium/radeon: ignore PIPE_BIND_SHARED for buffers
Marek Olšák
2017-07-04
1
-2
/
+0
*
radeonsi: add a HUD query for getting an average GFX BO list size
Marek Olšák
2017-07-04
7
-0
/
+27
*
vc4: automake: include vc4_cl_dump.h in
Juan A. Suarez Romero
2017-07-04
1
-0
/
+1
*
svga: don't call svga_texture_device_format_has_alpha() for PIPE_BUFFER
Brian Paul
2017-07-03
2
-1
/
+5
*
svga: fix texture buffer object regression
Brian Paul
2017-07-03
1
-9
/
+11
*
svga: move assertion in draw_vgpu10()
Brian Paul
2017-07-03
1
-1
/
+1
*
svga: fix buffer binding flags initialization
Brian Paul
2017-07-03
1
-0
/
+6
*
winsys/radeon: only call pb_slabs_reclaim when slabs are actually used
Nicolai Hähnle
2017-07-03
1
-1
/
+2
*
swr: Limit memory held by defer deleted resources.
Bruce Cherniak
2017-07-02
1
-0
/
+6
*
svga: add texture size/levels sanity check code in svga_texture_create()
Brian Paul
2017-06-30
1
-0
/
+33
*
gallium/docs: document that TXF is used with PIPE_BUFFER resources
Brian Paul
2017-06-30
1
-1
/
+2
*
gallium/docs: clarify that samplers are not used with PIPE_BUFFER resources
Brian Paul
2017-06-30
1
-0
/
+8
*
vc4: Start using XML unpack functions in CL dump.
Eric Anholt
2017-06-30
5
-19
/
+67
*
vc4: Replace a couple of magic numbers with #define usage.
Eric Anholt
2017-06-30
1
-2
/
+2
*
vc4: Move rasterizer state packing to CSO creation time.
Eric Anholt
2017-06-30
4
-29
/
+25
*
vc4: Convert the driver to emitting the shader record using pack macros.
Eric Anholt
2017-06-30
3
-54
/
+92
*
vc4: Simplify pack header usage
Eric Anholt
2017-06-30
4
-35
/
+28
*
vc4: Start using the pack header.
Eric Anholt
2017-06-30
4
-51
/
+130
*
vc4: Introduce XML-based packet header generation like Intel's.
Eric Anholt
2017-06-30
1
-1
/
+4
*
swr: Minor cleanup of variable usage, no functional change.
Bruce Cherniak
2017-06-30
1
-2
/
+2
*
swr: use swr_query_result type instead of void
Tim Rowley
2017-06-30
2
-3
/
+3
*
swr/rast: increase number of possible draws in flight
Tim Rowley
2017-06-30
1
-1
/
+1
*
swr/rast: move default split size from driver to rasterizer
Tim Rowley
2017-06-30
2
-5
/
+1
*
swr/rast: Fix missing setup of psContext.pColorBuffer
Tim Rowley
2017-06-30
2
-16
/
+14
*
swr/rast: Switch intrinsic usage to SIMDLib
Tim Rowley
2017-06-30
30
-2679
/
+6222
*
swr/rast: Fix unused variable warnings
Tim Rowley
2017-06-30
1
-6
/
+0
[next]