summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-11-02XXX: Don't merge inst groups with MOVA and relative addressingllvm-indirect-wipTom Stellard1-9/+47
2012-11-02XXX: Remove AR hackTom Stellard2-1/+5
2012-11-02XXX: Indirect DSTTom Stellard1-12/+18
2012-11-01XXX: Only do indirect addressing of tempsTom Stellard1-6/+5
2012-10-31XXX:Tom Stellard3-30/+60
2012-10-25XXX: IndirectTom Stellard6-2/+29
2012-10-21gbm: Use the kms dumb ioctls for cursor instead of libkmsKristian Høgsberg3-50/+77
2012-10-19r600g: Remove special handling of PRED_SET* insructions for LLVM 3.2Tom Stellard1-0/+2
2012-10-19radeon/llvm: Sort tgsi opcode action initializationTom Stellard1-59/+50
2012-10-19radeon/llvm: Fix lowering TGSI_OPCODE_SSGTom Stellard1-1/+1
2012-10-19i965: Stop flushing the batch on timestamp queries, too.Eric Anholt1-1/+0
2012-10-19i965: Don't flush the batch immediately on EndQuery.Eric Anholt1-5/+14
2012-10-19i965/fs: Fix typo in refactor of brw_fs_reg_allocate.cpp.Eric Anholt1-1/+1
2012-10-19i965/vs: include format argument in debug printfTapani Pälli1-1/+1
2012-10-19st/mesa: Fix source miptree level for copying data to finalized miptree.Michel Dänzer1-1/+5
2012-10-19clover: No need for clover::is_zero() to be a functor.Francisco Jerez5-10/+8
2012-10-18st/mesa: improve the guess_and_alloc_texture() heuristicBrian Paul1-0/+2
2012-10-18gallium: remove unused data pointer from pipe_transferMarek Olšák6-6/+0
2012-10-18intel: Skip texsubimage fastpath for more pixel unpack state (v2)Chad Versace1-1/+6
2012-10-17Finish _HAVE_FULL_GL removalMatt Turner4-51/+1
2012-10-17configure.ac: Fix LLVM 3.2 r600/radeonsi error messageDmitry Cherkasov1-1/+1
2012-10-17svga: add svga_screen_cache_dump() debug helperBrian Paul2-0/+37
2012-10-17wayland: Drop support for ill-defined, unused wl_egl_pixmapKristian Høgsberg5-294/+4
2012-10-17wayland: Remove 0.85 compatibility #ifdefsKristian Høgsberg1-26/+0
2012-10-17egl/wayland: Update to Wayland 0.99 APIKristian Høgsberg7-69/+173
2012-10-17i965/fs: Statically allocate the reg_sets at context initialization.Eric Anholt3-49/+61
2012-10-17i965/fs: Allocate registers in the unused parts of the gen7 MRF hack range.Eric Anholt2-1/+63
2012-10-17i965/fs: Reduce the interference between payload regs and virtual GRFs.Eric Anholt2-19/+152
2012-10-17i965/fs: Expose the payload registers to the register allocator.Eric Anholt1-7/+39
2012-10-17i965/fs: Remove extra allocation for classes[].Eric Anholt1-1/+1
2012-10-17i965/fs: Make the register allocation class_sizes[] choice static.Eric Anholt2-60/+42
2012-10-17i965/vs: Improve live interval calculation.Eric Anholt4-96/+388
2012-10-17i965/vs: Fix the mlen of scratch read/write messages.Eric Anholt1-2/+2
2012-10-17i965: Make the cfg reusable from the VS.Eric Anholt5-16/+16
2012-10-17i965: Share the predicate field between FS and VS.Eric Anholt13-33/+32
2012-10-17i965: Rename fs_cfg types to not mention fs.Eric Anholt8-65/+65
2012-10-17i965: Move brw_fs_cfg.* to brw_cfg.*.Eric Anholt7-6/+6
2012-10-17i965: Make the FS and VS share a few visitor/instruction fields.Eric Anholt5-24/+30
2012-10-17i965/vs: Trim the swizzle of the scratch write temporary.Eric Anholt1-1/+16
2012-10-17i965/vs: Do the temporary allocation in emit_scratch_write().Eric Anholt3-21/+12
2012-10-17i965/vs: Simplify emit_scratch_write() prototype.Eric Anholt3-8/+6
2012-10-17i965/vs: Add a little bit of IR-level debug ability.Eric Anholt4-5/+96
2012-10-17glx: Add GLXBadProfileARB to the error string listAdam Jackson1-0/+1
2012-10-17glx: Fix listing of INTEL_swap_event in glXQueryExtensionsString()Owen W. Taylor1-1/+1
2012-10-17gallivm: Hide AVX support when requested by LP_NATIVE_VECTOR_WIDTH or unsuppo...José Fonseca1-0/+10
2012-10-17gallivm: Use mcjit for ppc_64 architectureWill Schmidt1-1/+4
2012-10-17st/mesa: silence MSVC signed/unsigned comparison warningBrian Paul1-1/+2
2012-10-17st/mesa: silence MSVC double/unsigned assignment warningBrian Paul1-1/+2
2012-10-17tgsi: silence MSVC signed/unsigned comparison warningsBrian Paul2-2/+2
2012-10-17util: fix MSVC signed/unsigned comparison warning in u_upload_mgr.c codeBrian Paul1-1/+1