summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* freedreno/a6xx: Support layered render targetsKristian H. Kristensen2019-10-174-4/+32
* freedreno/a6xx: Emit program state for GSKristian H. Kristensen2019-10-173-26/+148
* freedreno/ir3: End VS with CHMASK and CHSH in GS pipelinesKristian H. Kristensen2019-10-171-1/+18
* freedreno/ir3: Start GS with (ss) and (sy)Kristian H. Kristensen2019-10-171-0/+13
* freedreno/ir3: Pre-color GS header and primitive IDKristian H. Kristensen2019-10-171-0/+9
* freedreno/ir3: Setup ir3 inputs and outputs for GSKristian H. Kristensen2019-10-171-3/+64
* freedreno/ir3: Implement primitive layout intrinsicsKristian H. Kristensen2019-10-178-4/+113
* freedreno/ir3: Implement lowering passes for VS and GSKristian H. Kristensen2019-10-1713-2/+517
* freedreno/ir3: Add has_gs flag to shader keyKristian H. Kristensen2019-10-172-5/+11
* freedreno/a6xx: Add missing adjacency primitives to tableKristian H. Kristensen2019-10-171-8/+12
* freedreno/ir3: Add intrinsics that map to LDLW/STLWKristian H. Kristensen2019-10-172-0/+83
* freedreno/ir3: Add new LDLW/STLW instructionsKristian H. Kristensen2019-10-174-3/+8
* freedreno/ir3: Extend RA with mechanism for pre-coloring registersKristian H. Kristensen2019-10-173-50/+60
* freedreno/ir3: Use third register for offset for LDL and LDLVKristian H. Kristensen2019-10-174-12/+18
* freedreno/ir3: Add support for CHSH and CHMASK instructionsKristian H. Kristensen2019-10-172-1/+3
* freedreno/a6xx: Trim a few regs from fd6_emit_restore()Kristian H. Kristensen2019-10-171-20/+0
* freedreno/registers: Update with GS, HS and DS registersKristian H. Kristensen2019-10-176-12/+108
* freedreno/ci: Ban texsubimage2d_pbo.r16ui_2d, due to two flakes reported.Eric Anholt2019-10-171-0/+3
* st/mesa: silence a warning in st_nir_lower_tex_src_planeMarek Olšák2019-10-171-1/+1
* gallium/u_blitter: remove an unused variableMarek Olšák2019-10-171-2/+0
* radeonsi: recreate aux_context after a GPU resetMarek Olšák2019-10-171-3/+25
* radeonsi: call the reset callback if get_device_reset_status returns a failureMarek Olšák2019-10-173-20/+7
* st/mesa: call the reset callback if glGetGraphicsResetStatus returns a failureMarek Olšák2019-10-171-12/+14
* intel/fs/gen12: Add tests for scoreboard passCaio Marcelo de Oliveira Filho2019-10-172-1/+864
* aco: don't combine minmax3 if there is a neg or abs modifier in betweenDaniel Schürmann2019-10-171-29/+1
* gallivm: Fix saturated signed psub/padd intrinsics on llvm 8Roland Scheidegger2019-10-171-18/+10
* radv: fix DCC fast clear code for intensity formats (correctly)Samuel Pitoiset2019-10-171-12/+9
* panfrost: Keep track of active BOsTomeu Vizoso2019-10-173-21/+87
* nv50/ir: remove DUMMY edge typeKarol Herbst2019-10-174-13/+1
* gallium: do not increase ref count of the new throttle fenceJames Xiong2019-10-171-2/+4
* nir: drop unused alpha_ref_floatErik Faye-Lund2019-10-172-2/+0
* nir: drop support for using load_alpha_ref_floatErik Faye-Lund2019-10-171-14/+11
* v3d: do not report alpha-test as supportedErik Faye-Lund2019-10-173-11/+3
* vc4: do not report alpha-test as supportedErik Faye-Lund2019-10-172-14/+4
* panfrost: do not report alpha-test as supportedErik Faye-Lund2019-10-173-20/+3
* mesa/st: support lowering user-clip-planes automaticallyErik Faye-Lund2019-10-178-2/+45
* mesa/program: support referencing the clip-space clip-plane stateErik Faye-Lund2019-10-172-0/+14
* nir: support feeding state to nir_lower_clip_[vg]sErik Faye-Lund2019-10-177-17/+49
* nir: support lowering clipdist to arraysErik Faye-Lund2019-10-177-44/+89
* mesa/gallium: automatically lower two-sided lightingErik Faye-Lund2019-10-179-3/+22
* nir: support derefs in two-sided lighting loweringErik Faye-Lund2019-10-171-12/+28
* mesa/gallium: automatically lower point-sizeErik Faye-Lund2019-10-178-1/+26
* nir: add lowering-pass for point-size movErik Faye-Lund2019-10-174-0/+74
* st/mesa: move point_size_per_vertex-logic to helperErik Faye-Lund2019-10-172-30/+34
* mesa/gallium: automatically lower alpha-testingErik Faye-Lund2019-10-178-1/+27
* nir: allow passing alpha-ref state to lowering-codeErik Faye-Lund2019-10-175-7/+25
* mesa: expose alpha-ref as a state-variableErik Faye-Lund2019-10-172-0/+11
* st/mesa: handling lower flatshading for NIR drivers.Dave Airlie2019-10-176-1/+18
* gallium: add flatshade lowering capabilityDave Airlie2019-10-173-0/+5
* nir: add a pass to lower flat shading.Dave Airlie2019-10-174-0/+54