aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* gallivm: Prevent disassembly debug output from being truncated.Jose Fonseca2016-04-011-9/+9
* gallivm: Use vector selects on LLVM 3.3+.Jose Fonseca2016-04-011-3/+5
* tgsi: silence compiler warning in fetch_sampler_unit()Samuel Pitoiset2016-04-011-1/+1
* tgsi: fix out of bounds access in exec_atomop()Samuel Pitoiset2016-04-011-1/+1
* tgsi: split tgsi_util_get_texture_coord_dim() function into twoBrian Paul2016-03-313-41/+38
* tgsi: skip texture query opcodes when examining texture targetsBrian Paul2016-03-311-1/+15
* softpipe: add image support to softpipe (v3)Dave Airlie2016-03-311-1/+3
* draw: add support for passing images to vs/gs shaders.Dave Airlie2016-03-315-2/+29
* tgsi: add support for image operations to tgsi_exec. (v2.1)Dave Airlie2016-03-314-4/+317
* tgsi: introduce NonHelperMaskDave Airlie2016-03-312-0/+5
* tgsi_exec: handle execmask when doing indirect lookupsDave Airlie2016-03-311-3/+9
* tgsi_exec: add support for up to 3 address registers (v2)Dave Airlie2016-03-311-2/+3
* tgsi: (trivial) only verify target for is_tex instructionsRoland Scheidegger2016-03-301-8/+7
* tgsi: simplify tgsi_shader_info::is_msaa_sampler checkingBrian Paul2016-03-291-3/+2
* tgsi: collect texture sampler target info in tgsi_scan_shader()Brian Paul2016-03-292-2/+37
* gallium: Format code in pb_buffer_fenced.c according to style guide.Rovanion Luckey2016-03-291-129/+97
* gallium/util: fix up inaccurate behavior of util_framebuffer_state_equal (v2)Marek Olšák2016-03-281-5/+5
* ttn: remove stray global from headerRob Clark2016-03-241-2/+0
* tgsi: drop unused set_exec/kill_mask interfaces.Dave Airlie2016-03-223-37/+0
* tgsi/scan: add writes_memory to flag presence of stores or atomicsNicolai Hähnle2016-03-212-4/+9
* 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