aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* st/mesa: Update shader info of ffvp/ARB_vp after translation to NIRDanylo Piliaiev2020-04-171-3/+20
* aco: fix exporting the viewport index if the fragment shader needs itSamuel Pitoiset2020-04-172-2/+4
* radv/llvm: fix exporting the viewport index if the fragment shader needs itSamuel Pitoiset2020-04-171-0/+1
* radv: set missing SHARED_VGPR_CNT for NGG VS and ACOSamuel Pitoiset2020-04-171-1/+1
* radv: fix geometry shader primitives query with ACO on GFX10Samuel Pitoiset2020-04-174-6/+7
* intel/compiler: Fixup operands in fs_builder::emit() that takes arrayIan Romanick2020-04-171-1/+10
* intel/compiler: CSEL can do saturateIan Romanick2020-04-171-0/+1
* intel/compiler: Only GE and L modifiers are commutative for SELIan Romanick2020-04-171-1/+5
* intel/compiler: Silence unused parameter warning in update_inst_scoreboardIan Romanick2020-04-171-3/+3
* intel/compiler: Silence unused parameter warning in fs_live_variables::setup_...Ian Romanick2020-04-172-4/+3
* intel/compiler: Silence unused parameter warnings in vec4_tcs_visitorIan Romanick2020-04-171-4/+4
* intel/blorp: Delete an unused enumJason Ekstrand2020-04-171-15/+0
* anv: Emit pushed UBO bounds checking code in the back-end compilerJason Ekstrand2020-04-175-144/+131
* intel/cfg: Add first/last_block helpersJason Ekstrand2020-04-171-0/+55
* tu: Use tu_cs_add_entries() with non-render-pass secondariesConnor Abbott2020-04-171-1/+1
* mesa: add interaction between compute derivatives and variable local sizesIlia Mirkin2020-04-171-0/+31
* st/mesa: properly guard fallback_copy_texsubimage aginst failed mapsKarol Herbst2020-04-171-1/+10
* radeonsi: don't assume ctx is always a threaded_contextPierre-Eric Pelloux-Prayer2020-04-171-1/+1
* nv50,nvc0: update with latest capsIlia Mirkin2020-04-162-1/+15
* intel/batch_decoder: Stop printing to stdoutJason Ekstrand2020-04-161-2/+2
* anv: Report correct SLM sizeJason Ekstrand2020-04-161-1/+1
* intel: Add _const versions of prog_data cast helpersJason Ekstrand2020-04-161-5/+10
* nir: Add some sanity assertions in opt_large_constantsJason Ekstrand2020-04-161-0/+2
* nir: Add an alignment to nir_intrinsic_load_constantJason Ekstrand2020-04-163-2/+7
* clover: Check if the detected clang libraries are usableJan Vesely2020-04-161-2/+27
* aco: add missing scc clobber to nir_op_unpack_32_2x16_split_yRhys Perry2020-04-161-1/+1
* aco: implement various 8/16-bit conversionsRhys Perry2020-04-161-165/+94
* iris: Enable EXT_depth_bounds_test extension.Rafael Antognolli2020-04-161-0/+2
* vbo: avoid including wingdi.h on win32Erik Faye-Lund2020-04-161-0/+3
* mesa: fixup cast expressionErik Faye-Lund2020-04-161-1/+1
* util/tests: initialize variableErik Faye-Lund2020-04-161-1/+1
* wgl: silence some cast-warningsErik Faye-Lund2020-04-162-4/+4
* meson: use override_options to change warning-levelErik Faye-Lund2020-04-161-1/+1
* turnip: image_view reworkJonathan Marek2020-04-164-379/+322
* turnip: don't limit framebuffer size to image sizeJonathan Marek2020-04-161-13/+0
* turnip: compute render_components/srgb_cntl at renderpass creation timeJonathan Marek2020-04-163-32/+30
* winsys/amdgpu: Retrieve WC flags from imported buffers.Bas Nieuwenhuizen2020-04-164-0/+25
* st/mesa: fix a crash due to passing a draw vertex shader into the driverMarek Olšák2020-04-161-1/+2
* tu: Align GMEM resolve blit scissorConnor Abbott2020-04-161-2/+1
* mesa/st: initialize all winsys_handle fields for memory objectsTapani Pälli2020-04-161-7/+11
* amd/addrlib: Use enum instead of sparse chars to identify dimensionsMichel Dänzer2020-04-163-207/+109
* gbm/dri: Propagate queryDmaBufModifiers return valueMichel Dänzer2020-04-161-4/+2
* zink: be less picky about tiled resourcesErik Faye-Lund2020-04-161-5/+1
* st/dri: make sure software color-buffers are linearErik Faye-Lund2020-04-161-1/+1
* virgl: Use ETC2 formats directly when possible.Lepton Wu2020-04-163-0/+25
* radeonsi: use thread_context::bytes_mapped_limitPierre-Eric Pelloux-Prayer2020-04-161-3/+11
* gallium/u_threaded: flush batch when hitting mapping limitPierre-Eric Pelloux-Prayer2020-04-162-0/+24
* radv: do not abort with unknown/unimplemented descriptor typesSamuel Pitoiset2020-04-161-6/+1
* aco: fix emitting stream output with tess eval shadersSamuel Pitoiset2020-04-161-1/+1
* aco: implement nir_op_f2i8/nir_op_f2u8Samuel Pitoiset2020-04-161-2/+4