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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
swr: [rasterizer] Fix Coverity issues reported by Mesa developers.
Tim Rowley
2016-03-25
10
-199
/
+205
*
swr: [rasterizer] add debug/perf category to knobs
Tim Rowley
2016-03-25
1
-12
/
+37
*
swr: [rasterizer core] don't assume linux is 64-bit
Tim Rowley
2016-03-25
1
-2
/
+1
*
swr: [rasterizer common] remove old unused win32 types
Tim Rowley
2016-03-25
1
-6
/
+0
*
swr: [rasterizer jitter] vpermps support
Tim Rowley
2016-03-25
4
-1
/
+84
*
swr: [rasterizer] Add rdtsc buckets support for shaders
Tim Rowley
2016-03-25
6
-3
/
+75
*
swr: [rasterizer core] backend reorganization
Tim Rowley
2016-03-25
8
-256
/
+276
*
swr: [rasterizer core] store blend output in temporary instead of PS output.
Tim Rowley
2016-03-25
1
-5
/
+10
*
swr: [rasterizer core] Move InitializeHotTiles and corresponding clear code o...
Tim Rowley
2016-03-25
3
-254
/
+258
*
swr: [rasterizer jitter] Cleanup use of types inside of Builder.
Tim Rowley
2016-03-25
4
-63
/
+75
*
swr: [rasterizer jitter] Fix type mismatch on select args for SCATTERPS
Tim Rowley
2016-03-25
1
-2
/
+4
*
swr: [rasterizer core] fix rasterizing multisampling with scissor enabled
Tim Rowley
2016-03-25
1
-42
/
+28
*
swr: [rasterizer core] RingBuffer class for DC/DS
Tim Rowley
2016-03-25
6
-136
/
+180
*
swr: [rasterizer] switch assert uses to SWR_ASSERT
Tim Rowley
2016-03-25
1
-5
/
+5
*
swr: [rasterizer core] Split all RECT_LIST draws into 1 RECT per draw
Tim Rowley
2016-03-25
1
-0
/
+5
*
swr: [rasterizer] Add string knob type
Tim Rowley
2016-03-25
2
-1
/
+10
*
radeon/vce: disable two pipe mode for Polaris11
Sonny Jiang
2016-03-24
1
-1
/
+2
*
radeon/vce: add Polaris11 VCE firmware support
Sonny Jiang
2016-03-24
1
-0
/
+3
*
radeonsi: add support for Polaris (v2)
Sonny Jiang
2016-03-24
5
-0
/
+29
*
winsys/amdgpu: addrlib - add Polaris support (v2)
Sonny Jiang
2016-03-24
3
-2
/
+18
*
ttn: remove stray global from header
Rob Clark
2016-03-24
1
-2
/
+0
*
nv50/ir: silence unhandled TGSI_PROPERTY_NEXT_SHADER info
Samuel Pitoiset
2016-03-24
1
-0
/
+3
*
radeonsi: silence a coverity warning
Nicolai Hähnle
2016-03-24
1
-1
/
+1
*
radeonsi: fix out-of-bounds indexing of shader images
Nicolai Hähnle
2016-03-23
1
-1
/
+43
*
radeonsi: cache flush/invalidation for missing PIPE_BARRIER_*_BUFFER bits (v2)
Nicolai Hähnle
2016-03-23
1
-2
/
+12
*
gallium: add PIPE_BARRIER_STREAMOUT_BUFFER
Nicolai Hähnle
2016-03-23
1
-0
/
+1
*
radeonsi: fix 2D array MSAA failures since image support landed
Marek Olšák
2016-03-23
1
-1
/
+2
*
tgsi: drop unused set_exec/kill_mask interfaces.
Dave Airlie
2016-03-22
3
-37
/
+0
*
r600/sb: Do not distribute neg in expr_handler::fold_assoc() when folding mul...
xavier
2016-03-22
1
-2
/
+6
*
nvc0: make sure to delete samplers used by compute shaders
Samuel Pitoiset
2016-03-21
1
-1
/
+1
*
radeonsi: Set PIPE_SHADER_CAP_MAX_SHADER_IMAGES
Edward O'Callaghan
2016-03-21
1
-1
/
+2
*
radeonsi: disable early Z if the fragment shader writes to memory
Nicolai Hähnle
2016-03-21
1
-2
/
+12
*
tgsi/scan: add writes_memory to flag presence of stores or atomics
Nicolai Hähnle
2016-03-21
2
-4
/
+9
*
radeonsi: force the DCC enable bit off in image descriptors for writing (v2)
Nicolai Hähnle
2016-03-21
1
-8
/
+49
*
radeonsi: implement MemoryBarrier (v2)
Nicolai Hähnle
2016-03-21
1
-0
/
+37
*
radeonsi: implement volatile memory access
Nicolai Hähnle
2016-03-21
1
-0
/
+4
*
radeonsi: implement coherent memory access (v2)
Nicolai Hähnle
2016-03-21
1
-4
/
+13
*
radeonsi: Lower TGSI_OPCODE_MEMBAR down to LLVM op
Nicolai Hähnle
2016-03-21
1
-0
/
+31
*
radeonsi: Lower TGSI_OPCODE_ATOM* down to LLVM op
Nicolai Hähnle
2016-03-21
1
-8
/
+113
*
radeonsi: Lower TGSI_OPCODE_STORE down to LLVM op
Nicolai Hähnle
2016-03-21
1
-3
/
+80
*
radeonsi: Lower TGSI_OPCODE_LOAD down to LLVM op (v3)
Nicolai Hähnle
2016-03-21
1
-0
/
+139
*
radeonsi: extract the LLVM type name construction into its own function
Nicolai Hähnle
2016-03-21
1
-7
/
+19
*
radeonsi: Lower TGSI_OPCODE_RESQ down to LLVM op
Nicolai Hähnle
2016-03-21
1
-0
/
+129
*
radeonsi: extract TXQ buffer size computation into its own function
Nicolai Hähnle
2016-03-21
1
-20
/
+35
*
radeonsi: decompress shader images
Nicolai Hähnle
2016-03-21
1
-3
/
+33
*
radeonsi: update shader image descriptor for invalidated buffer
Nicolai Hähnle
2016-03-21
1
-1
/
+21
*
radeonsi: implement set_shader_images (v2)
Nicolai Hähnle
2016-03-21
6
-29
/
+254
*
gallium/radeon: make r600_texture_disable_dcc externally accessible
Nicolai Hähnle
2016-03-21
2
-2
/
+4
*
tgsi/scan: track which shader images are really buffers
Nicolai Hähnle
2016-03-21
2
-0
/
+7
*
tgsi/scan: add images_writemask
Nicolai Hähnle
2016-03-21
2
-2
/
+21
[prev]
[next]