summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-05-31mesa/util: fix arithmetic use of 'void *' in u_vector_foreachSamuel Pitoiset1-1/+1
2017-05-31mesa: remove _mesa from static function namesTimothy Arceri1-4/+4
2017-05-31mesa/st: indentation tidy-upTimothy Arceri1-33/+32
2017-05-30freedreno/a5xx: drop WFIs in emit_marker5()Rob Clark1-5/+0
2017-05-30freedreno/a5xx: timestamp / time-elapsed queriesRob Clark2-1/+97
2017-05-30freedreno/a5xx: rename query result structRob Clark1-23/+22
2017-05-30freedreno: update generated headersRob Clark6-18/+624
2017-05-30i965: Delete dead old-school packing structs.Kenneth Graunke1-175/+0
2017-05-30swr/rast: code cleanup (no functional change)Tim Rowley1-2/+6
2017-05-30swr/rast: whitespace changesTim Rowley3-8/+3
2017-05-30swr/rast: code cleanup (no functional change)Tim Rowley1-3/+4
2017-05-30swr/rast: allow early-z if shader uses depth valueTim Rowley1-1/+1
2017-05-30swr/rast: move wireframe/point triangle binning after cullingTim Rowley1-80/+76
2017-05-30swr/rast: remove unused functionsTim Rowley1-28/+0
2017-05-30swr/rast: code cleanup (no functional change)Tim Rowley1-60/+64
2017-05-30swr/rast: move binner utility functions to binner.hTim Rowley3-193/+225
2017-05-30swr/rast: SIMD16 FE - fix/use SIMD16 calcDeterminantIntVertical()Tim Rowley3-43/+65
2017-05-30swr/rast: add renderTargetArrayIndex to SWR_PS_CONTEXTTim Rowley2-5/+6
2017-05-30swr/rast: make simd16 logicops avx512f safeTim Rowley1-4/+10
2017-05-30swr/rast: SIMD16 FE - add SIMD16 types to jitterTim Rowley3-10/+11
2017-05-30swr/rast: SIMD16 FE - fix PA_STATE_OP::Reset()Tim Rowley1-0/+3
2017-05-30swr/rast: SIMD16 FE - simplify/refactor StreamOutTim Rowley1-42/+0
2017-05-30swr/rast: SIMD16 FE - fix conservative rasterizationTim Rowley1-0/+32
2017-05-30swr/rast: SIMD16 FE - interleaved simdvertex output in GSTim Rowley2-20/+31
2017-05-30swr/rast: fix _simd16_movemask_(ps,pd) native AVX512 intrinsicsTim Rowley1-4/+4
2017-05-30swr/rast: SIMD16 FE - primitive assembly simplificationTim Rowley2-50/+32
2017-05-30swr/rast: silence write of cfg graphTim Rowley1-3/+3
2017-05-30swr/rast: add CreateDirectoryPath to recursively create directoriesTim Rowley3-8/+53
2017-05-30swr/rast: add support for DX1_RGB{_SRGB} formatsTim Rowley3-37/+93
2017-05-30swr/rast: clean up whitespaceTim Rowley1-1/+0
2017-05-30swr/rast: adjust BinPostSetupPoints* function signatureTim Rowley1-3/+3
2017-05-30swr/rast: remove extra pixel center adjustment in BinPostSetupPointsTim Rowley1-5/+0
2017-05-30anv: Port over CACHE_MODE_1 optimization fix enables from brw.Kenneth Graunke1-0/+13
2017-05-30genxml: Add Gen9 CACHE_MODE_1 definitons.Kenneth Graunke1-0/+30
2017-05-30i965: Set the "Float Blend Optimization Enable" bit on Gen9+.Kenneth Graunke2-1/+4
2017-05-30i965: Fix type of brw_context::render_target_format[]Chad Versace3-5/+5
2017-05-30i965: Move func to right comment block in brw_context.hChad Versace1-1/+1
2017-05-30i965: Document type of GLuint __DRIimage::formatChad Versace1-1/+1
2017-05-30i965: Add whitespace in intel_update_image_buffers()Chad Versace1-0/+1
2017-05-30i965: Move an 'i' declaration into its 'for' loopChad Versace1-2/+2
2017-05-30i965: Fix type of intel_update_image_buffers::formatChad Versace1-1/+1
2017-05-30i965: Rename intel_create_renderbufferChad Versace3-8/+9
2017-05-30i965/dri: Combine declaration and assignment in intelCreateBufferChad Versace1-2/+1
2017-05-30i965/dri: Rewrite comment for intelCreateBufferChad Versace1-1/+5
2017-05-30mesa: Avoid leaking surface in st_renderbuffer_deleteBartosz Tomczyk1-2/+8
2017-05-30egl: advertise EGL_EXT_image_dma_buf_import_modifiersVarad Gautam2-0/+7
2017-05-30egl: implement eglQueryDmaBufModifiersEXTVarad Gautam4-0/+59
2017-05-30egl: implement eglQueryDmaBufFormatsEXTVarad Gautam4-0/+45
2017-05-30egl/dri2: Create EGLImages with dmabuf modifiersVarad Gautam3-11/+147
2017-05-30egl/main: add support for fourth plane tokensPekka Paalanen4-3/+23