summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-02-06gitlab-ci: add make Gallium ST Clover LLVM-4.0 buildEric Engestrom3-30/+7
2019-02-06gitlab-ci: add make Gallium ST Clover LLVM-3.9 buildEric Engestrom2-30/+24
2019-02-06gitlab-ci: add make Gallium Drivers "Other" buildEric Engestrom2-27/+6
2019-02-06gitlab-ci: add make Gallium Drivers RadeonSI buildEric Engestrom2-29/+6
2019-02-06gitlab-ci: add make Gallium Drivers SWR buildEric Engestrom2-28/+25
2019-02-06gitlab-ci: add make loaders/classic DRI buildEric Engestrom2-23/+23
2019-02-06gitlab-ci: add meson gallium ST "Other" buildEric Engestrom3-32/+23
2019-02-06gitlab-ci: add meson gallium ST Clover (LLVM 7.0) buildEric Engestrom3-29/+8
2019-02-06gitlab-ci: add meson gallium ST Clover (LLVM 6.0) buildEric Engestrom3-25/+7
2019-02-06gitlab-ci: add meson gallium ST Clover (LLVM 5.0) buildEric Engestrom3-26/+23
2019-02-06gitlab-ci: add meson gallium "other drivers" buildEric Engestrom3-24/+21
2019-02-06gitlab-ci: add meson gallium RadeonSI buildEric Engestrom2-26/+20
2019-02-06gitlab-ci: add meson gallium SWR buildEric Engestrom3-25/+24
2019-02-06gitlab-ci: add meson loader/classic DRI buildEric Engestrom3-20/+24
2019-02-06gitlab-ci: add scons SWR buildEric Engestrom3-19/+8
2019-02-06gitlab-ci: add scons llvm 3.5 buildEric Engestrom3-22/+12
2019-02-06gitlab-ci: add a scons no-llvm buildEric Engestrom3-17/+15
2019-02-06gitlab-ci: add a make vulkan buildEric Engestrom2-28/+49
2019-02-06gitlab-ci: add a meson vulkan buildEric Engestrom2-24/+61
2019-02-06gitlab-ci: add ubuntu containerEric Engestrom2-0/+190
2019-02-06radeonsi: use local ws variable in si_need_dma_spaceMarek Olšák1-9/+10
2019-02-06radeonsi: don't leak an index buffer if draw_vbo failsMarek Olšák1-3/+5
2019-02-06radeonsi: make allocator_zeroed_memory unmappable and use bigger buffersMarek Olšák1-1/+2
2019-02-06radeonsi: clear allocator_zeroed_memory with SDMAMarek Olšák4-12/+9
2019-02-06radeonsi: initialize textures using DCC to black when possibleMarek Olšák3-13/+63
2019-02-06freedreno: a2xx: fix fast clearJonathan Marek1-1/+0
2019-02-06egl: use coherent variable namesEric Engestrom24-383/+383
2019-02-06meson: Remove panfrost from default driver listAlyssa Rosenzweig1-1/+1
2019-02-05v3d: Whitespace consistency fix.Eric Anholt1-1/+1
2019-02-05v3d: Fix copy-propagation of input unpacks.Eric Anholt5-35/+94
2019-02-05v3d: Fix input packing of .l for rounding/fdx/fdy.Eric Anholt2-1/+2
2019-02-05v3d: Fix pack/unpack of VFPACK operand unpacks.Eric Anholt2-1/+33
2019-02-05v3d: Fix dumping of shaders with alpha test.Eric Anholt1-1/+3
2019-02-05v3d: Store the actual mask of color buffers present in the key.Eric Anholt3-14/+16
2019-02-05v3d: Fix precompile of FRAG_RESULT_DATA1 and higher outputs.Eric Anholt1-1/+1
2019-02-05st/nir: Use src/ relative include path for autotoolsKristian H. Kristensen2-2/+4
2019-02-05gallium: Add a PIPE_CAP_NIR_COMPACT_ARRAYS capability bit.Kenneth Graunke4-2/+8
2019-02-05st/nir: Call nir_lower_clip_cull_distance_arrays().Kenneth Graunke1-0/+1
2019-02-05nir: Avoid splitting compact arrays into per-element variables.Kenneth Graunke1-0/+4
2019-02-05nir: Avoid clip/cull distance lowering multiple times.Kenneth Graunke1-2/+12
2019-02-05nir: Bail on clip/cull distance lowering if GLSL IR already did it.Kenneth Graunke1-2/+2
2019-02-05compiler: Mark clip/cull distance arrays as compact before lowering.Kenneth Graunke2-0/+14
2019-02-05nir: Record info->fs.pixel_center_integer in lower_system_valuesKenneth Graunke2-5/+6
2019-02-05program: Extend prog_to_nir handle system values.Kenneth Graunke1-0/+30
2019-02-05program: Use u_bit_scan64 in prog_to_nir.Kenneth Graunke1-7/+6
2019-02-05st/mesa: Add NIR versions of the PBO upload/download shaders.Kenneth Graunke1-2/+188
2019-02-05st/mesa: Add a NIR version of the OES_draw_texture built-in shaders.Kenneth Graunke1-7/+62
2019-02-05st/mesa: Add NIR versions of the clear shaders.Kenneth Graunke1-13/+67
2019-02-05st/mesa: Add NIR versions of the drawpixels Z/stencil fragment shaders.Kenneth Graunke1-21/+119
2019-02-05st/mesa: Add a NIR version of the drawpixels/bitmap VS copy shader.Kenneth Graunke1-8/+29