summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-02-08st/mesa: maybe cleaner this waygallium-sampler-fixDave Airlie1-7/+11
2016-02-08st/mesa: handle const initialisers betterDave Airlie1-1/+2
2016-02-08st/mesa: enable AoA for gallium drivers reporting GLSL 1.30Dave Airlie3-1/+3
2016-02-08st/mesa: add atomic AoA supportDave Airlie1-8/+6
2016-02-08mesa: drop unused nonconst sampler functions.Dave Airlie2-14/+0
2016-02-08st/mesa: handle indirect samplers in arrays/structs properly (v4)Dave Airlie1-18/+118
2016-02-08glsl/ir: add param index to variable.Dave Airlie3-4/+11
2016-02-08trace: add missing pipe_context::clear_texture()Samuel Pitoiset1-0/+28
2016-02-08trace: remove useless MALLOC() in trace_context_draw_vbo()Samuel Pitoiset1-11/+6
2016-02-07mesa/extensions: Fix NVX_gpu_memory_info lexicographical order.Vinson Lee1-1/+2
2016-02-07glsl: return cloned signature, not the builtin oneIlia Mirkin1-1/+2
2016-02-07glsl: make sure builtins are initialized before getting the shaderIlia Mirkin1-0/+1
2016-02-06tgsi: use TGSI_WRITEMASK_XYZW instead of hardcoding the maskSamuel Pitoiset2-4/+4
2016-02-06glsl: don't generate transform feedback candidate when not requiredTimothy Arceri1-2/+4
2016-02-06glsl: replace unreachable code with an assert()Timothy Arceri2-65/+38
2016-02-05r600, compute: Do not overwrite pipe_resource.screenJan Vesely1-1/+1
2016-02-05r600g: Ignore format for PIPE_BUFFER targetsJan Vesely1-1/+1
2016-02-05mesa/get: fix a breakage after rebaseMarek Olšák1-0/+1
2016-02-05i965/vec4: don't copy ATTR into 3src instructions with complex swizzlesMatt Turner1-4/+10
2016-02-05docs/relnotes: document memory info extensionsMarek Olšák1-0/+2
2016-02-05gallium/radeon: implement query_memory_info (v2)Marek Olšák3-2/+39
2016-02-05st/mesa: implement and enable memory info extensions (v2)Marek Olšák2-0/+27
2016-02-05mesa: implement GL_ATI_meminfo (v2)Marek Olšák5-1/+38
2016-02-05mesa: implement GL_NVX_gpu_memory_info (v2)Marek Olšák6-0/+61
2016-02-05gallium: add interface for querying memory usage and sizes (v2)Marek Olšák16-0/+33
2016-02-05gallium/radeon: remove radeon_info::r600_tiling_configMarek Olšák4-24/+9
2016-02-05gallium/radeon: get pipe_interleave_bytes AKA group_bytes from the winsysMarek Olšák7-65/+16
2016-02-05gallium/radeon: set num_banks in the winsysMarek Olšák7-32/+13
2016-02-05gallium/radeon: just get num_tile_pipes from the winsysMarek Olšák6-91/+9
2016-02-05winsys/amdgpu: add an assertion to cik_get_num_tile_pipes (v2)Marek Olšák1-1/+4
2016-02-05winsys/amdgpu: remove an r600-only settingMarek Olšák1-1/+0
2016-02-05gallium/radeon: rename & reorder members of radeon_infoMarek Olšák14-95/+103
2016-02-05mesa: Fix locking of GLsync objects.Steinar H. Gunderson4-49/+66
2016-02-05radeonsi: add placeholder MC and SRBM performance counter groupsNicolai Hähnle1-16/+54
2016-02-05radeonsi: re-order the SQ_xx performance counter blocksNicolai Hähnle3-39/+42
2016-02-05radeonsi: re-order the perfcounter hardware blocksNicolai Hähnle1-12/+18
2016-02-05gallium/radeon: add GPIN driver query groupNicolai Hähnle2-3/+87
2016-02-05radeonsi: Allow dumping LLVM IR before optimization passesNicolai Hähnle3-2/+16
2016-02-05gallium/radeon: emit LLVM `ret void` before radeon_llvm_finalize_moduleNicolai Hähnle3-3/+4
2016-02-05st/mesa: bail out of try_pbo_upload_common when constant upload failsNicolai Hähnle1-0/+6
2016-02-05st/mesa: bail out of try_pbo_upload_common when vertex upload failsNicolai Hähnle1-1/+9
2016-02-05st/mesa: reduce the scope of sampler_view in try_pbo_upload_commonNicolai Hähnle1-3/+3
2016-02-05st/mesa: do uploads earlier in try_pbo_upload_commonNicolai Hähnle1-45/+44
2016-02-05main: Use a derived value for the default sample countNeil Roberts3-1/+25
2016-02-05program: Use _mesa_geometric_samples to calculate gl_NumSamplesNeil Roberts1-1/+2
2016-02-05main: Use _mesa_geometric_samples to calculate GL_SAMPLE_BUFFERSNeil Roberts2-1/+4
2016-02-05main: Use _mesa_geometric_samples to calculate the value of GL_SAMPLESNeil Roberts2-1/+5
2016-02-05nvc0: avoid negatives in PUSH_SPACE argumentIlia Mirkin1-2/+1
2016-02-05nvc0: add some missing PUSH_SPACE'sIlia Mirkin1-1/+9
2016-02-05nvc0/ir: fix converting between predicate and gprIlia Mirkin3-11/+41