aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* radeonsi: use local ws variable in si_need_dma_spaceMarek Olšák2019-02-061-9/+10
* radeonsi: don't leak an index buffer if draw_vbo failsMarek Olšák2019-02-061-3/+5
* radeonsi: make allocator_zeroed_memory unmappable and use bigger buffersMarek Olšák2019-02-061-1/+2
* radeonsi: clear allocator_zeroed_memory with SDMAMarek Olšák2019-02-064-12/+9
* radeonsi: initialize textures using DCC to black when possibleMarek Olšák2019-02-063-13/+63
* freedreno: a2xx: fix fast clearJonathan Marek2019-02-061-1/+0
* egl: use coherent variable namesEric Engestrom2019-02-0624-383/+383
* v3d: Whitespace consistency fix.Eric Anholt2019-02-051-1/+1
* v3d: Fix copy-propagation of input unpacks.Eric Anholt2019-02-055-35/+94
* v3d: Fix input packing of .l for rounding/fdx/fdy.Eric Anholt2019-02-052-1/+2
* v3d: Fix pack/unpack of VFPACK operand unpacks.Eric Anholt2019-02-052-1/+33
* v3d: Fix dumping of shaders with alpha test.Eric Anholt2019-02-051-1/+3
* v3d: Store the actual mask of color buffers present in the key.Eric Anholt2019-02-053-14/+16
* v3d: Fix precompile of FRAG_RESULT_DATA1 and higher outputs.Eric Anholt2019-02-051-1/+1
* st/nir: Use src/ relative include path for autotoolsKristian H. Kristensen2019-02-052-2/+4
* gallium: Add a PIPE_CAP_NIR_COMPACT_ARRAYS capability bit.Kenneth Graunke2019-02-054-2/+8
* st/nir: Call nir_lower_clip_cull_distance_arrays().Kenneth Graunke2019-02-051-0/+1
* nir: Avoid splitting compact arrays into per-element variables.Kenneth Graunke2019-02-051-0/+4
* nir: Avoid clip/cull distance lowering multiple times.Kenneth Graunke2019-02-051-2/+12
* nir: Bail on clip/cull distance lowering if GLSL IR already did it.Kenneth Graunke2019-02-051-2/+2
* compiler: Mark clip/cull distance arrays as compact before lowering.Kenneth Graunke2019-02-052-0/+14
* nir: Record info->fs.pixel_center_integer in lower_system_valuesKenneth Graunke2019-02-052-5/+6
* program: Extend prog_to_nir handle system values.Kenneth Graunke2019-02-051-0/+30
* program: Use u_bit_scan64 in prog_to_nir.Kenneth Graunke2019-02-051-7/+6
* st/mesa: Add NIR versions of the PBO upload/download shaders.Kenneth Graunke2019-02-051-2/+188
* st/mesa: Add a NIR version of the OES_draw_texture built-in shaders.Kenneth Graunke2019-02-051-7/+62
* st/mesa: Add NIR versions of the clear shaders.Kenneth Graunke2019-02-051-13/+67
* st/mesa: Add NIR versions of the drawpixels Z/stencil fragment shaders.Kenneth Graunke2019-02-051-21/+119
* st/mesa: Add a NIR version of the drawpixels/bitmap VS copy shader.Kenneth Graunke2019-02-051-8/+29
* st/nir: Make new helpers for constructing built-in NIR shaders.Kenneth Graunke2019-02-054-0/+155
* st/nir: Move varying setup code to a helper function.Kenneth Graunke2019-02-052-20/+29
* nir/deref: Drop zero ptr_as_array derefsJason Ekstrand2019-02-051-0/+21
* nir: Move V3D's "the shader was TGSI, ignore FS output types" flag to NIR.Eric Anholt2019-02-054-10/+24
* anv: wire up the state_pool_padding testEmil Velikov2019-02-051-0/+5
* nvc0/ir: replace cvt instructions with add to improve shader performanceKarol Herbst2019-02-052-0/+64
* gallium-xlib: query MIT-SHM before using it.Bart Oldeman2019-02-051-1/+3
* swr/rast: update SWR rasterizer shader statsAlok Hota2019-02-0510-38/+204
* loader/dri3: Use strlen instead of sizeof for creating VRR property atomMichel Dänzer2019-02-051-1/+1
* nir: add missing vec opcodes in lower_bool_to_floatJonathan Marek2019-02-051-0/+6
* mesa: release references to image textures when a context is destroyedGert Wollny2019-02-053-0/+15
* radeonsi: release tokens after creating the shader programGert Wollny2019-02-051-0/+2
* isl: assert that Gen8+ don't have bit6_swizzlingCaio Marcelo de Oliveira Filho2019-02-041-0/+3
* anv: skip bit6 swizzle detection in Gen8+Caio Marcelo de Oliveira Filho2019-02-041-2/+14
* i965: skip bit6 swizzle detection in Gen8+Caio Marcelo de Oliveira Filho2019-02-041-0/+14
* nir: keep the phi order when splitting blocksCaio Marcelo de Oliveira Filho2019-02-041-3/+2
* nv50,nvc0: add explicit settings for recent capsIlia Mirkin2019-02-042-0/+4
* panfrost: Implement Midgard shader toolchainAlyssa Rosenzweig2019-02-0513-2/+6383
* panfrost: Initial stub for Panfrost driverAlyssa Rosenzweig2019-02-0525-1/+3239
* radeonsi: fix crashing performance counters (division by zero)Marek Olšák2019-02-041-1/+1
* radeonsi: handle render_condition_enable in si_compute_clear_render_targetMarek Olšák2019-02-043-3/+8