summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* nir/range-analysis: Adjust result range of multiplication to account for flus...Ian Romanick2019-08-291-31/+22
* nir/range-analysis: Adjust result range of exp2 to account for flush-to-zeroIan Romanick2019-08-291-2/+14
* nir/algebraic: Clean up value range analysis-based optimizationsIan Romanick2019-08-291-8/+18
* nir/algebraic: Mark some value range analysis-based optimizations impreciseIan Romanick2019-08-291-9/+13
* iris: Fix partial fast clear checks to account for miplevel.Kenneth Graunke2019-08-291-2/+2
* panfrost: Remove unused argument from panfrost_drm_submit_vs_fs_job()Rohan Garg2019-08-293-5/+3
* iris: Actually describe bo_reuse driconf optionKenneth Graunke2019-08-291-0/+10
* panfrost/ci: Print only regressionsTomeu Vizoso2019-08-292-4/+7
* gallivm: use fallback code for mul_hi with llvm >= 7.0Roland Scheidegger2019-08-291-1/+6
* radv/gfx10: compute the LDS size for exporting PrimID for VSSamuel Pitoiset2019-08-291-0/+9
* swr/rasterizer: Enable ARB_fragment_layer_viewportJan Zielinski2019-08-293-1/+21
* iris: use driconf for 'bo_reuse' parameterTapani Pälli2019-08-294-6/+20
* i965: initialize bo_reuse when creating brw_bufmgrTapani Pälli2019-08-294-26/+15
* iris: Don't auto-flush/dirty on transfer unmap for coherent buffersKenneth Graunke2019-08-281-1/+2
* st/nine: Properly initialize GLSL types for NIR shaders.Timur Kristóf2019-08-281-0/+5
* freedreno/ir3: do better job of marking convergence pointsRob Clark2019-08-281-35/+28
* freedreno/ir3: maintain predecessors/successorsRob Clark2019-08-281-2/+42
* freedreno/ir3: convert block->predecessors to setRob Clark2019-08-285-18/+19
* pci_id_driver_map: Support preferring iris over i965Jordan Justen2019-08-281-3/+14
* i965: Exit with error if gen12+ is detectedJordan Justen2019-08-281-0/+5
* anv: build libanv for gen12 in android buildTapani Pälli2019-08-281-0/+23
* anv: Build for gen12Jordan Justen2019-08-286-1/+29
* iris: build android libmesa_iris for gen12Tapani Pälli2019-08-281-1/+21
* iris: Build for gen12Jordan Justen2019-08-283-1/+7
* intel/l3: Don't assert on gen12 (use gen11 config temporarily)Jordan Justen2019-08-281-0/+1
* intel/compiler: Disable compaction on gen12 for nowJordan Justen2019-08-281-1/+7
* intel/isl: build android libmesa_isl for gen12Tapani Pälli2019-08-281-0/+20
* intel/isl: Build gen12 using gen11 code pathsJordan Justen2019-08-284-1/+11
* intel/genxml: generate pack files for gen12 on android buildsTapani Pälli2019-08-281-0/+5
* intel/genxml: Build gen12 genxmlJordan Justen2019-08-285-2/+11
* intel/genxml: Add gen12.xml as a copy of gen11.xmlJordan Justen2019-08-281-0/+7171
* intel/genxml: Run sort_xml.sh to tidy gen9.xml and gen11.xmlJordan Justen2019-08-282-38/+36
* intel/genxml/gen11: Add spaces in EnableUnormPathInColorPipeJordan Justen2019-08-281-1/+1
* intel/genxml: Handle field names with different spacing/hyphenJordan Justen2019-08-281-3/+4
* freedreno/a6xx: Fix non-mipmap filtering selection.Eric Anholt2019-08-281-6/+6
* intel/compiler: Request bitfield_reverse lowering on pre-Gen7 hardwareIan Romanick2019-08-281-0/+1
* nir/algrbraic: Don't optimize open-coded bitfield reverse when lowering is en...Ian Romanick2019-08-281-1/+1
* gallium: Don't emit identical endian-dependent pack/unpack code.Eric Anholt2019-08-281-5/+11
* gallium: Fix big-endian addressing of non-bitmask array formats.Eric Anholt2019-08-282-6/+40
* gallium: Drop a bit of dead code from the pack/unpack python.Eric Anholt2019-08-281-2/+0
* gallium: Drop the useless union wrapper on pack/unpack.Eric Anholt2019-08-281-28/+22
* gallium: Skip generating the pack/unpack union if we don't use it.Eric Anholt2019-08-281-1/+1
* gallium: Fix mesa format name in unit test failure path.Eric Anholt2019-08-281-1/+1
* panfrost: Reset the damage area on imported resourcesBoris Brezillon2019-08-281-11/+12
* panfrost: Use ralloc() to allocate instructions to avoid leaking those objsBoris Brezillon2019-08-288-16/+17
* util: Prevent strcasecmp macro redefinion.Jose Fonseca2019-08-281-0/+3
* util: Prevent implicit declaration of function getenv.Jose Fonseca2019-08-281-0/+1
* glx: Fix incompatible function pointer types.Jose Fonseca2019-08-281-1/+1
* lima: fix texture descriptor issuesVasily Khoruzhick2019-08-282-17/+13
* iris: Drop swizzling parameter from s8_offset.Kenneth Graunke2019-08-271-19/+3