summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary
AgeCommit message (Expand)AuthorFilesLines
2012-05-31draw: simplify index buffer specificationBrian Paul5-43/+24
2012-05-25draw: fix primitive restart bug by using the index buffer offsetBrian Paul1-3/+6
2012-05-25util: add GALLIUM_LOG_FILE option for logging output to a fileBrian Paul2-6/+25
2012-05-23tgsi: Initialize Padding struct fields.Vinson Lee1-0/+4
2012-05-21gallivm: Fixed erroneous optimisation in lp_build_min/max.James Benton1-7/+14
2012-05-21gallivm: Compensate for lp_const_offset in lp_build_conv.James Benton1-4/+31
2012-05-21gallivm: Fixed overflow in lp_build_clamped_float_to_unsigned_norm.James Benton1-1/+1
2012-05-17gallium/tgsi/text: Ensure ret is initialized in parse_immediate_data.Vinson Lee1-0/+4
2012-05-18Fix fetching integer inputs.José Fonseca1-0/+8
2012-05-18llvmpipe: Implement TXQ.Olivier Galibert6-6/+204
2012-05-16gallium/auxiliary/pipe-loader: Fix usage of anonymous union.Francisco Jerez2-7/+7
2012-05-16draw,llvmpipe: Avoid named struct types on LLVM 3.0 and later.José Fonseca1-20/+4
2012-05-15gallivm: Add MCRegisterInfo.h to silence benign warnings about missing implem...José Fonseca1-0/+3
2012-05-15gallivm: Fix lp_build_sgn for normalized/fixed-point integers.José Fonseca1-1/+2
2012-05-15gallivm: Fix lp_build_const_xxx for negative integers.José Fonseca1-5/+6
2012-05-15Add .gitignore files for recently-added gallium projectsPaul Berry1-0/+1
2012-05-14vl: Initialize pipe_vertex_buffer.user_buffer fields.Vinson Lee1-0/+4
2012-05-12gallium: remove user_buffer_create from the interfaceMarek Olšák2-9/+1
2012-05-12gallium/graw: stop using user_buffer_createMarek Olšák1-0/+13
2012-05-12gallium/util: remove unused parameter nr_vertex_buffers in util_draw_max_indexMarek Olšák3-3/+0
2012-05-12auxiliary/util: Ensure pipe_constant_buffer::user_buffer is initialized.José Fonseca1-0/+1
2012-05-11gallivm: Fix copy'n'paste typo bug translating CEIL opcode.José Fonseca1-2/+2
2012-05-11Merge branch 'gallium-userbuf'Marek Olšák14-81/+154
2012-05-11gallium/tgsi: s/TGSI_BUFFER/TGSI_TEXTURE_BUFFER/José Fonseca1-2/+2
2012-05-11gallium/tgsi: Redefine the TGSI_TEXTURE_UNKNOWN texture target.José Fonseca3-3/+4
2012-05-11gallium: Add pipe loader for device enumeration and driver multiplexing.Francisco Jerez8-0/+666
2012-05-11gallium/tgsi/text: Replace open-coded integer parsing with parse_int().Francisco Jerez1-17/+3
2012-05-11gallium/tgsi/text: Parse immediates of non-float data types.Francisco Jerez1-18/+48
2012-05-11gallium/tgsi: Fix tgsi_build_full_immediate() for non-float data types.Francisco Jerez1-22/+8
2012-05-11gallium/tgsi/text: Make label parsing optional for branch instructions.Francisco Jerez1-10/+9
2012-05-11gallium/tgsi/ureg: Support local temporary emission.Francisco Jerez2-6/+60
2012-05-11gallium/tgsi/ureg: Lift the restriction on releasing temporaries over UREG_MA...Francisco Jerez1-27/+22
2012-05-11gallium/util: Define util_strchrnul.Francisco Jerez1-6/+18
2012-05-11gallium/tgsi: Introduce the "LOCAL" register declaration modifier.Francisco Jerez3-26/+46
2012-05-11gallium/tgsi: Add support for atomic opcodes.Francisco Jerez1-1/+12
2012-05-11gallium/tgsi: Add support for barriers.Francisco Jerez1-0/+4
2012-05-11gallium/tgsi: Define system values used to query the compute grid parameters.Francisco Jerez1-1/+5
2012-05-11gallium/tgsi: Add resource write-back support.Francisco Jerez4-0/+11
2012-05-11gallium/tgsi: Add support for raw resources.Francisco Jerez3-2/+24
2012-05-11gallium/tgsi: Define the TGSI_BUFFER texture target.Francisco Jerez3-3/+3
2012-05-11gallium/tgsi: Introduce the compute processor.Francisco Jerez4-4/+8
2012-05-11gallium/tgsi: Move interpolation info from tgsi_declaration to a separate token.Francisco Jerez13-52/+105
2012-05-11gallium/tgsi: Split sampler views from shader resources.Francisco Jerez12-107/+175
2012-05-09gallivm: implement iabs/issg opcode.Dave Airlie2-1/+26
2012-05-08radeon/llvm: add support for TXQ/TXF/DDX/DDY instructionsVadim Girlin1-2/+0
2012-05-05auxiliary/os: Add missing signal.h include.Baldo Davide1-0/+1
2012-05-04gallivm: fix comment typoBrian Paul1-1/+1
2012-05-02gallivm: Use debug_printf in lp_build_printf.José Fonseca1-6/+9
2012-05-02gallivm: Avoid LLVMAddGlobalMapping() in lp_bld_assert().José Fonseca2-26/+16
2012-05-02gallivm: Add a lp_build_const_func_pointer() helper.José Fonseca3-15/+44