summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-06-18virgl/vtest: use fd passing to do some dri3 vtest?vtest-fd-passDave Airlie6-14/+96
2018-06-18vtest: add read/write msg supportDave Airlie3-13/+101
2018-06-18mesa: Unconditionally enable floating-point texturesTimothy Arceri7-71/+0
2018-06-16intel/fs: shuffle_64bit_data_for_32bit_write is not used anymoreJose Maria Casanova Crespo2-36/+0
2018-06-16intel/fs: Use new shuffle_32bit_write for all 64-bit storage writesJose Maria Casanova Crespo1-7/+6
2018-06-16intel/fs: shuffle_32bit_load_result_to_64bit_data is not used anymoreJose Maria Casanova Crespo2-58/+0
2018-06-16intel/fs: Use shuffle_from_32bit_read for 64-bit FS load_inputJose Maria Casanova Crespo1-4/+4
2018-06-16intel/fs: shuffle_from_32bit_read at load_per_vertex_input at TCS/TESJose Maria Casanova Crespo1-14/+8
2018-06-16intel/fs: Use shuffle_from_32bit_read at VS load_inputJose Maria Casanova Crespo1-10/+5
2018-06-16intel/fs: Use shuffle_from_32bit_read for 64-bit gs_input_loadJose Maria Casanova Crespo1-5/+5
2018-06-16intel/fs: shuffle_from_32bit_read for 64-bit do_untyped_vector_readJose Maria Casanova Crespo1-10/+2
2018-06-16intel/fs: Remove old 16-bit shuffle/unshuffle functionsJose Maria Casanova Crespo2-73/+0
2018-06-16intel/fs: Use shuffle_for_32bit_write for 16-bits store_ssboJose Maria Casanova Crespo1-5/+2
2018-06-16intel/fs: Use shuffle_from_32bit_read to read 16-bit SSBOJose Maria Casanova Crespo1-4/+2
2018-06-16intel/fs: Use shuffle_from_32bit_read at VARYING_PULL_CONSTANT_LOADJose Maria Casanova Crespo1-15/+2
2018-06-16intel/fs: New shuffle_for_32bit_write and shuffle_from_32bit_readJose Maria Casanova Crespo2-0/+54
2018-06-16intel/fs: general 8/16/32/64-bit shuffle_src_to_dst functionJose Maria Casanova Crespo1-0/+101
2018-06-16appveyor: Consume LLVM 5.0.1.Jose Fonseca1-2/+2
2018-06-16ac: Clear meminfo to avoid valgrind warning.Bas Nieuwenhuizen1-1/+1
2018-06-16radv: fix emitting the TCS regs on GFX9Samuel Pitoiset1-1/+0
2018-06-15nir: Document a couple instances of parent_instrIan Romanick1-0/+2
2018-06-15i965/fs: Propagate conditional modifiers from not instructionsIan Romanick1-1/+61
2018-06-15i965/fs: Rearrange code to remove most of the gotosIan Romanick1-11/+3
2018-06-15i965/fs: Refactor propagation of conditional modifiers from compares to addsIan Romanick1-57/+80
2018-06-15i965/vec4: Optimize OR with 0 into a MOVIan Romanick1-0/+8
2018-06-15i965/vec4: Don't register coalesce into source of VS_OPCODE_UNPACK_FLAGS_SIMD4X2Ian Romanick1-0/+9
2018-06-15i965/fs: Optimize OR with 0 into a MOVIan Romanick1-1/+2
2018-06-15v3d: Handle a no-intersection scissor even if it's outside of the VP.Eric Anholt1-10/+8
2018-06-15v3d: Use the proper depth texture type for sampling.Eric Anholt1-3/+3
2018-06-15v3d: Limit shader threading according to our maximum TMU fifo usage.Eric Anholt1-10/+24
2018-06-15v3d: Fix shaders using pixel center W but no varyings.Eric Anholt4-16/+9
2018-06-15docs: Update release-notes and calendarDylan Baker2-7/+1
2018-06-15docs: Add release notes for 18.1.2Dylan Baker1-0/+170
2018-06-15intel/aubinator: Use int to store getopt_long flags.Rafael Antognolli1-2/+2
2018-06-15Revert "radv: always set/load both depth and stencil clear values"Samuel Pitoiset1-5/+28
2018-06-15radv: don't check for linear images in emit_fast_color_clear()Samuel Pitoiset1-2/+0
2018-06-15radv: allow RADV_PERFTEST=dccmsaa on GFX9Samuel Pitoiset1-2/+2
2018-06-15radv: add RADV_DEBUG=checkirSamuel Pitoiset5-3/+11
2018-06-15radv: update ZRANGE_PRECISION in radv_update_bound_fast_clear_ds()Samuel Pitoiset1-31/+15
2018-06-15radv: clean up radv_{set,load}_depth_clear_regs() helpersSamuel Pitoiset3-32/+44
2018-06-15radv: always set/load both depth and stencil clear valuesSamuel Pitoiset1-28/+5
2018-06-15radv: update the fast ds clear values only if the image is boundSamuel Pitoiset1-5/+32
2018-06-15radv: clean up radv_{set,load}_color_clear_regs() helpersSamuel Pitoiset3-33/+47
2018-06-15radv: update the fast color clear values only if the image is boundSamuel Pitoiset1-3/+32
2018-06-15util/bitset: include util/macro.hChristian Gmeiner1-0/+1
2018-06-15meson: fix private libs when building without glxLukas Rusak1-6/+12
2018-06-14docs: document addition of GL_ARB_sample_locations for nvc0Rhys Perry2-2/+2
2018-06-14nvc0: add support for programmable sample locationsRhys Perry10-46/+299
2018-06-14st/mesa: add support for ARB_sample_locationsRhys Perry8-7/+129
2018-06-14gallium: add support for programmable sample locationsRhys Perry24-2/+120