summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-10-17egl/wayland: Update to Wayland 0.99 APIKristian Høgsberg6-68/+172
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
2012-10-17util: fix MSVC signed/unsigned comparison warning in u_vbuf.c codeBrian Paul1-1/+1
2012-10-17util: fix MSVC double/float conversion warning in u_format_r11g11b10f.hBrian Paul1-1/+1
2012-10-17draw: silence MSVC signed/unsigned comparison warningsBrian Paul4-8/+8
2012-10-17util/blitter: silence assorted MSVC warningsBrian Paul2-21/+22
2012-10-17wmesa: remove old, unused span codeBrian Paul1-474/+0
2012-10-17scons: Fix graw-xlib lib order.José Fonseca1-1/+1
2012-10-17tgsi: Add support to parse IMM[x] too.José Fonseca2-2/+30
2012-10-17Revert "gallivm: Don't use llvm.x86.avx.max/min.ps.256 inadvertently."José Fonseca1-4/+4
2012-10-16es2api: Add GL ES 3 headersMatt Turner1-0/+5
2012-10-16glapi: Add es2="3.0" attributes to XML.Matt Turner13-103/+103
2012-10-16svga: whitespace fixes, remove useless commentsBrian Paul5-93/+52
2012-10-16svga: silence MSVC warning about negating an unsigned valueBrian Paul1-1/+1
2012-10-16svga: silence MSVC double/float assignment warningsBrian Paul1-10/+10
2012-10-16svga: fix MSVC double/float parameter warningBrian Paul1-1/+1
2012-10-16svga: silence MSVC float/int assignment warningsBrian Paul2-3/+3
2012-10-16svga: silence MSVC double/float assignment warningsBrian Paul1-23/+23
2012-10-16svga: silence some MSVC signed/unsigned comparison warningsBrian Paul11-11/+13
2012-10-16mesa/tests: Add ES1.1 dispatch table sanity testIan Romanick1-0/+207
2012-10-16mesa/tests: Compile ES2 test regardless of FEATURE_ES2 settingIan Romanick1-4/+0
2012-10-16mesa: remove FEATURE_ES1 tests in enable.c codeBrian Paul1-6/+0
2012-10-16mesa: remove FEATURE_ES test in _mesa_get_compressed_formats()Brian Paul1-2/+0
2012-10-16mesa: remove FEATURE_ES test in _mesa_is_compressed_format()Brian Paul1-2/+0
2012-10-16mesa: remove FEATURE_GL test from updated_drawbuffers()Brian Paul1-2/+0
2012-10-16mesa: remove #if _HAVE_FULL_GL checksBrian Paul18-133/+1