summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-01-26nir: move shader_enums.[ch] to compilerEmil Velikov24-15/+116
2016-01-26compiler: introduce a libcompiler static libraryEmil Velikov9-5/+35
2016-01-26gallium/ddebug: add 'verbose' optionNicolai Hähnle5-5/+12
2016-01-26gallium/ddebug: make 'noflush' also affect 'always' modeNicolai Hähnle2-5/+10
2016-01-26radeonsi: use llvm.amdgcn.s.barrier instead of llvm.AMDGPU.barrier.localNicolai Hähnle1-1/+3
2016-01-25i965/bxt: Fix conservative wm thread counts.Ben Widawsky1-1/+1
2016-01-25meta: Use internal functions to set texture parametersIan Romanick4-24/+49
2016-01-25meta/blit: Restore GL_DEPTH_STENCIL_TEXTURE_MODE state for GL_TEXTURE_RECTANGLEIan Romanick1-8/+8
2016-01-25meta/copy_image: Fix typo in commentIan Romanick1-1/+1
2016-01-25mesa: Don't include meta.hIan Romanick1-1/+0
2016-01-25radeonsi: add DCC buffer for sampler views on new CSNicolai Hähnle1-15/+18
2016-01-25radeonsi: emit rw_buffers for tes_shader only if tes_shader presentNicolai Hähnle1-3/+5
2016-01-25radeonsi: do not set the shader->key for gs copy shadersNicolai Hähnle1-1/+0
2016-01-25radeonsi: si_llvm_emit_vs_epilogue is never used with gs copy shadersNicolai Hähnle1-2/+3
2016-01-25radeonsi: move is_gs_copy_shader to si_shader_contextNicolai Hähnle2-6/+5
2016-01-25radeonsi: replace use of is_gs_copy_shader in si_shader_vsNicolai Hähnle1-1/+1
2016-01-25radeonsi: ensure that VGT_GS_MODE is sent when necessaryNicolai Hähnle1-8/+21
2016-01-25radeonsi: extract the VGT_GS_MODE calculation into its own functionNicolai Hähnle1-19/+28
2016-01-24trace: fix a segfault when tracing indirect draw callsSamuel Pitoiset1-1/+16
2016-01-24Revert "mesa: enable enums for OES_geometry_shader"Marek Olšák2-86/+30
2016-01-23winsys/amdgpu: optionally use buffer lists with all allocated buffersMarek Olšák5-3/+61
2016-01-22glsl: Conditionalize atan2 math.Kenneth Graunke1-1/+1
2016-01-23virgl: enable building on AndroidRob Herring5-2/+80
2016-01-23virtio_gpu: Add PCI ID to driver mapRob Herring2-0/+8
2016-01-22i965: Implement a drirc workaround for broken dual color blending.Kenneth Graunke8-9/+28
2016-01-22radeonsi: add ETC1 support for StoneyMarek Olšák1-0/+1
2016-01-22radeonsi: change LLVM intrinsics for BREV, CLAMP, EX2Marek Olšák1-3/+6
2016-01-22radeonsi: add max waves / SIMD to shader stats (v2)Marek Olšák1-5/+49
2016-01-22radeonsi: enable late VS allocation (v3)Marek Olšák1-3/+23
2016-01-22radeonsi: allow using all CUs for tessellation and on-chip GS (v2)Marek Olšák1-2/+2
2016-01-22Revert "mesa: Deal with size differences between GLuint and GLhandleARB in Ge...Jeremy Huddleston Sequoia1-17/+1
2016-01-22i965/fs: Remove unused count from vs urb setupBen Widawsky1-6/+0
2016-01-22Revert "radeonsi: fix discard-only fragment shaders (v2)"Nicolai Hähnle1-4/+0
2016-01-22radeonsi: fix discard-only fragment shaders (v2)Nicolai Hähnle1-0/+4
2016-01-22mesa: Update _mesa_has_geometry_shadersMarta Lofstedt1-1/+2
2016-01-22glsl: add support for GL_OES_geometry_shaderMarta Lofstedt4-14/+23
2016-01-22mesa: enable enums for OES_geometry_shaderMarta Lofstedt2-30/+86
2016-01-22glapi: add GL_OES_geometry_shader extensionMarta Lofstedt5-3/+50
2016-01-22docs: correct 11.1.1 release yearEmil Velikov1-1/+1
2016-01-22docs: add news item and link release notes for 11.0.9Emil Velikov2-0/+11
2016-01-22docs: add sha256 checksums for 11.0.9Emil Velikov1-1/+2
2016-01-22docs: add release notes for 11.0.9Emil Velikov1-0/+126
2016-01-22radeonsi: add ETC2 support for StoneyMarek Olšák2-10/+38
2016-01-22radeonsi: implement SAMPLEPOS system value without a constant buffer loadMarek Olšák1-2/+13
2016-01-22winsys/amdgpu: compute num_good_compute_units correctlyMarek Olšák1-10/+5
2016-01-22gallium/radeon: rename max_compute_units -> num_good_compute_unitsMarek Olšák6-11/+11
2016-01-22radeonsi: disable SPI color outputs the shader doesn't writeMarek Olšák2-0/+16
2016-01-22radeonsi: use all SPI color formatsMarek Olšák6-58/+195
2016-01-22radeonsi: use 32_AR for alpha-to-coverage without a color bufferMarek Olšák1-1/+1
2016-01-22radeonsi: add shader conversion code for all SPI color formatsMarek Olšák2-14/+140