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
*
gallium/u_blitter: use TXF if possible
Marek Olšák
2017-06-07
1
-102
/
+190
*
gallium/u_blitter: use TEX_LZ if it's supported
Marek Olšák
2017-06-07
1
-4
/
+8
*
gallium/util: add _LZ and TXF options to simple shaders
Marek Olšák
2017-06-07
6
-33
/
+77
*
gallium/ureg: add TEX/TXF_LZ opcodes to ureg
Marek Olšák
2017-06-07
1
-0
/
+2
*
tree-wide: remove trailing backslash
Eric Engestrom
2017-06-07
6
-7
/
+7
*
radeonsi: fix a GPU hang with tessellation on 2-CU configs
Marek Olšák
2017-06-06
1
-1
/
+5
*
radeon: remove out of date LLVM_REVISION.txt
Emil Velikov
2017-06-05
2
-4
/
+0
*
gallium/u_threaded: fixes for MSVC
Brian Paul
2017-06-05
1
-7
/
+9
*
r600: refactor out some compressed resource state code.
Dave Airlie
2017-06-06
1
-24
/
+28
*
r600: document some of the missing shader constants.
Dave Airlie
2017-06-06
1
-0
/
+4
*
r600: add register info for atomic counters.
Dave Airlie
2017-06-06
2
-0
/
+51
*
r600: add missing RAT registers and operations.
Dave Airlie
2017-06-06
3
-0
/
+59
*
r600/sb: fix typo in field definitions
Dave Airlie
2017-06-06
1
-1
/
+1
*
tgsi/scan: fix scanning fragment shaders with PrimID and Position/Face
Marek Olšák
2017-06-05
1
-7
/
+10
*
gallium/u_threaded: remove 16 bytes from tc_batch
Marek Olšák
2017-06-05
2
-3
/
+0
*
gallium/u_threaded: align batches and call slots to 16 bytes
Marek Olšák
2017-06-05
2
-3
/
+17
*
Android: use bionic pthread_barrier_* if possible
Chih-Wei Huang
2017-06-05
1
-1
/
+1
*
r600: fix incorrect and missing bit field in register headers.
Dave Airlie
2017-06-05
1
-3
/
+4
*
nvc0: Add support for ARB_post_depth_coverage
Lyude
2017-06-02
8
-1
/
+15
*
gallium: Add a cap to check if the driver supports ARB_post_depth_coverage
Lyude
2017-06-02
17
-0
/
+18
*
gallium: Add TGSI shader token for ARB_post_depth_coverage
Lyude
2017-06-02
3
-0
/
+9
*
nvc0: disable BGRA8 images on Fermi
Lyude
2017-06-02
1
-5
/
+14
*
st/dri: Use fence extension in drisw.c
Gurchetan Singh
2017-06-02
1
-0
/
+2
*
st/dri: move fence implemention into separate file
Gurchetan Singh
2017-06-02
4
-203
/
+263
*
automake: Link all libGL.so variants with -Bsymbolic.
Jose Fonseca
2017-06-01
1
-0
/
+1
*
etnaviv: always do cpu_fini in transfer_unmap
Lucas Stach
2017-06-01
1
-3
/
+6
*
nvc0: Clean up unnecessary includes from gallium/auxiliary/vl/
Rhys Kidd
2017-06-01
1
-3
/
+0
*
r600/eg: add support for tracing IBs after a hang.
Dave Airlie
2017-06-01
11
-7
/
+785
*
radeonsi: remove unused si_pm4_state::compute_pkt
Samuel Pitoiset
2017-05-31
2
-4
/
+1
*
radeonsi: remove chip_class define from si_pm4.h
Samuel Pitoiset
2017-05-31
1
-1
/
+0
*
radeonsi: merge si_pm4_free_state_simple() into si_pm4_free_state()
Samuel Pitoiset
2017-05-31
2
-8
/
+2
*
freedreno/a5xx: drop WFIs in emit_marker5()
Rob Clark
2017-05-30
1
-5
/
+0
*
freedreno/a5xx: timestamp / time-elapsed queries
Rob Clark
2017-05-30
2
-1
/
+97
*
freedreno/a5xx: rename query result struct
Rob Clark
2017-05-30
1
-23
/
+22
*
freedreno: update generated headers
Rob Clark
2017-05-30
6
-18
/
+624
*
swr/rast: code cleanup (no functional change)
Tim Rowley
2017-05-30
1
-2
/
+6
*
swr/rast: whitespace changes
Tim Rowley
2017-05-30
3
-8
/
+3
*
swr/rast: code cleanup (no functional change)
Tim Rowley
2017-05-30
1
-3
/
+4
*
swr/rast: allow early-z if shader uses depth value
Tim Rowley
2017-05-30
1
-1
/
+1
*
swr/rast: move wireframe/point triangle binning after culling
Tim Rowley
2017-05-30
1
-80
/
+76
*
swr/rast: remove unused functions
Tim Rowley
2017-05-30
1
-28
/
+0
*
swr/rast: code cleanup (no functional change)
Tim Rowley
2017-05-30
1
-60
/
+64
*
swr/rast: move binner utility functions to binner.h
Tim Rowley
2017-05-30
3
-193
/
+225
*
swr/rast: SIMD16 FE - fix/use SIMD16 calcDeterminantIntVertical()
Tim Rowley
2017-05-30
3
-43
/
+65
*
swr/rast: add renderTargetArrayIndex to SWR_PS_CONTEXT
Tim Rowley
2017-05-30
2
-5
/
+6
*
swr/rast: make simd16 logicops avx512f safe
Tim Rowley
2017-05-30
1
-4
/
+10
*
swr/rast: SIMD16 FE - add SIMD16 types to jitter
Tim Rowley
2017-05-30
3
-10
/
+11
*
swr/rast: SIMD16 FE - fix PA_STATE_OP::Reset()
Tim Rowley
2017-05-30
1
-0
/
+3
*
swr/rast: SIMD16 FE - simplify/refactor StreamOut
Tim Rowley
2017-05-30
1
-42
/
+0
*
swr/rast: SIMD16 FE - fix conservative rasterization
Tim Rowley
2017-05-30
1
-0
/
+32
[next]