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
*
ddebug: don't save pointers to call parameters
Marek Olšák
2016-07-26
2
-6
/
+6
*
ddebug: move dd_call into dd_pipe.h
Marek Olšák
2016-07-26
2
-66
/
+66
*
ddebug: separate draw call dumping logic
Marek Olšák
2016-07-26
1
-21
/
+26
*
ddebug: move all states into a separate structure
Marek Olšák
2016-07-26
3
-129
/
+140
*
ddebug: write contents of dmesg into hang reports
Marek Olšák
2016-07-26
1
-4
/
+25
*
ddebug: implement create_batch_query
Marek Olšák
2016-07-26
1
-0
/
+27
*
ddebug: don't use abort()
Marek Olšák
2016-07-26
1
-1
/
+1
*
ddebug: make dd_get_file_stream accept the screen only
Marek Olšák
2016-07-26
1
-7
/
+8
*
ddebug: clean up ddebug_screen_create
Marek Olšák
2016-07-26
1
-16
/
+23
*
gallium: rework flags for pipe_context::dump_debug_state
Marek Olšák
2016-07-26
2
-15
/
+29
*
vc4: add hash table look-up for exported dmabufs
Rob Herring
2016-07-26
4
-3
/
+56
*
vc4: Disable early Z with computed depth.
Eric Anholt
2016-07-26
3
-2
/
+11
*
nvc0: use nvc0_m2mf_push_linear() to reduce code duplication
Samuel Pitoiset
2016-07-26
1
-13
/
+3
*
nvc0: use nve4_p2mf_push_linear() to reduce code duplication
Samuel Pitoiset
2016-07-26
1
-36
/
+9
*
nvc0: upload sample locations on GM20x
Samuel Pitoiset
2016-07-24
3
-5
/
+31
*
freedreno/a4xx: time-elapsed query should be active for clears
Rob Clark
2016-07-24
1
-1
/
+1
*
nvc0/ir: fix up an assertion in emitUADD()
Samuel Pitoiset
2016-07-24
1
-4
/
+3
*
nvc0: fix wrong indentation in nvc0_validate_fb()
Samuel Pitoiset
2016-07-23
1
-141
/
+141
*
freedreno/a4xx: timestamp queries
Rob Clark
2016-07-23
3
-1
/
+34
*
freedreno: hw timestamp support
Rob Clark
2016-07-23
2
-2
/
+15
*
freedreno: prep work for timestamp queries
Rob Clark
2016-07-23
3
-6
/
+10
*
radeonsi: ensure sample locations are set for line and polygon smoothing
Nicolai Hähnle
2016-07-23
1
-2
/
+1
*
radeonsi: fix Polaris MSAA regression
Nicolai Hähnle
2016-07-23
2
-15
/
+20
*
freedreno/ir3: Add missing braces in initializer
[email protected]
2016-07-23
1
-1
/
+1
*
freedreno/a2xx: silence missing case 'SHADER_COMPUTE' warning (v2)
[email protected]
2016-07-23
1
-0
/
+2
*
radeonsi: implement buffer_subdata without indirect calls
Marek Olšák
2016-07-23
5
-5
/
+41
*
gallium/util: don't modify usage in pipe_buffer_write
Marek Olšák
2016-07-23
1
-0
/
+5
*
gallium: split transfer_inline_write into buffer and texture callbacks
Marek Olšák
2016-07-23
34
-132
/
+186
*
nv50/ir: allow to swap sources for OP_SUB
Samuel Pitoiset
2016-07-22
1
-1
/
+6
*
gallium/radeon: make deferred flushes asynchronous
Marek Olšák
2016-07-22
1
-0
/
+2
*
nvc0/mme: fix offsets used for indirect draws
Samuel Pitoiset
2016-07-22
2
-8
/
+8
*
nvc0: fix offsets of MP perf counters input parameters
Samuel Pitoiset
2016-07-22
1
-15
/
+15
*
vc4: Return V3D version details in the GL renderer info.
Eric Anholt
2016-07-20
2
-1
/
+12
*
vc4: Check the V3D version reported by the kernel.
Eric Anholt
2016-07-20
2
-0
/
+62
*
vc4: Detect and report kernel support for branching.
Eric Anholt
2016-07-20
1
-2
/
+12
*
vc4: Switch to using the libdrm-provided vc4_drm.h.
Eric Anholt
2016-07-20
2
-280
/
+2
*
swr: [rasterizer core] introduce simd16intrin.h
Tim Rowley
2016-07-20
4
-6
/
+751
*
swr: [rasterizer core] fix for possible int32 overflow condition
Tim Rowley
2016-07-20
1
-1
/
+1
*
swr: [rasterizer core] rename *_MAX enum values to *_COUNT
Tim Rowley
2016-07-20
5
-22
/
+21
*
swr: [rasterizer core] centroid correction
Tim Rowley
2016-07-20
1
-9
/
+17
*
swr: [rasterizer core] support range of values in TemplateArgUnroller
Tim Rowley
2016-07-20
3
-26
/
+56
*
swr: [rasterizer core] ensure adjacent topologies use the cut-aware PA
Tim Rowley
2016-07-20
1
-5
/
+2
*
swr: [rasterizer] attribute swizzling and linkage
Tim Rowley
2016-07-20
11
-171
/
+218
*
swr: [rasterizer common] icc declspec definitions
Tim Rowley
2016-07-20
1
-1
/
+17
*
swr: [rasterizer jitter] rework vertex/instance ID storage in fetch
Tim Rowley
2016-07-20
2
-64
/
+36
*
swr: [rasterizer core] avx512 simd utility work
Tim Rowley
2016-07-20
4
-10
/
+1026
*
swr: [rasterizer core] viewport rounding for disabled scissor
Tim Rowley
2016-07-20
1
-2
/
+4
*
radeonsi: advertise 8 bits subpixel precision for viewport bounds
Józef Kucia
2016-07-20
1
-1
/
+2
*
r600: advertise 8 bits subpixel precision for viewport bounds
Józef Kucia
2016-07-20
1
-1
/
+2
*
gallium: add a cap for VIEWPORT_SUBPIXEL_BITS (v2)
Józef Kucia
2016-07-20
15
-0
/
+15
[next]