summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)AuthorFilesLines
2012-05-03r600g/llvm: Mask write of pred_inst in llvm_if()Tom Stellard1-0/+1
2012-05-03r600g/llvm: Lower ULT A, B, C to SETGT_UINT A, C, BTom Stellard1-0/+7
2012-05-03r600g: Print integer values of literal constants in shader dumpsTom Stellard1-1/+2
2012-05-03r600g: Add support for reading BREAK_LOGICALZ_i32 from bytestreamTom Stellard2-0/+5
2012-05-03r600g/llvm: Don't duplicate R600 intrinsics installed by LLVMTom Stellard4-0/+26
2012-05-02r600g: Fix the evergreen offset/end register definitionsTom Stellard1-9/+5
2012-05-02radeon/llvm: Fix MachineInstr dumpTom Stellard2-8/+9
2012-05-02r600g: fixed the bug with VTX fetches in TEX clauses for evergreenAdam Rak1-7/+6
2012-05-02winsys/radeon: Get max_pipes from the kernelTom Stellard2-0/+11
2012-05-02r600g: Add support for reading vertex fetches from bytestreamTom Stellard1-0/+37
2012-05-02r600g: Add support for reading native instructions from the LLVM bytestreamTom Stellard1-0/+10
2012-05-02r600g: Add FC_NATIVE instructionTom Stellard3-0/+20
2012-05-02r600g: bypass alpha for integer types (v2)Dave Airlie4-2/+18
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
2012-05-02gallivm: Cleanup/simplify lp_build_const_string_variable.José Fonseca5-29/+29
2012-05-02gallivm: Added lp_build_const_mask_aos_swizzledJames Benton4-11/+31
2012-05-02gallivm: Move loop var declaration to beginning of scope.José Fonseca1-1/+3
2012-05-02gallivm: added a debug function which allows llvm to print vectors of 16 unsi...James Benton2-0/+29
2012-05-02llvmpipe: add masking support to aos blendJames Benton3-6/+35
2012-05-02llvmpipe: Check when a shader does not satisfy 0 < imm < 1.James Benton2-2/+11
2012-05-02gallivm: fixed memory leak in lp_build_tgsi_aosJames Benton1-0/+1
2012-05-02llvmpipe: Added support for color masks in AoS blending.James Benton5-33/+71
2012-05-02gallivm: added aligned pointer get/setJames Benton4-0/+81
2012-05-02gallivm: llvm c-style for loops, allows us to create loops with conditions on...James Benton2-0/+94
2012-05-01radeon/llvm: Fix build for updated LLVM 3.1 release branchTom Stellard2-18/+18
2012-05-01softpipe: use any_swizzle() helper in sp_tex_sample.cBrian Paul1-8/+15
2012-05-01softpipe: whitespace, comment clean-ups in sp_tex_sample.cBrian Paul1-26/+32
2012-05-01softpipe: implement coord clamping for texel fetches (TXF)Brian Paul1-14/+31
2012-05-01radeon/llvm: Add subtarget feature: DumpCodeTom Stellard5-6/+9
2012-04-30r600g/llvm: Remove unnecessary dynamic castsDragomir Ivanov1-5/+5
2012-04-30r600g/llvm: Add pattern for llvm.AMDGPU.kill v2Dragomir Ivanov2-1/+6
2012-04-30r600g/llvm: Fix handling of MASK_WRITE instructionsTom Stellard2-1/+3
2012-04-30radeon/llvm: Use a custom emit function for TGSI_OPCODE_KILTom Stellard1-1/+16
2012-04-30egl-fbdev: Fix compile-error by including errno.hDavid Herrmann1-0/+1
2012-04-30svga: add cases for recently added PIPE_CAP queriesBrian Paul1-0/+3
2012-04-30scons: Fix build without llvm.José Fonseca1-2/+8
2012-04-29nv50,nvc0: fix depth/stencil resolveChristoph Bumiller5-56/+206
2012-04-29nvc0/ir/opt: INTERP does not support JOINChristoph Bumiller1-0/+2
2012-04-29nv50/ir/opt: try to convert ABS(SUB) to SADChristoph Bumiller7-16/+179
2012-04-29nvc0/ir: try to use the optimal texture op modeChristoph Bumiller1-3/+15
2012-04-29nvc0/ir: initial implementation of nve4 scheduling hintsChristoph Bumiller8-15/+738
2012-04-29nvc0/ir: implement better placement of texture barriersChristoph Bumiller8-13/+327
2012-04-29nv50/ir/tgsi: fix handling of early RETChristoph Bumiller1-4/+5
2012-04-29nvc0/ir/emit: fix emitTXQ 2nd srcChristoph Bumiller1-1/+3
2012-04-29nvc0/ir/target: integer ADD doesn't support ABS modifierChristoph Bumiller1-0/+2
2012-04-29u_vbuf: unbind vertex buffers on destroyMarek Olšák1-0/+2
2012-04-29u_blitter: fix resource leakMarek Olšák1-0/+1
2012-04-29radeonsi: make r600_buffer_transfer_unmap a no-opMarek Olšák1-7/+1