summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * radeonsi: allow dumping shader disassemblies to a fileMarek Olšák2016-03-013-22/+29
| * radeonsi: use re-ZMarek Olšák2016-03-013-6/+21
| * tgsi/scan: count memory instructionsMarek Olšák2016-03-012-0/+20
| * mesa/fbobject: propogate Layered when reusing attachments.Dave Airlie2016-03-011-0/+1
| * st/nine: Fix second Multithreading issue with MANAGED buffersAxel Davy2016-02-291-0/+3
| * st/nine: Fix Multithreading issue with MANAGED buffersAxel Davy2016-02-291-2/+6
| * st/nine: Handle READONLY for buffer MANAGED poolAxel Davy2016-02-291-7/+10
| * st/nine: Use Position input helper for ps3 declared inputsAxel Davy2016-02-291-0/+7
| * st/nine: Introduce helper for Position shader inputAxel Davy2016-02-291-16/+15
| * virtio_gpu: Add virtio 1.0 PCI ID to driver mapMarc-André Lureau2016-02-291-0/+1
| * st/clover: Add libelf cflags to the buildKoop Mast2016-02-292-3/+1
| * mesa; add get-extra-pick-list.sh script into bin/Emil Velikov2016-02-291-0/+35
| * automake: explicitly set distcheck configure flagsEmil Velikov2016-02-291-0/+5
| * automake: add more missing options for make distcheckEmil Velikov2016-02-291-2/+4
| * install-gallium-links: port changes from install-lib-linksEmil Velikov2016-02-291-2/+13
| * r600: Make enum alu_op_flags unsignedRob Herring2016-02-291-8/+8
| * gallium/radeon: Add space between string literal and identifierRob Herring2016-02-291-1/+1
| * freedreno: drop unnecessary -Wno-packed-bitfield-compatRob Herring2016-02-291-2/+2
| * Android: clean-up and fix DRI module path handlingRob Herring2016-02-296-9/+11
| * Android: remove headers from LOCAL_SRC_FILESRob Herring2016-02-291-0/+3
| * Android: add -Wno-date-time flag for clangRob Herring2016-02-291-0/+1
| * Android: glsl: fix dependence on YACC_HEADER_SUFFIX from build systemRob Herring2016-02-291-0/+2
| * Android: remove dependence on .SECONDEXPANSIONRob Herring2016-02-291-9/+13
| * Android: fix build break from nir/glsl move to compiler/Rob Herring2016-02-2917-20/+30
| * gallium/radeon: disable evergreen_do_fast_color_clear for BEOded Gabbay2016-02-291-0/+5
| * gallium/r600: Don't let h/w do endian swap for colorformatOded Gabbay2016-02-291-0/+7
| * gallium/radeon: remove separate BE path in r600_translate_colorswapOded Gabbay2016-02-291-12/+1
| * nv50/ir: emit VOTE instructionSamuel Pitoiset2016-02-286-0/+83
| * gk110/ir: add ld lock/st unlock emissionSamuel Pitoiset2016-02-281-2/+28
| * nv50,nvc0: bump minimum texture buffer offset alignmentIlia Mirkin2016-02-272-2/+2
| * mesa: add GL_OES_gpu_shader5 and GL_EXT_gpu_shader5 supportIlia Mirkin2016-02-278-58/+93
| * mesa: expose GL_EXT_texture_sRGB_decode on GLES 3.0+Ilia Mirkin2016-02-262-3/+2
| * i965/cfg: Fix comment list punctuationIan Romanick2016-02-261-1/+1
| * i965/cfg: Split out dead control flow paths to simplify both pathsIan Romanick2016-02-261-55/+38
| * i965/cfg: Don't handle fully empty if/else/endifIan Romanick2016-02-261-10/+4
| * i965/cfg: Eliminate an empty then-branch of an if/else/endifIan Romanick2016-02-261-0/+14
| * i965/cfg: Track prev_block and prev_inst explicitly in the whole functionIan Romanick2016-02-261-5/+7
| * i965/cfg: Slightly rearrange dead_control_flow_eliminateIan Romanick2016-02-261-56/+57
| * i965: Simplify brw_nir_lower_vue_inputs() slightly.Kenneth Graunke2016-02-261-11/+6
| * i965: Avoid recalculating the normal VUE map for IO lowering.Kenneth Graunke2016-02-264-51/+30
| * i965: Avoid recalculating the tessellation VUE map for IO lowering.Kenneth Graunke2016-02-264-26/+25
| * i965: Eliminate brw_nir_lower_{inputs,outputs,io} functions.Kenneth Graunke2016-02-267-93/+33
| * i965: Split brw_nir_lower_inputs/outputs into per-stage functions.Kenneth Graunke2016-02-261-130/+174
| * i965: Remove catch-all nir_lower_io call with specific cases.Kenneth Graunke2016-02-261-1/+4
| * i965: Move optimizations from brw_nir_lower_io to brw_postprocess_nir.Kenneth Graunke2016-02-261-1/+3
| * i965: Always do NIR IO lowering at specialization time.Kenneth Graunke2016-02-262-8/+1
| * i965: Make an is_scalar boolean in brw_compile_gs().Kenneth Graunke2016-02-261-4/+4
| * i965/nir: Do lower_io late for fragment shadersJason Ekstrand2016-02-262-1/+3
| * i965: Set dest type to UW for several send messagesJordan Justen2016-02-262-2/+5
| * nvc0: rework nvc0_compute_validate_program()Samuel Pitoiset2016-02-266-44/+20