summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* freedreno/a6xx: enable tiled imagesRob Clark2019-02-211-5/+2
* nir, glsl: move pixel_center_integer/origin_upper_left to shader_info.fsAlejandro Piñeiro2019-02-211-1/+1
* panfrost: Verify and print brx condition in disasmAlyssa Rosenzweig2019-02-211-1/+10
* panfrost: Dynamically set discard branch targetsAlyssa Rosenzweig2019-02-211-20/+46
* panfrost/midgard: Emit extended branchesAlyssa Rosenzweig2019-02-212-17/+84
* panfrost: Rectify doubleplusungood extended branchAlyssa Rosenzweig2019-02-212-8/+8
* panfrost/midgard: Fix nested/chained if-elseAlyssa Rosenzweig2019-02-211-3/+3
* panfrost/midgard: Refactor tag lookahead codeAlyssa Rosenzweig2019-02-211-27/+31
* panfrost: Implement pantrace (command stream dump)Alyssa Rosenzweig2019-02-215-0/+188
* panfrost: Add pandecode (command stream debugger)Alyssa Rosenzweig2019-02-216-3/+2289
* panfrost: Stub out separate stencil functionsAlyssa Rosenzweig2019-02-212-4/+25
* radeonsi: use SDMA for uploading data through const_uploaderMarek Olšák2019-02-205-28/+143
* gallium/u_upload_mgr: allow use of FLUSH_EXPLICIT with persistent mappingsMarek Olšák2019-02-202-6/+31
* gallium/u_threaded: always unmap const_uploaderMarek Olšák2019-02-201-0/+1
* freedreno/a6xx: samplerBuffer fixesRob Clark2019-02-202-6/+6
* freedreno/a6xx: 3d and cube image fixesRob Clark2019-02-201-4/+31
* freedreno/ir3: fix crash in compile fail caseRob Clark2019-02-202-5/+8
* kmsro: Add the rest of the current set of tinydrm drivers.Eric Anholt2019-02-204-7/+33
* freedreno/a6xx: Support MSAA resolve blits on blitterKristian H. Kristensen2019-02-201-3/+23
* freedreno/a6xx: Copy stencil as R8_UINTKristian H. Kristensen2019-02-201-4/+14
* radeonsi: Go back to using llvm.pow intrinsic for nir_op_fpowKenneth Graunke2019-02-191-1/+0
* radeonsi/nir: set shader_buffers_declared properlyTimothy Arceri2019-02-201-10/+22
* radeonsi/nir: set colors_read properlyTimothy Arceri2019-02-201-7/+10
* radeonsi/nir: set input_usage_mask properlyTimothy Arceri2019-02-201-11/+36
* radeonsi/nir: Use uniform location when calculating const_file_max.Timur Kristóf2019-02-201-6/+6
* radeonsi: add driconf option radeonsi_enable_nirMarek Olšák2019-02-192-1/+3
* tegra/autotools: add missing libdrm cflagsEric Engestrom2019-02-191-0/+1
* tegra/meson: add missing dep_libdrmEric Engestrom2019-02-191-0/+1
* v3d: Stop tracking num_inputs for VPM loads.Eric Anholt2019-02-182-2/+2
* v3d: Use the early_fragment_tests flag for the shader's disable-EZ field.Eric Anholt2019-02-181-2/+7
* v3d: Sync indirect draws on the last rendering.Eric Anholt2019-02-181-2/+2
* v3d: Clear the GMP on initialization of the simulator.Eric Anholt2019-02-181-0/+1
* freedreno/a6xx: fix helper_invocation (sampler mask/id)Rob Clark2019-02-181-1/+6
* panfrost: Fix clipping regionAlyssa Rosenzweig2019-02-181-4/+11
* panfrost: Preserve w sign in perspective divisionAlyssa Rosenzweig2019-02-181-2/+4
* panfrost: Cleanup mali_viewport (clipping) codeAlyssa Rosenzweig2019-02-182-17/+19
* panfrost: Swap order of tiled texture (de)allocAlyssa Rosenzweig2019-02-181-6/+6
* panfrost: Free imported BOsAlyssa Rosenzweig2019-02-183-0/+12
* panfrost: Fix various leaks unmapping resourcesAlyssa Rosenzweig2019-02-182-9/+14
* freedreno/a6xx: cache flush harderRob Clark2019-02-165-7/+37
* freedreno/a6xx: compute supportRob Clark2019-02-168-40/+290
* freedreno/a6xx: image/ssbo state emitRob Clark2019-02-166-215/+259
* freedreno/a6xx: border-color offset helperRob Clark2019-02-162-13/+31
* freedreno/ir3: add image/ssbo <-> ibo/tex mappingRob Clark2019-02-163-67/+32
* freedreno/a6xx: clean up some open-coded bitsRob Clark2019-02-161-2/+4
* freedreno/a6xx: move stream-out emit to helperRob Clark2019-02-161-64/+72
* swr/rast: Add translation support to streamoutAlok Hota2019-02-1512-37/+106
* swr/rast: simdlib cleanup, clipper stack space fixesAlok Hota2019-02-1513-135/+127
* swr/rast: convert DWORD->uint32_t, QWORD->uint64_tAlok Hota2019-02-155-25/+25
* swr/rast: Refactor scratch space variable namesAlok Hota2019-02-154-14/+14