summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mesa: add EXT_dsa glGetMultiTexParameteriv/fvEXTPierre-Eric Pelloux-Prayer2019-08-065-3/+65
* mesa: add EXT_dsa glMultiTexSubImage1D/2D/3DEXTPierre-Eric Pelloux-Prayer2019-08-066-3/+273
* mesa: add EXT_dsa glMultiTexImage1D/2D/3DEXT + glGetMultiTexImageEXTPierre-Eric Pelloux-Prayer2019-08-068-5/+351
* mesa: add glBindMultiTextureEXT display list supportPierre-Eric Pelloux-Prayer2019-08-061-0/+23
* mesa: add EXT_dsa glMultiTexParameter* functionsPierre-Eric Pelloux-Prayer2019-08-066-4/+224
* mesa: add EXT_dsa (Get)MultiTexEnv functionsPierre-Eric Pelloux-Prayer2019-08-065-1/+223
* mesa: add _mesa_(get)texenvi(f)v_indexed helpersPierre-Eric Pelloux-Prayer2019-08-061-27/+50
* mesa: add new helper _mesa_get_texobj_by_target_and_texunitPierre-Eric Pelloux-Prayer2019-08-063-43/+82
* mesa: replace _mesa_get_current_fixedfunc_tex_unit with _mesa_get_fixedfunc_t...Pierre-Eric Pelloux-Prayer2019-08-064-12/+10
* iris: Handle vertex shader with window space positionDanylo Piliaiev2019-08-063-5/+44
* lima: fix pipe_debug_callback warningsErico Nunes2019-08-063-5/+5
* lima/ppir: move sin/cos input scaling into NIRVasily Khoruzhick2019-08-065-58/+69
* nir/spirv: Fix gl_BaseVertex for non-indexed draws for OpenGLAntia Puentes2019-08-061-2/+5
* iris: Increase BATCH_SZ to 64kBKenneth Graunke2019-08-061-1/+1
* ac/nir: Use correct cast for readfirstlane and ptrs.Bas Nieuwenhuizen2019-08-061-0/+2
* radv: Do non-uniform lowering before bool lowering.Bas Nieuwenhuizen2019-08-061-1/+1
* etnaviv: support 3D and 2D array texturesJonathan Marek2019-08-064-23/+74
* etnaviv: fix 3d texture uploadJonathan Marek2019-08-066-30/+28
* etnaviv: add alternative NIR compilerJonathan Marek2019-08-0612-37/+2388
* etnaviv: prep for UBOsJonathan Marek2019-08-068-79/+71
* etnaviv: disasm: add dual16 bits, immediate decoding, and some opcodesJonathan Marek2019-08-061-59/+69
* etnaviv: asm: new featuresJonathan Marek2019-08-063-11/+53
* etnaviv: update headers from rnndbJonathan Marek2019-08-061-12/+4
* lima: add summary report for shader-dbErico Nunes2019-08-0610-6/+80
* lima: add support for debug callbackErico Nunes2019-08-062-0/+15
* panfrost/ci: Remove two tests from list of failuresTomeu Vizoso2019-08-061-2/+0
* st/dri: Move dri2_format_mapping table and it's accessors from dri2.c to dri_...Jon Turney2019-08-063-213/+223
* glcpp: use pre-expansion line number for __LINE__Jonathan Marek2019-08-061-4/+7
* anv: Emit a dummy MEDIA_VFE_STATE before switching from GPGPU to 3DJason Ekstrand2019-08-061-0/+19
* nir/algebraic: Use value range analysis to eliminate useless unary opsIan Romanick2019-08-051-2/+8
* nir/algebraic: Use value range analysis to convert fmin to fsatIan Romanick2019-08-051-1/+1
* nir/algebraic: Use value range analysis to eliminate tautological comparesIan Romanick2019-08-051-21/+21
* nir/algebraic: Use value range analysis to eliminate tautological compares no...Ian Romanick2019-08-051-0/+28
* nir/range-analysis: Range tracking for ffma and flrpIan Romanick2019-08-051-114/+138
* nir/range-analysis: Range tracking for bcselIan Romanick2019-08-051-0/+77
* nir/range-analysis: Tighten the range of fsat based on the range of its sourceIan Romanick2019-08-051-1/+22
* nir/range-analysis: Rudimentary value range analysis passIan Romanick2019-08-055-0/+753
* nir/algebraic: Simplify some comparisons like a+constant < constantIan Romanick2019-08-051-0/+8
* nir/algebraic: Recognize (a < 0 || 0 < b) as min(a, -b) < 0Ian Romanick2019-08-051-0/+14
* nir/algebraic: Replace checks that a value is between (or not) [0, 1]Ian Romanick2019-08-051-0/+10
* tgsi_to_nir: fix nir_gather_ssa_types for TGSI->NIR shadersJonathan Marek2019-08-051-5/+13
* anv: Implement VK_EXT_line_rasterizationJason Ekstrand2019-08-068-12/+211
* genxml: Rename 3DSTATE_SF::Anti-Aliasing EnableJason Ekstrand2019-08-067-7/+7
* anv: Use dirty bits for dynamic state trackingJason Ekstrand2019-08-063-23/+64
* anv: Advertise the right line width range on gen9 and CHVJason Ekstrand2019-08-061-1/+5
* meson: Add panfrost to the --auto listAlyssa Rosenzweig2019-08-051-1/+1
* lima/ppir: enable lower_vector_cmp to lower fall_equalErico Nunes2019-08-051-0/+1
* lima: re-run nir_opt_algebraic after int loweringErico Nunes2019-08-051-0/+15
* pan/midgard: Extend SSA concurrency checks to other argsAlyssa Rosenzweig2019-08-051-13/+12
* pan/midgard: Rewrite bidirectionally when eliminating movesAlyssa Rosenzweig2019-08-051-3/+2