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
*
nvc0: invalidate textures/samplers on GK104+
Samuel Pitoiset
2016-08-24
2
-12
/
+22
*
vc4: Fix GPU hangs with >16 varying values.
Eric Anholt
2016-08-24
2
-19
/
+68
*
radeonsi: fix VM faults due NULL internal const buffers on CIK
Marek Olšák
2016-08-24
1
-2
/
+11
*
gallium: add a cap to expose whether driver supports mixed color/zs bits
Ilia Mirkin
2016-08-23
15
-0
/
+15
*
nv50/ir: make sure cfg iterator always hits all blocks
Ilia Mirkin
2016-08-23
1
-4
/
+4
*
vc4: Tell state_tracker that we would prefer NIR.
Eric Anholt
2016-08-22
3
-8
/
+31
*
vc4: Use proper type sizes for uniforms.
Eric Anholt
2016-08-22
1
-4
/
+5
*
vc4: Add VARYING_SLOT_PNTC support.
Eric Anholt
2016-08-22
1
-4
/
+5
*
vc4: Fix vc4_nir_lower_io for non-vec4 I/O.
Eric Anholt
2016-08-22
1
-22
/
+12
*
nir: Define system values for vc4's blending-lowering arguments.
Eric Anholt
2016-08-22
4
-46
/
+54
*
llvmpipe: fix issues with depth clamp
Roland Scheidegger
2016-08-20
3
-49
/
+94
*
llvmpipe: fix depth clamping wrt reversed near/far values
Roland Scheidegger
2016-08-20
1
-9
/
+3
*
a4xx: make sure to actually clamp depth as requested
Ilia Mirkin
2016-08-19
2
-2
/
+29
*
a4xx: only disable depth clipping, not all clipping, when requested
Ilia Mirkin
2016-08-19
2
-1
/
+4
*
vc4: Switch store_output to using nir_lower_io_to_scalar / component.
Eric Anholt
2016-08-19
2
-44
/
+16
*
vc4: Use the intrinsic's first_component for vattr VPM index.
Eric Anholt
2016-08-19
2
-7
/
+3
*
vc4: Convert to using nir_lower_io_scalar for FS inputs.
Eric Anholt
2016-08-19
2
-44
/
+62
*
vc4: Switch to using the intrinsic accessors.
Eric Anholt
2016-08-19
3
-23
/
+29
*
ttn: Use nir_load_front_face instead of the TGSI-style input.
Eric Anholt
2016-08-19
2
-60
/
+1
*
ttn: Make FRAG_RESULT_DEPTH be a float variable to match gtn and ptn.
Eric Anholt
2016-08-19
3
-8
/
+1
*
vc4: Dump the TGSI before trying to convert it to NIR.
Eric Anholt
2016-08-19
1
-4
/
+3
*
radeon/vce: set flag based on dual instance enablement
Boyuan Zhang
2016-08-19
1
-2
/
+4
*
radeonsi: initialize and finalize the LLVM function pass manager
Marek Olšák
2016-08-18
1
-0
/
+2
*
swr: [rasterizer core] only use Viewport/Scissors during SwrDraw* operations
Tim Rowley
2016-08-17
12
-415
/
+400
*
swr: [rasterizer common] reorder SWR_FORMAT_INFO
Tim Rowley
2016-08-17
2
-825
/
+1433
*
swr: [rasterizer core] make dirtytile list point directly to macrotilequeues
Tim Rowley
2016-08-17
3
-14
/
+15
*
swr: [rasterizer core] portability - remove use of INT64
Tim Rowley
2016-08-17
1
-2
/
+2
*
swr: [rasterizer core] viewport transform disabled fix
Tim Rowley
2016-08-17
1
-4
/
+11
*
swr: [rasterizer core] clamp scissor rects to current tile rect
Tim Rowley
2016-08-17
1
-0
/
+18
*
swr: [rasterizer core] align stats structures
Tim Rowley
2016-08-17
1
-2
/
+2
*
swr: [rasterizer core] use AVX2 permute to simplify PaTriList
Tim Rowley
2016-08-17
1
-1
/
+35
*
swr: [rasterizer core] move some global variables to SWR_CONTEXT
Tim Rowley
2016-08-17
2
-9
/
+9
*
swr: [rasterizer core] change scale on VP matrix element gathers
Tim Rowley
2016-08-17
1
-6
/
+6
*
swr: [rasterizer] implementing native AVX-512 simd16 intrinsics
Tim Rowley
2016-08-17
2
-84
/
+265
*
svga: fix src/dst typo in can_blit_via_copy_region_vgpu10()
Brian Paul
2016-08-17
1
-1
/
+1
*
svga: initialize a variable to silence a gcc warning
Brian Paul
2016-08-17
1
-1
/
+1
*
radeonsi: fix up buffer descriptor upper-bound checking
Marek Olšák
2016-08-17
1
-1
/
+1
*
gallium: change pipe_image_view::first_element/last_element -> offset/size
Marek Olšák
2016-08-17
5
-36
/
+18
*
gallium: change pipe_sampler_view::first_element/last_element -> offset/size
Marek Olšák
2016-08-17
19
-65
/
+68
*
gallium/radeon: assign the highest priority to scratch; make rings second
Marek Olšák
2016-08-17
2
-4
/
+6
*
gallium/winsys: re-number winsys priority flags
Marek Olšák
2016-08-17
1
-16
/
+13
*
gallium/radeon: mark shader rings as highest-priority buffers
Marek Olšák
2016-08-17
5
-7
/
+7
*
gallium/radeon: set SHADER_RW_BUFFER priority for streamout buffers
Marek Olšák
2016-08-17
2
-4
/
+6
*
radeonsi: use current context for DCC feedback-loop decompress, fixes Elemental
Marek Olšák
2016-08-17
4
-16
/
+38
*
radeonsi: simplify CB_TARGET_MASK logic
Marek Olšák
2016-08-17
1
-14
/
+7
*
radeonsi: don't set CB_COLOR1_INFO for dual src blending
Marek Olšák
2016-08-17
1
-7
/
+0
*
radeonsi: eliminate PS OUT[1] if dual src blending is off and CB1 is not bound
Marek Olšák
2016-08-17
2
-11
/
+7
*
gallium/radeon: use unflushed fences for PIPE_QUERY_GPU_FINISHED
Marek Olšák
2016-08-17
1
-2
/
+2
*
gallium/radeon: use lp_build_alloca_undef
Nicolai Hähnle
2016-08-17
1
-13
/
+4
*
gallium/radeon: protect against out of bounds temporary array accesses
Nicolai Hähnle
2016-08-17
1
-0
/
+15
[next]