summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* v3d: Upload all of UBO[0] if any indirect load occurs.Eric Anholt2019-03-211-38/+19
* v3d: Move constant offsets to UBO addresses into the main uniform stream.Eric Anholt2019-03-212-2/+6
* v3d: Rename v3d_tmu_config_data to v3d_unit_data.Eric Anholt2019-03-211-4/+4
* nv50/ir/nir: support gather offsetsKarol Herbst2019-03-212-3/+16
* iris: Let blorp update the clear color for us.Rafael Antognolli2019-03-205-35/+33
* iris: Track fast clear color.Rafael Antognolli2019-03-202-3/+33
* iris: Stall on the CPU and resolve predication during fast clears.Rafael Antognolli2019-03-201-0/+40
* iris: Add iris_resolve_conditional_render().Rafael Antognolli2019-03-202-0/+25
* iris: Implement fast clear color.Rafael Antognolli2019-03-202-24/+157
* iris: Bring back check for srgb and fast clear color.Rafael Antognolli2019-03-201-3/+1
* iris: Add function to update clear color in surface state.Rafael Antognolli2019-03-201-2/+30
* iris: Add helper to convert fast clear color.Rafael Antognolli2019-03-201-0/+82
* iris: Fast clear depth buffers.Rafael Antognolli2019-03-201-3/+116
* iris: Use the clear depth when emitting 3DSTATE_CLEAR_PARAMS.Rafael Antognolli2019-03-202-1/+26
* iris: Allocate buffer space for the fast clear color.Rafael Antognolli2019-03-202-8/+100
* softpipe: fix texture view crashesDave Airlie2019-03-211-5/+6
* nvc0: Skip new update barrier bitsKenneth Graunke2019-03-201-0/+3
* gallium: Add PIPE_BARRIER_UPDATE_BUFFER and UPDATE_TEXTURE bits.Kenneth Graunke2019-03-196-0/+19
* iris: mark switch case fallthroughTapani Pälli2019-03-201-3/+3
* iris: initialize num_cbufsTapani Pälli2019-03-201-1/+1
* panfrost: Properly align strideDaniel Stone2019-03-207-25/+20
* v3d: Expose the dma-buf modifiers query.Eric Anholt2019-03-191-0/+29
* v3d: Allow the UIF modifier with renderonly.Eric Anholt2019-03-191-38/+52
* v3d: Always lay out shared tiled buffers with UIF_TOP set.Eric Anholt2019-03-191-4/+6
* iris: Make intel_hiz_exec public.Rafael Antognolli2019-03-182-1/+8
* iris: Enable HiZ for multisampled depth surfaces.Rafael Antognolli2019-03-182-17/+19
* panfrost: Rewrite varying assemblyAlyssa Rosenzweig2019-03-196-217/+141
* panfrost: Replay more varying buffersAlyssa Rosenzweig2019-03-191-1/+1
* panfrost/decode: Respect primitive size pointersAlyssa Rosenzweig2019-03-191-3/+7
* panfrost: Disable PIPE_CAP_TGSI_TEXCOORDAlyssa Rosenzweig2019-03-191-3/+0
* panfrost: Fix primconvert checkAlyssa Rosenzweig2019-03-191-1/+1
* panfrost: Workaround buffer overrun with mip levelAlyssa Rosenzweig2019-03-191-1/+0
* iris: Slightly better bounds on buffer sizesKenneth Graunke2019-03-181-2/+2
* iris: Don't flush the batch for unsynchronized mappingsKenneth Graunke2019-03-181-3/+5
* i915g: remove calls to pipe_sampler_view_release()Brian Paul2019-03-171-8/+2
* swr: remove call to pipe_sampler_view_release()Brian Paul2019-03-171-5/+0
* llvmpipe: stop using pipe_sampler_view_release()Brian Paul2019-03-171-6/+0
* svga: stop using pipe_sampler_view_release()Brian Paul2019-03-172-28/+14
* android: nouveau: add support for nirMauro Rossi2019-03-181-1/+6
* radeonsi/nir: call some more var optimisation passesTimothy Arceri2019-03-181-3/+8
* nv50ir/nir: move immediates before useKarol Herbst2019-03-171-18/+41
* nv50/ir/nir: handle user clip planes for each emitted vertexKarol Herbst2019-03-171-1/+7
* nv50/ir/nir: implement intrinsic shader_clockKarol Herbst2019-03-171-0/+8
* nv50/ir/nir: implement load_per_vertex_outputKarol Herbst2019-03-171-0/+23
* nv50/ir/nir: add memory barriersKarol Herbst2019-03-171-0/+21
* nv50/ir/nir: implement imagesKarol Herbst2019-03-171-10/+380
* nv50/ir/nir: implement ssbo intrinsicsKarol Herbst2019-03-171-0/+90
* nv50/ir/nir: implement nir_intrinsic_load_uboKarol Herbst2019-03-171-0/+14
* nv50/ir/nir: implement geometry shader nir_intrinsicsKarol Herbst2019-03-171-0/+27
* nv50/ir/nir: implement variable indexingKarol Herbst2019-03-171-0/+58