summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-08-01st/dri: don't set PIPE_BIND_SHARED for privately-allocated renderbuffersMarek Olšák1-2/+3
2017-08-01radeonsi: don't print AMD twice in the renderer string with the marketing nameMarek Olšák1-1/+2
2017-08-01radeonsi: print CE IBs into ddebug reportsMarek Olšák7-10/+41
2017-08-01radeonsi: fix printing vertex buffer descriptors into ddebug reportsMarek Olšák2-0/+8
2017-08-01radeonsi: don't flush sL1 conditionally in WAIT_ON_CE_COUNTERMarek Olšák1-3/+3
2017-08-01radeonsi: set up HTILE in descriptors only when level 0 is accessibleMarek Olšák1-1/+1
2017-08-01radeonsi: fix various CLEAR_STATE issuesMarek Olšák1-0/+22
2017-08-01build: Convert git_sha1_gen script to Python.Jose Fonseca3-3/+4
2017-08-01Fix SCons buildNicolai Hähnle1-1/+1
2017-08-01mesa: fix bad cast conversions in viewport()Samuel Pitoiset1-3/+4
2017-07-31i965/drm: Inline brw_bo_references.Kenneth Graunke2-7/+6
2017-08-01Revert "st_glsl_to_tgsi: rewrite rename registers to use array fully."Dave Airlie1-26/+29
2017-08-01radv: handle 10-bit format clamping workaround.Dave Airlie8-16/+51
2017-07-31gallium/targets: Fix d3dadapter9 build after xmlconfig move.Bas Nieuwenhuizen1-0/+1
2017-07-31radv: Don't underflow non-visible VRAM size.Bas Nieuwenhuizen1-2/+4
2017-07-31Android: fix xmlconfig buildRob Herring1-0/+3
2017-07-31util/ra: fix memory leakEric Engestrom1-0/+2
2017-07-31mesa: drop unnecessary GLAPIENTRY to _mesa_init_line()Samuel Pitoiset2-2/+2
2017-07-31mesa: only check errors when the state change in glClipControl()Samuel Pitoiset1-14/+16
2017-07-31mesa: only check errors when the state change in glPointSize()Samuel Pitoiset1-10/+9
2017-07-31mesa: only check errors when the state change in glCullFace()Samuel Pitoiset1-9/+10
2017-07-31mesa: only check errors when the state change in glProvokingVertex()Samuel Pitoiset1-3/+3
2017-07-31ac/common: always build NIR translationNicolai Hähnle1-7/+2
2017-07-31Android: fix compile error for DRI2 loader getCapabilityRob Herring1-1/+1
2017-07-31Attempt to fix AppVeyor build, round 2Nicolai Hähnle1-5/+7
2017-07-31Revert "st/mesa: release sampler views when redefining a texture in st_contex...Marek Olšák1-2/+0
2017-07-31Attempt to fix the AppVeyor buildNicolai Hähnle2-4/+1
2017-07-31xmlconfig: move into src/utilNicolai Hähnle53-110/+124
2017-07-31xmlconfig: remove GL type dependenciesNicolai Hähnle1-6/+4
2017-07-31radeonsi: ensure that temp array allocas are in the entry blockNicolai Hähnle1-1/+1
2017-07-31radeonsi: enable R600_DEBUG=nir for vertex and fragment shadersNicolai Hähnle3-1/+8
2017-07-31radeonsi: VS as ES/LS are not yet supported with R600_DEBUG=nirNicolai Hähnle1-0/+2
2017-07-31radeonsi/nir: lower uniforms to UBO loadsNicolai Hähnle1-0/+10
2017-07-31ac/nir: implement load_frag_coord intrinsicNicolai Hähnle1-0/+10
2017-07-31radeonsi/nir: lower txp instructionsNicolai Hähnle1-0/+5
2017-07-31ac/nir: pass ac_llvm_context to unpack_paramNicolai Hähnle1-18/+18
2017-07-31ac/nir,radeonsi: add and use ac_shader_abi::frag_posNicolai Hähnle3-17/+26
2017-07-31ac/nir,radeonsi: add and use ac_shader_abi::{ancillary,sample_coverage}Nicolai Hähnle3-8/+10
2017-07-31ac/nir,radv: move force_persample to ac_shader_info::force_persampleNicolai Hähnle6-6/+10
2017-07-31radeonsi: tweak next-shader assumptions when streamout is usedNicolai Hähnle1-5/+11
2017-07-31radeonsi: use new function ac_build_umin for edgeflag clampingNicolai Hähnle3-1/+9
2017-07-31ac/nir: clamp shadow texture comparison value on VINicolai Hähnle1-1/+13
2017-07-31ac/nir: add always_vector argument to ac_build_gather_values_extendedNicolai Hähnle3-19/+13
2017-07-31ac/nir,radeonsi: add ac_shader_abi::front_faceNicolai Hähnle3-7/+15
2017-07-31ac/nir: pass ac_nir_context to emit_ddxyNicolai Hähnle1-15/+14
2017-07-31ac/nir: pass ac_nir_context to SSBO intrinsic handlersNicolai Hähnle1-55/+59
2017-07-31radeonsi: implement and use ac_shader_abi::load_ssboNicolai Hähnle2-11/+20
2017-07-31radeonsi: make get_indirect_index globally visibleNicolai Hähnle2-10/+13
2017-07-31ac/nir: load buffer descriptors via ac_shader_abi::load_ssboNicolai Hähnle2-8/+30
2017-07-31ac/nir: pass ac_nir_context to emit_discard_ifNicolai Hähnle1-8/+8