summaryrefslogtreecommitdiff
path: root/src
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-02glsl: report errors via GL_ARB_debug_outputDylan Noblesmith3-0/+21
2012-05-02glsl: add gl_context memberDylan Noblesmith2-2/+4
2012-05-02mesa: add _mesa_shader_debug()Dylan Noblesmith2-0/+46
2012-05-02glsl: consolidate error/warning codeDylan Noblesmith1-14/+23
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-02dri/nv10-nv20: Add support for S3TCViktor Novotný4-0/+28
2012-05-02dri/nouveau: Add general support for compressed formats.Viktor Novotný4-33/+138
2012-05-01glsl: Remove some completed tasks from the old "TODO" file.Kenneth Graunke1-13/+1
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-01xlib: use _mesa_is_winsys/user_fbo() helpersBrian Paul1-5/+6
2012-05-01intel: use _mesa_is_winsys/user_fbo() helpersBrian Paul16-32/+48
2012-05-01nouveau: use _mesa_is_winsys/user_fbo() helpersBrian Paul3-3/+7
2012-05-01radeon: use _mesa_is_winsys/user_fbo() helpersBrian Paul4-10/+14
2012-05-01radeon/llvm: Add subtarget feature: DumpCodeTom Stellard5-6/+9
2012-04-30glsl: Initialize member variable in ir_copy_propagation_elements_visitor.Vinson Lee1-0/+1
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-30i965: Support Android RGBX8888 format for EGL generated imagesSean V Kelley2-0/+12
2012-04-30egl/android: Add support for RGBX_8888 used in Android native buffersSean V Kelley1-0/+2
2012-04-30egl-fbdev: Fix compile-error by including errno.hDavid Herrmann1-0/+1