summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* i965: Re-enable fast color clears for GEN11.fast-color-clearPlamena Manolova2019-04-291-14/+27
* intel/blorp: Make blorp update the clear color in gen11.Rafael Antognolli2019-04-291-2/+38
* intel/genxml: Update MI_ATOMIC genxml definition.Rafael Antognolli2019-04-293-15/+117
* intel/genxml: Support base-16 in value & start fields in gen_sort_tags.pyJordan Justen2019-04-291-2/+2
* isl: Set ClearColorConversionEnable.Plamena Manolova2019-04-291-0/+21
* ac,ac/nir: use a better sync scope for shared atomicsRhys Perry2019-04-293-9/+72
* glx: Fix synthetic error generation in __glXSendErrorHal Gentz2019-04-291-2/+2
* Revert "anv: limit URB reconfigurations when using blorp"Lionel Landwerlin2019-04-293-11/+3
* mesa/st: remove always-false stateErik Faye-Lund2019-04-293-10/+0
* mesa/st: accept NULL and empty buffer objectsErik Faye-Lund2019-04-291-7/+2
* swr: support NULL-resourcesErik Faye-Lund2019-04-291-24/+25
* nouveau: support NULL-resourcesErik Faye-Lund2019-04-292-3/+10
* i915: support NULL-resourcesErik Faye-Lund2019-04-291-2/+5
* gallium/u_vbuf: support NULL-resourcesErik Faye-Lund2019-04-291-0/+3
* mesa/st: remove impossible error-checkErik Faye-Lund2019-04-291-2/+0
* glsl/linker: check for xfb_offset aliasingAndres Gomez2019-04-292-31/+84
* lima/ppir: fix pointer referenced after a freePatrick Lerda2019-04-291-1/+2
* radv: consider MESA_VK_VERSION_OVERRIDE when setting the api versionEleni Maria Stea2019-04-291-2/+5
* intel/fs: Don't emit empty ELSE blocks.Kenneth Graunke2019-04-281-4/+4
* nir: Add a new nir_cf_list_is_empty_block() helper.Kenneth Graunke2019-04-281-0/+15
* glsl/list: Add an exec_list_is_singular() helper.Kenneth Graunke2019-04-281-0/+7
* anv: expose VK_EXT_queue_family_foreign on AndroidTapani Pälli2019-04-291-0/+1
* lima/ppir: Add gl_FragCoord handlingAndreas Baierl2019-04-297-2/+33
* nir: add rcp(w) lowering for gl_FragCoordAndreas Baierl2019-04-294-0/+84
* docs: changed "Done" to "DONE" in features.txtRomain Failliot2019-04-291-1/+1
* panfrost: Workaround -bshadow regressionAlyssa Rosenzweig2019-04-281-1/+8
* panfrost/midgard: Safety check immediate precision degradationsAlyssa Rosenzweig2019-04-281-1/+14
* panfrost: Use fp32 (not fp16) varyingsAlyssa Rosenzweig2019-04-281-4/+4
* panfrost/midgard: imov workaroundAlyssa Rosenzweig2019-04-281-6/+27
* panfrost/midgard: Fix tex propogationAlyssa Rosenzweig2019-04-281-7/+22
* panfrost/midgard: Fix regressions in -bjellyfishAlyssa Rosenzweig2019-04-281-3/+7
* panfrost/midgard: Only copyprop without an outmodAlyssa Rosenzweig2019-04-281-0/+1
* Revert "panfrost/midgard: Extend copy propagation pass"Alyssa Rosenzweig2019-04-281-48/+8
* radv: add missing VEGA20 chip in radv_get_device_name()Samuel Pitoiset2019-04-271-0/+1
* iris: Fix zeroing of transform feedback offsets in strange cases.Kenneth Graunke2019-04-272-4/+18
* vc4: Fall back to renderonly if the vc4 driver doesn't have v3d.Eric Anholt2019-04-263-4/+35
* kmsro: Add support for V3D.Eric Anholt2019-04-263-1/+17
* radeonsi: don't ignore PIPE_FLUSH_ASYNCMarek Olšák2019-04-261-1/+1
* v3d: Fix detection of TMU write sequences in register spilling.Eric Anholt2019-04-261-2/+9
* v3d: Fix detection of the last ldtmu before a new TMU op.Eric Anholt2019-04-261-3/+3
* v3d: Re-add support for memory_barrier_shared.Eric Anholt2019-04-261-0/+1
* Revert "v3d: Disable PIPE_CAP_BLIT_BASED_TEXTURE_TRANSFER."Eric Anholt2019-04-261-1/+9
* v3d: Don't try to update the shadow texture for separate stencil.Eric Anholt2019-04-261-1/+2
* v3d: Add a note about i/o indirection for future performance work.Eric Anholt2019-04-261-0/+7
* vc4: Use _mesa_hash_table_remove_key() where appropriate.Eric Anholt2019-04-261-12/+9
* v3d: Use _mesa_hash_table_remove_key() where appropriate.Eric Anholt2019-04-261-13/+8
* v3d: Assert that we do request the normal texturing return data.Eric Anholt2019-04-261-0/+2
* v3d: Apply the GFXH-930 workaround to the case where the VS loads attrs.Eric Anholt2019-04-261-0/+15
* v3d: Fill in the ignored segment size fields to appease new simulator.Eric Anholt2019-04-261-2/+4
* glsl: use empty brace initializerTapani Pälli2019-04-261-2/+2