aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* glx: Sync <GL/glxext.h> with KhronosAdam Jackson2019-08-228-26/+29
* glx: Whitespace cleanupsAdam Jackson2019-08-221-2/+2
* swr: use LLVM version string instead of re-computing itEric Engestrom2019-08-221-2/+1
* llvmpipe: use LLVM version string instead of re-computing itEric Engestrom2019-08-221-2/+1
* scons: define MESA_LLVM_VERSION_STRING like the other build systems doEric Engestrom2019-08-221-0/+1
* radv: Disable NGG for geometry shaders.Bas Nieuwenhuizen2019-08-221-0/+20
* util/timespec: use unsigned 64 bit integers for nsec valuesLionel Landwerlin2019-08-222-35/+18
* iris/android: fix build and link with libmesa_intel_perfTapani Pälli2019-08-222-0/+2
* ac: fix exclusive scans on GFX8-GFX9Samuel Pitoiset2019-08-221-4/+3
* util: fix os_create_anonymous_file on androidTapani Pälli2019-08-221-4/+5
* i965: honor scanout requirement from DRILionel Landwerlin2019-08-211-1/+3
* gallium/noop: Implement resource_get_paramKenneth Graunke2019-08-211-0/+23
* gallium/rbug: Wrap resource_get_param if availableKenneth Graunke2019-08-211-0/+17
* gallium/trace: Wrap resource_get_param if availableKenneth Graunke2019-08-211-0/+16
* gallium/ddebug: Wrap resource_get_param if availableKenneth Graunke2019-08-211-0/+13
* mesa: recover target_check before get_current_tex_objectsJose Maria Casanova Crespo2019-08-211-7/+7
* gallium: Add buffer and configs handling or fp16 formatsKevin Strasser2019-08-215-0/+51
* i965: Add handling for fp16 configsKevin Strasser2019-08-212-1/+29
* gbm: Add buffer handling and visuals for fp16 formatsKevin Strasser2019-08-215-1/+41
* dri: Add fp16 formatsKevin Strasser2019-08-214-0/+31
* egl: Handle dri configs with floating point pixel dataKevin Strasser2019-08-214-2/+30
* dri: Handle configs with floating point pixel dataKevin Strasser2019-08-211-0/+5
* glx: Add fields for color shiftsKevin Strasser2019-08-212-0/+5
* egl: Convert configs to use shifts and sizes instead of masksKevin Strasser2019-08-2110-103/+213
* util: move bitcount to bitscan.hKevin Strasser2019-08-212-36/+32
* dri: Add config attributes for color channel shiftKevin Strasser2019-08-214-23/+61
* gallium: Use consistent approach for config format filteringKevin Strasser2019-08-211-8/+9
* i965: Add helper function for allowed config formatsKevin Strasser2019-08-211-31/+34
* drm-uapi: Update headers for fp16 formatsKevin Strasser2019-08-211-0/+11
* radv: add RADV_DEBUG=allentrypointsAndres Rodriguez2019-08-212-8/+20
* panfrost: Fix PIPE_BUFFER spacingAlyssa Rosenzweig2019-08-211-3/+3
* panfrost: Implement depth range clippingAlyssa Rosenzweig2019-08-211-3/+12
* panfrost: Don't bail on PIPE_BUFFERAlyssa Rosenzweig2019-08-211-5/+5
* pan/midgard: Identify and disassemble indirect texture/samplerAlyssa Rosenzweig2019-08-212-6/+28
* pan/midgard: Breakout texture reg select printerAlyssa Rosenzweig2019-08-211-9/+26
* panfrost: Pass stream_output_info by referenceAlyssa Rosenzweig2019-08-211-7/+7
* panfrost: Guard against NULL rasterizer explicitlyAlyssa Rosenzweig2019-08-211-1/+3
* pan/bifrost: Correct file size signednessAlyssa Rosenzweig2019-08-211-2/+2
* panfrost: Fix missing ret assignment in DRM codeAlyssa Rosenzweig2019-08-211-1/+1
* panfrost: Hoist bo != NULL check before dereferenceAlyssa Rosenzweig2019-08-211-3/+3
* panfrost: Hoist job != NULL checkAlyssa Rosenzweig2019-08-211-3/+1
* panfrost: Prevent potential integer overflow in instancingAlyssa Rosenzweig2019-08-211-1/+1
* panfrost: Clarify intention with PIPE_SWIZZLE_X checkAlyssa Rosenzweig2019-08-211-1/+2
* panfrost: Pay attention to framebuffer dimension signAlyssa Rosenzweig2019-08-211-9/+2
* pan/midgard: Mark fallthrough explicitlyAlyssa Rosenzweig2019-08-211-0/+1
* panfrost: Don't check reads_point_coordAlyssa Rosenzweig2019-08-211-1/+1
* pan/midgard: Simplify contradictory check.Alyssa Rosenzweig2019-08-211-4/+1
* pan/midgard: Reorder bits check to fix 8-bit masksAlyssa Rosenzweig2019-08-211-5/+5
* pan/midgard: Represent unused nodes by ~0Alyssa Rosenzweig2019-08-2111-58/+56
* pan/bifrost: Avoid buffer overflow in disassemblerAlyssa Rosenzweig2019-08-211-1/+4