summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* radv: winsys/amdgpu: include missing pthread.h headerMauro Rossi2018-07-071-0/+1
* nv50/ir: fix Instruction::isActionEqual for PHI instructionsKarol Herbst2018-07-071-0/+6
* nvc0/ir: use the combined tid special registerRhys Perry2018-07-079-0/+61
* nir/print: Print texture and sampler indicesJason Ekstrand2018-07-071-0/+11
* intel/compiler: Relax mixed type restriction for saturating immediatesIan Romanick2018-07-062-4/+22
* i965/vec4: Properly handle sign(-abs(x))Ian Romanick2018-07-061-1/+17
* i965/fs: Properly handle sign(-abs(x))Ian Romanick2018-07-061-3/+12
* vulkan: utils: handle hexadecimal values in registryLionel Landwerlin2018-07-061-1/+1
* st/dri: fix a crash in server_wait_syncMarek Olšák2018-07-061-0/+6
* python: Stop using the Python 2 exception syntaxMathieu Bridon2018-07-065-7/+7
* python: Use spaces, not tabsMathieu Bridon2018-07-061-4/+4
* python: Use the print functionMathieu Bridon2018-07-0638-1595/+1652
* vma/tests: Fix compilation if limits.h defines PAGE_SIZE (v2)Jon Turney2018-07-061-8/+8
* radv: fix emitting the view index on GFX9Samuel Pitoiset2018-07-061-1/+2
* i965/vec4: Make the vec4_visitor::nir_emit_instr default case unreachableIan Romanick2018-07-051-2/+1
* intel/compiler: More DCE after loweringIan Romanick2018-07-051-0/+2
* v3d: Fix leak of the default attributes BOs.Eric Anholt2018-07-051-1/+10
* v3d: Fix leak of the spill BO on context destruction.Eric Anholt2018-07-051-0/+2
* nir: Apply fragment color clamping to gl_FragData[] as well.Eric Anholt2018-07-051-7/+2
* v3d: Skip emitting per-RT blend state for RTs with blend disabled.Eric Anholt2018-07-051-2/+8
* v3d: Add proper support for GL_EXT_draw_buffers2's blending enables.Eric Anholt2018-07-054-25/+46
* v3d: Add support for GL_SAMPLE_ALPHA_TO_ONE.Eric Anholt2018-07-051-0/+3
* v3d: Respect swap_color_rb for the f32_color_rb case.Eric Anholt2018-07-051-5/+7
* st/nir: Disable varying packing when doing transform feedback.Eric Anholt2018-07-051-1/+9
* meson: Set with_dri from with_gallium when DRI glx is explicitly configuredJon Turney2018-07-051-1/+5
* radv/winsys: make use of radeon_emit()Samuel Pitoiset2018-07-051-11/+12
* radv: only flush CB meta in pipeline image barriers when neededSamuel Pitoiset2018-07-052-2/+15
* radv: only flush DB meta in pipeline image barriers when neededSamuel Pitoiset2018-07-051-7/+15
* radv: fix "error: initializer element is not constant" build errorSamuel Pitoiset2018-07-051-2/+2
* util: u_queue: fix android build errorLionel Landwerlin2018-07-051-1/+1
* Util: fix msvc buildBenedikt Schemmer2018-07-051-1/+1
* python: Specify the JSON separatorsMathieu Bridon2018-07-052-2/+2
* python: Stabilize some script outputsMathieu Bridon2018-07-055-5/+8
* intel: tools: remove drm-uapi definesLionel Landwerlin2018-07-051-29/+1
* intel: intel_dump_gpu: use simulator id in capturesLionel Landwerlin2018-07-052-2/+2
* intel: devinfo: add simulator idLionel Landwerlin2018-07-052-4/+48
* intel: tools: dump-gpu: dump 48-bit addressesScott D Phillips2018-07-052-167/+151
* intel: tools: import intel_aubdumpLionel Landwerlin2018-07-054-0/+1440
* intel: tools: update intel_aub.hLionel Landwerlin2018-07-051-0/+26
* intel: batch-decoder: add missing return lineLionel Landwerlin2018-07-051-1/+1
* intel: batch-decoder: don't asks for constant BO until decodingLionel Landwerlin2018-07-051-6/+11
* intel/batch-decoder: handle non-contiguous binding table / surface stateScott D Phillips2018-07-051-4/+14
* intel/tools/aubinator: aubinate ppgtt aubsScott D Phillips2018-07-051-1/+72
* intel: aubinator: handle GGTT mappingsLionel Landwerlin2018-07-051-13/+244
* util: rb-tree: A simple, invasive, red-black treeJason Ekstrand2018-07-054-0/+694
* intel: aubinator: drop the 1Tb GTT mappingLionel Landwerlin2018-07-051-55/+75
* intel: aubinator: rework register writes handlingLionel Landwerlin2018-07-051-28/+54
* intel: aubinator: remove standard input processing optionLionel Landwerlin2018-07-051-90/+12
* intel: aubinator: remove unused variablesLionel Landwerlin2018-07-051-5/+0
* gallium/auxiliary: Fix string matchingMathieu Bridon2018-07-051-1/+1