summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-05-04glsl: Always copy the index when cloning a variable.Eric Anholt1-6/+1
2012-05-04i965: Add support for GL_ARB_draw_buffers_blend.Eric Anholt3-7/+11
2012-05-04nv50: fix typo causing NULL-deref in nv50_resource_resolveChristoph Bumiller1-1/+1
2012-05-04nv50/ir: move expansion of IMUL to later stage and handle memory operandsChristoph Bumiller4-17/+51
2012-05-04nv50: implement stream outputChristoph Bumiller12-33/+468
2012-05-04nv50: enable array texturesChristoph Bumiller2-3/+4
2012-05-04svga: specify 4-byte aligned vertex elementsBrian Paul1-1/+2
2012-05-04gallivm: fix comment typoBrian Paul1-1/+1
2012-05-04docs: another viewperf bugBrian Paul1-0/+5
2012-05-04mesa: do more teximage error checking for generic compressed formatsBrian Paul1-2/+30
2012-05-03scons: Do not build EGL on Solaris.Vinson Lee2-3/+3
2012-05-03darwin: Use ASL for loggingJeremy Huddleston5-21/+183
2012-05-03darwin: Make reported errors more user-friendlyJeremy Huddleston1-9/+10
2012-05-03darwin: Fix an error messageJeremy Huddleston1-1/+1
2012-05-03egl_dri2: Fix out of tree builds with the wayland backend enabledRobert Hooker1-0/+1
2012-05-03gbm: Add gbm_bo_write entry pointKristian Høgsberg7-3/+87
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