summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-05-11r600g: compute support for evergreengallium-compute-r600Adam Rak21-10/+2621
2012-05-11clover: Add function for building a clover::module for non-TGSI targetsTom Stellard1-9/+165
2012-05-11clover: Add constructors to some of the module classesTom Stellard1-0/+13
2012-05-11clover: Add necessary flags to libclllvm_la_CXXFLAGSTom Stellard1-1/+5
2012-05-11clover: Link to the necessary LLVM and Clang libsTom Stellard2-1/+20
2012-05-11configure.ac: Add variables LLVM_CPPFLAGS and LLVM_LIBDIRTom Stellard2-0/+6
2012-05-11configure.ac: Add option for libclc pathTom Stellard2-0/+11
2012-05-11clover: Handle PIPE_SHADER_IR_LLVM_R600Tom Stellard1-0/+2
2012-05-11r600g: Handle PIPE_SHADER_CAP_PREFERRED_IRTom Stellard1-0/+7
2012-05-11gallium: Add PIPE_SHADER_IR_LLVM_R600 to enum pipe_shader_irTom Stellard1-1/+2
2012-05-11configure.ac: Add HAVE_OPENCL AM_CONDITIONALTom Stellard2-0/+4
2012-05-11gallivm: Fix copy'n'paste typo bug translating CEIL opcode.José Fonseca1-2/+2
2012-05-11r600g: assume DISCARD_WHOLE_RESOURCE is always used with WRITEMarek Olšák1-6/+5
2012-05-11Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesaMarek Olšák1-1/+3
2012-05-11Merge branch 'gallium-userbuf'Marek Olšák91-817/+710
2012-05-11radeon/llvm: Fix Evergreen/Cayman tablegen predicatesTom Stellard1-1/+3
2012-05-11gallium/tgsi: s/TGSI_BUFFER/TGSI_TEXTURE_BUFFER/José Fonseca3-5/+4
2012-05-11gallium/tgsi: Redefine the TGSI_TEXTURE_UNKNOWN texture target.José Fonseca5-4/+8
2012-05-11llvmpipe: Fix triangle bounding box calculation to be correctly inclusive or ...James Benton1-8/+6
2012-05-11llvmpipe: Change triangle rasterization comparison from < 0 to <= 0James Benton1-1/+8
2012-05-11clover: Implement CL_MEM_COPY_HOST_PTR.Francisco Jerez4-7/+20
2012-05-11gallium/targets/pipe-loader: Prepend DESTDIR to the installation directory.Alexey Shvetsov1-2/+2
2012-05-11clover: Assorted build fixes.Tom Stellard1-8/+30
2012-05-11clover: Import OpenCL state tracker.Francisco Jerez51-3/+14729
2012-05-11gallium/tests/trivial: Import compute unit tests.Francisco Jerez2-1/+1594
2012-05-11gallium/gbm: Switch to auxiliary/pipe-loader.Francisco Jerez13-574/+52
2012-05-11gallium/tests/trivial: Switch to the pipe loader.Francisco Jerez4-36/+50
2012-05-11gallium: Add "pipe-loader" target.Francisco Jerez7-0/+315
2012-05-11gallium: Add pipe loader for device enumeration and driver multiplexing.Francisco Jerez10-0/+691
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-11st/mesa: Use local temporary registers.Francisco Jerez1-4/+4
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/compute: Drop TGSI dependency.Francisco Jerez3-2/+13
2012-05-11gallium/tgsi: Introduce the "LOCAL" register declaration modifier.Francisco Jerez5-27/+54
2012-05-11gallium/tgsi: Add support for atomic opcodes.Francisco Jerez3-2/+188
2012-05-11gallium/tgsi: Add support for barriers.Francisco Jerez3-1/+59
2012-05-11gallium/tgsi: Define system values used to query the compute grid parameters.Francisco Jerez2-2/+10
2012-05-11gallium/tgsi: Add resource write-back support.Francisco Jerez8-4/+45
2012-05-11gallium/tgsi: Add support for raw resources.Francisco Jerez5-4/+40
2012-05-11gallium/tgsi: Define the TGSI_BUFFER texture target.Francisco Jerez5-6/+6
2012-05-11gallium/tgsi: Introduce the compute processor.Francisco Jerez5-4/+9
2012-05-11gallium/tgsi: Move interpolation info from tgsi_declaration to a separate token.Francisco Jerez19-74/+141
2012-05-11gallium: Add context hooks for binding shader resources.Francisco Jerez5-1/+58
2012-05-11gallium/tgsi: Split sampler views from shader resources.Francisco Jerez17-183/+303
2012-05-11gallium: Basic compute interface.Francisco Jerez7-2/+185