summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* panfrost: Extend clear colour packingAlyssa Rosenzweig2019-07-104-26/+94
* panfrost/mfbd: Include codes for float framebuffersAlyssa Rosenzweig2019-07-101-1/+28
* panfrost: Prepare some code for MRTAlyssa Rosenzweig2019-07-101-26/+13
* panfrost: Use standard ALIGN_POT/INFINITY macrosAlyssa Rosenzweig2019-07-105-25/+19
* egl: add glvnd symbols checkEric Engestrom2019-07-102-1/+2
* egl: rewrite entrypoints checkEric Engestrom2019-07-103-13/+38
* mapi: add shared glapi symbols checkEric Engestrom2019-07-102-0/+31
* tu: add exported symbols checkEric Engestrom2019-07-101-0/+13
* vulkan: add symbols fileEric Engestrom2019-07-102-0/+15
* meson: remove unused env_testEric Engestrom2019-07-101-4/+0
* gles: use new symbols check scriptEric Engestrom2019-07-104-62/+14
* gbm: sort symbolsEric Engestrom2019-07-101-22/+22
* gbm: use new symbols check scriptEric Engestrom2019-07-102-22/+6
* egl: use new symbols check scriptEric Engestrom2019-07-102-30/+10
* symbols-check: introduce new python scriptEric Engestrom2019-07-102-0/+116
* nv50/ir/nir: implement load/store_globalKarol Herbst2019-07-101-0/+36
* nv50/ir/nir: handle kernel inputsKarol Herbst2019-07-101-3/+18
* nv50/ir/nir: don't assert on !mainKarol Herbst2019-07-101-2/+0
* nv50/ir/nir: parse system values first and stop for compute shadersKarol Herbst2019-07-101-29/+32
* nir/lower_io: Don't use variable to get deref modeConnor Abbott2019-07-101-2/+3
* radv: Don't optimize after lowering FS inputsConnor Abbott2019-07-101-1/+0
* android: amd/addrlib: add gfx10 supportMauro Rossi2019-07-101-0/+1
* android: amd/common/gfx10: add register JSONMauro Rossi2019-07-101-8/+26
* android: radeonsi/gfx10: generate gfx10_format_table.h (v2)Mauro Rossi2019-07-101-0/+16
* android: virgl: remove unnecessary LOCAL_C_INCLUDESChih-Wei Huang2019-07-102-4/+0
* android: vulkan/util: fix generating vk_enum_to_str.*Chih-Wei Huang2019-07-101-2/+4
* android: radv: import include paths from used librariesChih-Wei Huang2019-07-101-11/+5
* android: anv: import include path of libmesa_nirChih-Wei Huang2019-07-101-18/+18
* android: anv: eliminate libmesa_anv_entrypointsChih-Wei Huang2019-07-101-62/+20
* android: vulkan/util: fix export pathChih-Wei Huang2019-07-103-4/+1
* android: radv: fix improper use of LOCAL_WHOLE_STATIC_LIBRARIESChih-Wei Huang2019-07-101-2/+3
* android: anv: fix improper use of LOCAL_WHOLE_STATIC_LIBRARIESChih-Wei Huang2019-07-101-9/+9
* android: radv: remove unused LOCAL_EXPORT_C_INCLUDE_DIRSChih-Wei Huang2019-07-101-4/+0
* android: anv: remove unused LOCAL_EXPORT_C_INCLUDE_DIRSChih-Wei Huang2019-07-101-2/+0
* nir/loop_analyze: Pass nir_const_values directly to helpersJason Ekstrand2019-07-101-13/+10
* nir/loop_analyze: Properly handle swizzles in loop conditionsJason Ekstrand2019-07-101-140/+149
* nir/loop_analyze: Refactor detection of limit varsJason Ekstrand2019-07-101-54/+51
* nir: Add some helpers for chasing SSA values properlyJason Ekstrand2019-07-101-0/+80
* nir/loop_analyze: Bail if we encounter swizzlesJason Ekstrand2019-07-101-0/+22
* nir/loop_analyze: Use new eval_const_* helpers in test_iterationsJason Ekstrand2019-07-101-6/+4
* nir/loop_analyze: Handle bit sizes correctly in calculate_iterationsJason Ekstrand2019-07-101-27/+48
* nir/loop_analyze: Fix phi-of-identical-alu detectionJason Ekstrand2019-07-101-26/+29
* nir/instr_set: Expose nir_instrs_equal()Jason Ekstrand2019-07-102-59/+62
* nir/builder: Use nir_const_value_for_* for constructing immediatesJason Ekstrand2019-07-101-102/+50
* nir: Refactor nir_src_as_* constant functionsJason Ekstrand2019-07-102-101/+28
* nir: Add more helpers for working with const valuesJason Ekstrand2019-07-102-0/+135
* virgl: remove virgl_transfer_queue_listsChia-I Wu2019-07-092-36/+13
* virgl: simplify virgl_transfer_queue_extendChia-I Wu2019-07-091-34/+5
* virgl: remove transfer after transfer_writeChia-I Wu2019-07-091-2/+1
* virgl: improve virgl_transfer_queue_is_queuedChia-I Wu2019-07-091-30/+21