summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-05-01gallium/i915: fix PIPE_CAPF_MIN_CONSERVATIVE_RASTER_DILATE typoBrian Paul1-1/+1
2018-04-30nvc0: add conservative rasterization supportRhys Perry7-8/+87
2018-04-30st/mesa: add support for nvidia conservative rasterization extensionsRhys Perry3-0/+51
2018-04-30gallium: add initial support for conservative rasterizationRhys Perry21-2/+243
2018-04-30mesa: add support for nvidia conservative rasterization extensionsRhys Perry17-11/+526
2018-04-30glsl/tests: add GLSL_TYPE_UINT8, GLSL_TYPE_INT8 cases to switch statementsBrian Paul1-0/+6
2018-04-30tgsi: use enums instead of unsigned in ureg codeBrian Paul2-12/+12
2018-05-01nir: move GL specific passes to src/compiler/glslTimothy Arceri12-38/+83
2018-04-30radv/winsys: fix leaking resources from bo's imported by fdAndres Rodriguez1-0/+1
2018-04-30i965/tiled_memcpy: ytiled_to_linear a cache line at a timeScott D Phillips1-6/+66
2018-04-30i965: Record mipmap resolver for unmappingChris Wilson2-17/+22
2018-04-30i965: Move unmap_depthstencil before map_depthstencilChris Wilson1-57/+57
2018-04-30i965: Move unmap_etc before map_etcChris Wilson1-21/+21
2018-04-30i965: Move unmap_s8 before map_s8Chris Wilson1-30/+30
2018-04-30i965: Move unmap_movntdqa before map_movntdqaChris Wilson1-12/+12
2018-04-30i965: Move unmap_blit before map_blitChris Wilson1-22/+22
2018-04-30i965: Move unmap_gtt before map_gttChris Wilson1-6/+6
2018-05-01ac/nir: expand 64-bit vec3 loads to fix shuffling.Dave Airlie1-0/+5
2018-04-30i965: Don't stomp initial kflags for program cache.Kenneth Graunke1-2/+2
2018-04-30i965: Let batchbuffers be placed anywhere in the 48-bit address space.Kenneth Graunke1-1/+1
2018-04-30intel: fix check for 48b ppgtt supportScott D Phillips5-61/+34
2018-04-30st/omx/enc: fix blit setup for YUV LoadImageLeo Liu1-4/+4
2018-04-27radeonsi: increase the number of compiler threads depending on the CPUMarek Olšák2-16/+29
2018-04-27radeonsi: avoid a crash in gallivm_dispose_target_library_infoMarek Olšák1-0/+3
2018-04-27radeonsi: move data_layout into si_compilerMarek Olšák3-6/+11
2018-04-27radeonsi: move passmgr into si_compilerMarek Olšák4-40/+32
2018-04-27radeonsi: move target_library_info into si_compilerMarek Olšák3-5/+13
2018-04-27radeonsi: use si_compiler::triple in si_llvm_optimize_moduleMarek Olšák1-2/+2
2018-04-27radeonsi: add triple into si_compilerMarek Olšák6-5/+13
2018-04-27radeonsi: add struct si_compiler containing LLVMTargetMachineRefMarek Olšák8-91/+101
2018-04-27radeonsi: rename r600_texture::resource to bufferMarek Olšák10-201/+201
2018-04-27radeonsi: use r600_resource() typecast helperMarek Olšák19-78/+80
2018-04-27radeonsi: remove unused atom parameter from si_atom::emitMarek Olšák10-36/+26
2018-04-27radeonsi: inline 2 trivial state structuresMarek Olšák5-19/+11
2018-04-27radeonsi: remove function si_init_atomMarek Olšák4-27/+14
2018-04-27radeonsi: remove si_atom::idMarek Olšák4-28/+15
2018-04-27radeonsi: don't use an indirect table for state atomsMarek Olšák14-172/+148
2018-04-27radeonsi: rename r600_atom -> si_atomMarek Olšák10-76/+76
2018-04-27radeonsi: remove r600_pipe_common.hMarek Olšák14-347/+302
2018-04-27radeonsi/gfx9: workaround for INTERP with indirect indexingMarek Olšák1-6/+13
2018-04-27radeonsi: rewrite DCC format compatibility checking codeMarek Olšák1-56/+42
2018-04-27radeonsi: implement DCC fast clear swizzle constraints more accuratelyMarek Olšák3-35/+65
2018-04-27radeonsi: rename variables and document stuff around DCC fast clearMarek Olšák1-41/+42
2018-04-27radeonsi: fully enable 2x DCC MSAA for array and non-array texturesMarek Olšák4-14/+20
2018-04-27radeonsi: enable fast color clear for level 0 of mipmapped textures on <= VIMarek Olšák2-9/+24
2018-04-27ac/surface: handle DCC subresource fast clear restriction on VIMarek Olšák1-1/+20
2018-04-27swr/rast: No need to export GetSimdValidIndicesGfxGeorge Kyriazis1-4/+0
2018-04-27swr/rast: Small editorial changesGeorge Kyriazis3-19/+17
2018-04-27swr/rast: Use new processor detection mechanismGeorge Kyriazis2-1/+51
2018-04-27swr/rast: Output rasterizer dir to console since it's process specificGeorge Kyriazis1-1/+4