summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-05-21Fix build in dri_platform=none, --enable-driglx-direct case (i.e. swrast only)darwin-build-fixes-for-reviewJon TURNEY3-1/+4
2014-05-21applegl: Provide requirements of _SET_DrawBuffersJon TURNEY2-1/+7
2014-05-21darwin: Suppress type conversion warnings for GLhandleARBJon TURNEY1-3/+3
2014-05-21applegl: Improve error reporting if CGLChoosePixelFormat() didn't find any ma...Jon TURNEY1-0/+5
2014-05-21Fix build of appleglxJon TURNEY22-291/+80
2014-05-21Make DRI dependencies and build depend on the targetJon TURNEY13-41/+88
2014-05-21Fix build for darwinJon TURNEY5-4/+56
2014-05-21i965/fs: Assume fragment color clamping is off when precompiling.Kenneth Graunke1-2/+0
2014-05-20egl: Add EGL_CHROMIUM_sync_control extension.Sarah Sharp11-0/+84
2014-05-20Import eglextchromium.h from Chromium.Sarah Sharp3-0/+62
2014-05-20darwin: Fix test for kCGLPFAOpenGLProfile support at runtimeJeremy Huddleston Sequoia1-5/+9
2014-05-20freedreno: don't advertise texture arrays for nowRob Clark1-1/+1
2014-05-20glapi: Avoid heap corruption in _glapi_tableJeremy Huddleston Sequoia1-1/+1
2014-05-19freedreno/a3xx: shadow sampler supportRob Clark2-3/+46
2014-05-19freedreno/a3xx/compiler: refactor trans_samp()Rob Clark1-47/+90
2014-05-19freedreno: update generated headersRob Clark4-4/+10
2014-05-19meta: Avoid _swrast_BlitFramebuffer in the meta CopyTexSubImage code.Kenneth Graunke1-6/+6
2014-05-19meta: Split _swrast_BlitFramebuffer out of the meta blit path.Kenneth Graunke8-25/+56
2014-05-19meta: Drop unnecessary early returns in _mesa_meta_BlitFramebuffer.Kenneth Graunke1-8/+0
2014-05-19Revert "i965: Don't _swrast_BlitFramebuffer when doing CopyTexSubImage."Kenneth Graunke1-1/+1
2014-05-19docs: update the prerequisites sectionBrian Paul1-3/+12
2014-05-19i965/fbo: Only try stencil meta blits on gen >= 8Topi Pohjolainen1-2/+4
2014-05-19mesa: Disable GL_EXT_framebuffer_multisample_blit_scaled on Broadwell.Kenneth Graunke1-1/+2
2014-05-19llvmpipe: do IR counting for shader cache management after optimization.Roland Scheidegger3-4/+22
2014-05-19i965: Rename brw_disasm to brw_disassemble_inst.Vinson Lee1-1/+1
2014-05-18i965: Fix a "discards 'const' qualifier" warning.Kenneth Graunke1-1/+1
2014-05-18i965/fs: Finally kill struct brw_wm_compile (better known as 'c').Kenneth Graunke2-16/+11
2014-05-18i965/fs: Stop copying the program key.Kenneth Graunke1-6/+4
2014-05-18i965/fs: Rip struct brw_wm_compile out of the visitors and generators.Kenneth Graunke9-28/+33
2014-05-18i965/fs: Plumb a mem_ctx all the way through the FS compile.Kenneth Graunke8-15/+23
2014-05-18i965/fs: Use 'c' as the mem_ctx in fs_visitor.Kenneth Graunke1-2/+1
2014-05-18i965/fs: Actually free program data on the error path.Kenneth Graunke1-1/+3
2014-05-18i965/fs: Replace c->key with a direct reference in the generators.Kenneth Graunke3-15/+18
2014-05-18i965/fs: Replace c->key with a direct reference in fs_visitor.Kenneth Graunke5-47/+49
2014-05-18i965/fs: Replace c->prog_data with a direct reference in the generators.Kenneth Graunke3-24/+28
2014-05-18i965/fs: Replace c->prog_data with a direct reference in fs_visitor.Kenneth Graunke3-26/+28
2014-05-18i965/fs: Move some flags that affect code generation to fs_visitor.Kenneth Graunke5-8/+10
2014-05-18i965/fs: Move payload register info from brw_wm_compile to fs_visitor.Kenneth Graunke6-45/+53
2014-05-18i965/fs: Simplify gl_SampleMaskIn handling.Kenneth Graunke3-12/+3
2014-05-18i965/fs: Rename c->sample_mask_reg to sample_mask_in_reg.Kenneth Graunke2-3/+3
2014-05-18i965/fs: Move c->last_scratch into fs_visitor.Kenneth Graunke5-6/+8
2014-05-18i965/fs: Move total_scratch calculation into fs_visitor::run().Kenneth Graunke2-4/+5
2014-05-18i965/fs: Move perf_debug about register spilling to a more obvious spot.Kenneth Graunke2-4/+4
2014-05-18i965: Rename brw/gen8_dump_compile to brw/gen8_disassemble.Kenneth Graunke14-23/+24
2014-05-18i965: Rename brw_disasm/gen8_disassemble to brw/gen8_disassemble_inst.Kenneth Graunke7-8/+11
2014-05-18i965: Fix dump_prog_cache to handle compacted instructions.Kenneth Graunke1-13/+5
2014-05-18i965: Use brw_dump_compile for clip, SF, and old GS programs.Kenneth Graunke3-13/+3
2014-05-18nv50/ir: fix integer mul lowering for u32 x u32 -> high u32Ilia Mirkin1-3/+4
2014-05-18nv50/ir: make sure that texprep/texquerylod's args get coalescedIlia Mirkin1-0/+2
2014-05-18freedreno/a3xx: use util_format_compose_swizzles()Rob Clark1-9/+9