summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* st/mesa: improve the guess_and_alloc_texture() heuristicBrian Paul2012-10-181-0/+2
* gallium: remove unused data pointer from pipe_transferMarek Olšák2012-10-186-6/+0
* intel: Skip texsubimage fastpath for more pixel unpack state (v2)Chad Versace2012-10-181-1/+6
* Finish _HAVE_FULL_GL removalMatt Turner2012-10-174-51/+1
* configure.ac: Fix LLVM 3.2 r600/radeonsi error messageDmitry Cherkasov2012-10-171-1/+1
* svga: add svga_screen_cache_dump() debug helperBrian Paul2012-10-172-0/+37
* wayland: Drop support for ill-defined, unused wl_egl_pixmapKristian Høgsberg2012-10-175-294/+4
* wayland: Remove 0.85 compatibility #ifdefsKristian Høgsberg2012-10-171-26/+0
* egl/wayland: Update to Wayland 0.99 APIKristian Høgsberg2012-10-177-69/+173
* i965/fs: Statically allocate the reg_sets at context initialization.Eric Anholt2012-10-173-49/+61
* i965/fs: Allocate registers in the unused parts of the gen7 MRF hack range.Eric Anholt2012-10-172-1/+63
* i965/fs: Reduce the interference between payload regs and virtual GRFs.Eric Anholt2012-10-172-19/+152
* i965/fs: Expose the payload registers to the register allocator.Eric Anholt2012-10-171-7/+39
* i965/fs: Remove extra allocation for classes[].Eric Anholt2012-10-171-1/+1
* i965/fs: Make the register allocation class_sizes[] choice static.Eric Anholt2012-10-172-60/+42
* i965/vs: Improve live interval calculation.Eric Anholt2012-10-174-96/+388
* i965/vs: Fix the mlen of scratch read/write messages.Eric Anholt2012-10-171-2/+2
* i965: Make the cfg reusable from the VS.Eric Anholt2012-10-175-16/+16
* i965: Share the predicate field between FS and VS.Eric Anholt2012-10-1713-33/+32
* i965: Rename fs_cfg types to not mention fs.Eric Anholt2012-10-178-65/+65
* i965: Move brw_fs_cfg.* to brw_cfg.*.Eric Anholt2012-10-177-6/+6
* i965: Make the FS and VS share a few visitor/instruction fields.Eric Anholt2012-10-175-24/+30
* i965/vs: Trim the swizzle of the scratch write temporary.Eric Anholt2012-10-171-1/+16
* i965/vs: Do the temporary allocation in emit_scratch_write().Eric Anholt2012-10-173-21/+12
* i965/vs: Simplify emit_scratch_write() prototype.Eric Anholt2012-10-173-8/+6
* i965/vs: Add a little bit of IR-level debug ability.Eric Anholt2012-10-174-5/+96
* glx: Add GLXBadProfileARB to the error string listAdam Jackson2012-10-171-0/+1
* glx: Fix listing of INTEL_swap_event in glXQueryExtensionsString()Owen W. Taylor2012-10-171-1/+1
* gallivm: Hide AVX support when requested by LP_NATIVE_VECTOR_WIDTH or unsuppo...José Fonseca2012-10-171-0/+10
* gallivm: Use mcjit for ppc_64 architectureWill Schmidt2012-10-171-1/+4
* st/mesa: silence MSVC signed/unsigned comparison warningBrian Paul2012-10-171-1/+2
* st/mesa: silence MSVC double/unsigned assignment warningBrian Paul2012-10-171-1/+2
* tgsi: silence MSVC signed/unsigned comparison warningsBrian Paul2012-10-172-2/+2
* util: fix MSVC signed/unsigned comparison warning in u_upload_mgr.c codeBrian Paul2012-10-171-1/+1
* util: fix MSVC signed/unsigned comparison warning in u_vbuf.c codeBrian Paul2012-10-171-1/+1
* util: fix MSVC double/float conversion warning in u_format_r11g11b10f.hBrian Paul2012-10-171-1/+1
* draw: silence MSVC signed/unsigned comparison warningsBrian Paul2012-10-174-8/+8
* util/blitter: silence assorted MSVC warningsBrian Paul2012-10-172-21/+22
* wmesa: remove old, unused span codeBrian Paul2012-10-171-474/+0
* scons: Fix graw-xlib lib order.José Fonseca2012-10-171-1/+1
* tgsi: Add support to parse IMM[x] too.José Fonseca2012-10-172-2/+30
* Revert "gallivm: Don't use llvm.x86.avx.max/min.ps.256 inadvertently."José Fonseca2012-10-171-4/+4
* build: Build on Cygwin with gnu99 instead of c99.Vinson Lee2012-10-161-1/+8
* es2api: Add GL ES 3 headersMatt Turner2012-10-164-0/+1120
* glapi: Add es2="3.0" attributes to XML.Matt Turner2012-10-1613-103/+103
* svga: whitespace fixes, remove useless commentsBrian Paul2012-10-165-93/+52
* svga: silence MSVC warning about negating an unsigned valueBrian Paul2012-10-161-1/+1
* svga: silence MSVC double/float assignment warningsBrian Paul2012-10-161-10/+10
* svga: fix MSVC double/float parameter warningBrian Paul2012-10-161-1/+1
* svga: silence MSVC float/int assignment warningsBrian Paul2012-10-162-3/+3