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
Commit message (
Expand
)
Author
Age
Files
Lines
*
radeonsi: merge si_pm4_free_state_simple() into si_pm4_free_state()
Samuel Pitoiset
2017-05-31
2
-8
/
+2
*
mesa/util: fix arithmetic use of 'void *' in u_vector_foreach
Samuel Pitoiset
2017-05-31
1
-1
/
+1
*
mesa: remove _mesa from static function names
Timothy Arceri
2017-05-31
1
-4
/
+4
*
mesa/st: indentation tidy-up
Timothy Arceri
2017-05-31
1
-33
/
+32
*
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
*
i965: Delete dead old-school packing structs.
Kenneth Graunke
2017-05-30
1
-175
/
+0
*
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
*
swr/rast: SIMD16 FE - interleaved simdvertex output in GS
Tim Rowley
2017-05-30
2
-20
/
+31
*
swr/rast: fix _simd16_movemask_(ps,pd) native AVX512 intrinsics
Tim Rowley
2017-05-30
1
-4
/
+4
*
swr/rast: SIMD16 FE - primitive assembly simplification
Tim Rowley
2017-05-30
2
-50
/
+32
*
swr/rast: silence write of cfg graph
Tim Rowley
2017-05-30
1
-3
/
+3
*
swr/rast: add CreateDirectoryPath to recursively create directories
Tim Rowley
2017-05-30
3
-8
/
+53
*
swr/rast: add support for DX1_RGB{_SRGB} formats
Tim Rowley
2017-05-30
3
-37
/
+93
*
swr/rast: clean up whitespace
Tim Rowley
2017-05-30
1
-1
/
+0
*
swr/rast: adjust BinPostSetupPoints* function signature
Tim Rowley
2017-05-30
1
-3
/
+3
*
swr/rast: remove extra pixel center adjustment in BinPostSetupPoints
Tim Rowley
2017-05-30
1
-5
/
+0
*
anv: Port over CACHE_MODE_1 optimization fix enables from brw.
Kenneth Graunke
2017-05-30
1
-0
/
+13
*
genxml: Add Gen9 CACHE_MODE_1 definitons.
Kenneth Graunke
2017-05-30
1
-0
/
+30
*
i965: Set the "Float Blend Optimization Enable" bit on Gen9+.
Kenneth Graunke
2017-05-30
2
-1
/
+4
*
i965: Fix type of brw_context::render_target_format[]
Chad Versace
2017-05-30
3
-5
/
+5
*
i965: Move func to right comment block in brw_context.h
Chad Versace
2017-05-30
1
-1
/
+1
*
i965: Document type of GLuint __DRIimage::format
Chad Versace
2017-05-30
1
-1
/
+1
*
i965: Add whitespace in intel_update_image_buffers()
Chad Versace
2017-05-30
1
-0
/
+1
*
i965: Move an 'i' declaration into its 'for' loop
Chad Versace
2017-05-30
1
-2
/
+2
*
i965: Fix type of intel_update_image_buffers::format
Chad Versace
2017-05-30
1
-1
/
+1
*
i965: Rename intel_create_renderbuffer
Chad Versace
2017-05-30
3
-8
/
+9
*
i965/dri: Combine declaration and assignment in intelCreateBuffer
Chad Versace
2017-05-30
1
-2
/
+1
*
i965/dri: Rewrite comment for intelCreateBuffer
Chad Versace
2017-05-30
1
-1
/
+5
*
mesa: Avoid leaking surface in st_renderbuffer_delete
Bartosz Tomczyk
2017-05-30
1
-2
/
+8
*
egl: advertise EGL_EXT_image_dma_buf_import_modifiers
Varad Gautam
2017-05-30
2
-0
/
+7
*
egl: implement eglQueryDmaBufModifiersEXT
Varad Gautam
2017-05-30
4
-0
/
+59
*
egl: implement eglQueryDmaBufFormatsEXT
Varad Gautam
2017-05-30
4
-0
/
+45
*
egl/dri2: Create EGLImages with dmabuf modifiers
Varad Gautam
2017-05-30
3
-11
/
+147
[next]