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: boolean -> bool, TRUE -> true, FALSE -> false
Marek Olšák
2016-06-25
9
-75
/
+75
*
gallium/radeon/winsyses: boolean -> bool, TRUE -> true, FALSE -> false
Marek Olšák
2016-06-25
1
-21
/
+22
*
gallium/radeon: use r600_resource_reference
Marek Olšák
2016-06-25
12
-40
/
+32
*
r600g: Implement POLYGON_OFFSET_UNITS_UNSCALED
Axel Davy
2016-06-25
5
-36
/
+46
*
radeonsi: Implement POLYGON_OFFSET_UNITS_UNSCALED
Axel Davy
2016-06-25
2
-15
/
+19
*
radeon: Remove useless pa_su_poly_offset_db_fmt_cntl
Axel Davy
2016-06-25
1
-1
/
+0
*
r600g: move PA_SU_POLY_OFFSET_DB_FMT_CNTL to poly offset states for evergreen
Axel Davy
2016-06-25
1
-25
/
+13
*
r600g: move PA_SU_POLY_OFFSET_DB_FMT_CNTL to poly offset states for r600
Axel Davy
2016-06-25
1
-24
/
+13
*
radeonsi: move PA_SU_POLY_OFFSET_DB_FMT_CNTL to poly offset states
Axel Davy
2016-06-25
1
-23
/
+8
*
gallium: Add a cap for offset_units_unscaled
Axel Davy
2016-06-25
15
-0
/
+15
*
radeonsi: fix fractional odd tessellation spacing for Polaris
Marek Olšák
2016-06-24
4
-1
/
+23
*
radeonsi: set some VGT context registers on SI-CI
Marek Olšák
2016-06-24
1
-0
/
+3
*
radeonsi: optimize rendering to linear color buffers
Marek Olšák
2016-06-24
2
-1
/
+12
*
radeonsi: set almost optimal settings in SC_MODE_CNTL_1
Marek Olšák
2016-06-24
1
-1
/
+10
*
gallium/radeon: let drivers specify SC_MODE_CNTL_1 fields
Marek Olšák
2016-06-24
4
-10
/
+18
*
gallium/radeon: disable complicated point clipping against user clip planes
Marek Olšák
2016-06-24
3
-3
/
+0
*
radeonsi: fix a compute shader hang with big threadgroups on SI & CI
Marek Olšák
2016-06-24
1
-0
/
+18
*
nvc0: when mapping directly, provide accurate xfer info + start
Ilia Mirkin
2016-06-24
1
-5
/
+12
*
radeonsi: drop the DRAW_PREAMBLE packet on Polaris
Nicolai Hähnle
2016-06-24
2
-1
/
+28
*
radeonsi: use DRAW_(INDEX_)INDIRECT_MULTI on Polaris
Nicolai Hähnle
2016-06-24
1
-10
/
+36
*
radeonsi: report a failure to parse dmesg instead of asserting
Nicolai Hähnle
2016-06-24
1
-1
/
+6
*
radeon: check VM faults from DMA flush
Nicolai Hähnle
2016-06-24
5
-6
/
+68
*
radeonsi: move gfx fence wait out of si_check_vm_faults
Nicolai Hähnle
2016-06-24
2
-6
/
+7
*
radeonsi: extract IB and bo list saving into separate functions
Nicolai Hähnle
2016-06-24
6
-54
/
+88
*
radeonsi: set LLVM denormal flags
Marek Olšák
2016-06-24
1
-2
/
+5
*
radeonsi: emit 1/sqrt for RSQ
Marek Olšák
2016-06-24
1
-2
/
+16
*
r600g: Enable FMA on chips that support it
Jan Vesely
2016-06-24
2
-5
/
+7
*
Remove wrongly repeated words in comments
Giuseppe Bilotta
2016-06-23
15
-17
/
+17
*
svga: update some comments in svga_buffer_handle()
Brian Paul
2016-06-23
1
-10
/
+3
*
svga: add a const qualifier in svga_buffer_upload_piecewise()
Brian Paul
2016-06-23
1
-1
/
+1
*
svga: minor code refactor for svga_buffer_upload_command()
Brian Paul
2016-06-23
1
-5
/
+21
*
svga: minor code simplification in svga_context_finish()
Brian Paul
2016-06-23
1
-1
/
+1
*
swr: [rasterizer core] fix dependency bug
Tim Rowley
2016-06-23
4
-10
/
+10
*
swr: [rasterizer core] use wrap-around safe compares for dependency checking
Tim Rowley
2016-06-23
6
-36
/
+45
*
swr: [rasterizer jitter] add support for component packing for 'odd' formats
Tim Rowley
2016-06-23
1
-4
/
+23
*
swr: [rasterizer core] track whether GS outputs viewport array index
Tim Rowley
2016-06-23
1
-0
/
+3
*
swr: [rasterizer core] GS viewport array index attribute
Tim Rowley
2016-06-23
2
-1
/
+2
*
swr: [rasterizer core] conservative rasterization frontend support
Tim Rowley
2016-06-23
10
-63
/
+325
*
swr: [rasterizer core] stop single threaded crash exit crash
Tim Rowley
2016-06-23
1
-2
/
+3
*
swr: [rasterizer jitter] small fetch jit cleanup
Tim Rowley
2016-06-23
1
-134
/
+36
*
swr: [rasterizer core] remove old comment
Tim Rowley
2016-06-23
1
-1
/
+0
*
swr: [rasterizer jitter] cleanup supporting different llvm versions
Tim Rowley
2016-06-23
8
-34
/
+73
*
swr: [rasterizer jitter] unitialized component fix in fetch jit
Tim Rowley
2016-06-23
1
-1
/
+1
*
swr: [rasterizer] add support for building avx512 version
Tim Rowley
2016-06-23
5
-15
/
+20
*
swr: [rasterizer common] fix include for Intel compiler
Tim Rowley
2016-06-23
1
-1
/
+1
*
swr: [rasterizer common] workaround clang for windows __cpuid() bug
Tim Rowley
2016-06-23
1
-5
/
+9
*
swr: push/pop DEBUG macro around llvm includes
Tim Rowley
2016-06-23
2
-4
/
+13
*
svga: rename svga_surface_copy() to svga_resource_copy_region()
Brian Paul
2016-06-23
1
-9
/
+9
*
svga: don't copy blit_info into local var
Brian Paul
2016-06-23
1
-11
/
+10
*
svga: fix texture array update regression
Charmaine Lee
2016-06-23
1
-6
/
+27
[next]