summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* radeon/llvm: Move conditional pattern leafs to common tablegen fileTom Stellard2012-07-272-41/+41
* radeon/llvm: Implement getSetCCResultType for SITom Stellard2012-07-272-0/+6
* radeon/llvm: Custom lower BR_CC for SITom Stellard2012-07-272-0/+41
* radeon/llvm: Move lowering of BR_CC node to R600ISelLoweringTom Stellard2012-07-274-31/+31
* radeon/llvm: Move lowering of SETCC node to R600ISelLoweringTom Stellard2012-07-274-38/+29
* radeon/llvm: Use correct node type when lowering SETCCTom Stellard2012-07-271-0/+1
* radeon/llvm: Move LowerSELECT_CC into R600ISelLoweringTom Stellard2012-07-274-111/+112
* automake: Remove OPT_FLAGS.Eric Anholt2012-07-264-12/+4
* automake: Remove ARCH_FLAGS.Eric Anholt2012-07-264-11/+4
* i965/msaa: use ROUND_DOWN_TO macro.Paul Berry2012-07-261-6/+6
* svga: initialize svga_compile_key to zeros to be safeBrian Paul2012-07-261-0/+4
* svga: fix invalid memory reference in needs_to_create_zero()Brian Paul2012-07-261-5/+5
* radeon: fix Base/base typoBrian Paul2012-07-261-1/+1
* android-build: fix dricore build for autogenerated files (v3)Daniel Charles2012-07-265-299/+335
* radeon: set swrast_renderbuffer::ColorType field when mapping renderbuffersBrian Paul2012-07-261-0/+2
* xlib: add X error handler around XGetImage() callBrian Paul2012-07-261-0/+29
* mesa: remove obsolete matrix commentBrian Paul2012-07-261-1/+0
* mesa: fix comment typo: s/pointer/point/Brian Paul2012-07-261-1/+1
* mesa: remove _math_matrix_alloc_inv()Brian Paul2012-07-264-48/+13
* mesa: loosen small matrix determinant checkBrian Paul2012-07-261-1/+1
* i965: Use sendc for all render target writes on Gen6+.Paul Berry2012-07-261-1/+1
* i965/msaa: Remove TODO comments that are no longer relevant.Paul Berry2012-07-262-3/+2
* intel: Make more consistent use of _mesa_is_{user,winsys}_fbo()Paul Berry2012-07-269-12/+19
* mesa: Make more consistent use of _mesa_is_{user,winsys}_fbo()Paul Berry2012-07-268-13/+23
* glsl: warning: pragma `invariant(all)' not supported in GLSL ES 1.00Oliver McFadden2012-07-261-1/+1
* shared-glapi: Install libglapi.so.0.0.0 and .0 links in lib/.Kenneth Graunke2012-07-251-1/+3
* scons: Fix build with clang.Vinson Lee2012-07-252-2/+3
* i965: Remove unused param conversion code.Eric Anholt2012-07-257-80/+3
* softpipe: fix copy/paste error in tex sample codeOlivier Galibert2012-07-251-2/+2
* Remove redundant osmesa shared library install from Makefile.oldJon TURNEY2012-07-255-34/+4
* Update mesa/drivers/x11/Makefile.am for xm_image.h removalJon TURNEY2012-07-251-1/+0
* drivers/osmesa: Link OSMesa using -no-undefined libtool flagJon TURNEY2012-07-251-1/+1
* drivers/X11: Link X11 libGL with -no-undefined libtool flagJon TURNEY2012-07-251-0/+1
* Revert "scons: Add instrumentation component libraries to linking on llvm-3.2."Vinson Lee2012-07-241-3/+0
* i965/msaa: Switch on 8x MSAA for Gen7.Paul Berry2012-07-242-3/+7
* i965/msaa: Adjust MCS buffer allocation for 8x MSAA.Paul Berry2012-07-241-2/+25
* i965/msaa: Remove assertion in 3DSTATE_SAMPLE_MASK to allow 8x MSAA.Paul Berry2012-07-241-3/+0
* i965/msaa: Adjust 3DSTATE_MULTISAMPLE packet for 8x MSAA.Paul Berry2012-07-241-6/+64
* i965/blorp: Encode and decode IMS format for 8x MSAA correctly.Paul Berry2012-07-241-39/+107
* i965/blorp: Compute sample number correctly for 8x MSAA.Paul Berry2012-07-241-13/+42
* i965/blorp: Properly adjust primitive size for 8x MSAA.Paul Berry2012-07-241-4/+17
* i965/blorp: Parameterize manual_blend() by num_samples.Paul Berry2012-07-241-8/+5
* i965/msaa: Remove comment about falsely claiming to support MSAA.Paul Berry2012-07-241-5/+0
* i965/blorp: Handle DrawBuffers properly.Paul Berry2012-07-241-7/+10
* i965/blorp: Rearrange order of blit validation and preparation steps.Paul Berry2012-07-241-55/+88
* i965/blorp: Don't fall back to swrast when miptrees absent.Paul Berry2012-07-241-6/+2
* i965/blorp: Fixup scissoring of blits to window system buffers.Paul Berry2012-07-241-12/+16
* i965/blorp: Simplify check that src/dst width/height match.Paul Berry2012-07-241-4/+2
* i965/msaa: Work around problems with null render targets on Gen6.Paul Berry2012-07-242-4/+49
* i965: Set width, height, and tiling properly for null render targets.Paul Berry2012-07-242-2/+60