aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* tgsi/scan: track which shader images are really buffersNicolai Hähnle2016-03-212-0/+7
* tgsi/scan: add images_writemaskNicolai Hähnle2016-03-212-2/+21
* gallium/util: declare sampler view in util_make_fs_blit_msaa_depthstencil()Brian Paul2016-03-211-1/+2
* postprocess: declare sampler views in shadersBrian Paul2016-03-212-0/+9
* hud: add sampler view declaration in text fragment shaderBrian Paul2016-03-211-0/+1
* gallium/tgsi: pass TGSI tex target to tgsi_transform_tex_inst()Brian Paul2016-03-213-17/+20
* tgsi: Add support for global / private / input MEMORYHans de Goede2016-03-215-20/+38
* tgsi: Fix decl.Atomic and .Shared not propagating when parsing tgsi textHans de Goede2016-03-211-0/+6
* tgsi: Fix return of uninitialized memory in tgsi_*_instruction_memoryHans de Goede2016-03-201-0/+4
* gallium: add TGSI property NEXT_SHADERMarek Olšák2016-03-193-0/+22
* tgsi: add tgsi_transform_op3_inst() functionBrian Paul2016-03-181-0/+34
* nir: add a bit_size parameter to nir_ssa_dest_initConnor Abbott2016-03-171-7/+7
* nir: rename nir_const_value fields to include bitsize informationIago Toral Quiroga2016-03-171-1/+1
* draw: fix line stipplingRoland Scheidegger2016-03-151-15/+15
* tgsi: add tgsi_full_src_register_from_dst helper functionNicolai Hähnle2016-03-142-0/+20
* gallium/u_inlines: add util_copy_image_viewNicolai Hähnle2016-03-141-0/+10
* tgsi: add TGSI_PROPERTY_FS_EARLY_DEPTH_STENCILNicolai Hähnle2016-03-141-0/+1
* st/glsl_to_tgsi: provide Texture and Format information for image opsNicolai Hähnle2016-03-142-5/+15
* tgsi: add Texture and Format to tgsi_instruction_memoryNicolai Hähnle2016-03-141-0/+8
* gallium: do not wrap header inclusion inEmil Velikov2016-03-096-15/+16
* gallivm: special case TGSI_OPCODE_STORENicolai Hähnle2016-03-091-1/+1
* tgsi: set correct output mode for RESQNicolai Hähnle2016-03-091-1/+1
* gallium: add external usage flags to resource_from(get)_handle (v2)Marek Olšák2016-03-093-3/+6
* tgsi: fix parsing of shared memory declarationsSamuel Pitoiset2016-03-071-1/+3
* gallium/util: add new comments, assertions in u_debug_refcnt.cBrian Paul2016-03-051-0/+20
* gallium/util: update comments and URL in u_debug_refcnt.cBrian Paul2016-03-051-4/+10
* gallium/util: make stream variable static in u_debug_refcnt.cBrian Paul2016-03-051-1/+1
* gallium/util: re-indent u_debug_refcnt.[ch]Brian Paul2016-03-052-50/+65
* gallium/target-helpers: add OpenSWR driverTim Rowley2016-03-021-1/+11
* gallium/auxilary: more __cplusplus exportsTim Rowley2016-03-025-0/+34
* gallium/cso: fix indentationThomas Hindoe Paaboel Andersen2016-03-021-4/+4
* tgsi/scan: count memory instructionsMarek Olšák2016-03-012-0/+20
* Android: fix build break from nir/glsl move to compiler/Rob Herring2016-02-291-2/+4
* tgsi/scan: handle holes between VS inputs, assert-fail in other casesMarek Olšák2016-02-231-1/+9
* gallivm: Check whether to stop disassemble only for x86Oded Gabbay2016-02-191-0/+2
* gallivm: use sstream for dissasemblingOded Gabbay2016-02-191-21/+30
* gallium/auxiliary: fix new gcc6 warningsRob Clark2016-02-181-2/+2
* gallium/hud: fix new gcc6 warningsRob Clark2016-02-181-0/+2
* gallium/cso: only enable compute shaders when TGSI is supportedSamuel Pitoiset2016-02-181-1/+6
* gallivm, tgsi: provide fake sample_i_ms implementationsRoland Scheidegger2016-02-182-4/+11
* gallivm: Add helpers for creating and destroying TargetLibraryInfoTom Stellard2016-02-172-0/+37
* cso: add CSO_BITS_ALL_SHADERSBrian Paul2016-02-161-0/+6
* cso: make most of the cso_save/restore_x() functions staticBrian Paul2016-02-162-85/+70
* postprocess: use new cso_save/restore_state() functionsBrian Paul2016-02-161-38/+20
* gallium/hud: use new cso_save/restore_state() functionsBrian Paul2016-02-161-37/+19
* gallium/util: use new cso_save/restore_state() functionsBrian Paul2016-02-161-34/+18
* cso: add new cso_save/restore_state() functionsBrian Paul2016-02-162-0/+133
* cso: remove commentBrian Paul2016-02-161-1/+0
* cso: add new cso_set_viewport_dims() helperBrian Paul2016-02-162-0/+20
* Handle removal of LLVMAddTargetData in SVN revision 260919Matthew Dawson2016-02-161-0/+2