summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* i965: Emit ARF:UD for non-present src1 on Gen6+.Matt Turner2014-05-241-2/+26
* i965: Support compacted instructions with immediate sources.Matt Turner2014-05-241-20/+63
* i965: Use next_offset() in instruction compaction code.Matt Turner2014-05-241-17/+3
* i965: Move next_offset() to brw_eu.h for use elsewhere.Matt Turner2014-05-242-11/+12
* i965: Rename next_ip() -> next_offset().Matt Turner2014-05-241-30/+33
* i965: Print disassembly after compaction.Matt Turner2014-05-249-283/+198
* i965/fs: Make patch_discard_jumps_to_fb_writes return bool.Matt Turner2014-05-243-6/+8
* i965: Add annotation data structure and support code.Matt Turner2014-05-2411-9/+183
* i965/fs+blorp: Remove left over dump_file arguments.Matt Turner2014-05-245-19/+15
* i965/fs: Don't hardcode DEBUG_WM in generic fs code.Matt Turner2014-05-246-27/+25
* i965: Pass in start_offset to brw_compact_instructions().Matt Turner2014-05-248-17/+17
* i965: Delete unused brw_blorp_blit_test_compile().Matt Turner2014-05-241-11/+0
* i965/cfg: Make DO instruction begin a basic block.Matt Turner2014-05-241-9/+12
* darwin: Guard Core Profile usage behind a testing envvarJeremy Huddleston Sequoia2014-05-241-10/+20
* darwin: Write errors in choosing the pixel format to the crash logJeremy Huddleston Sequoia2014-05-241-2/+16
* nv50: count wrapped textures towards the tex_obj countJoakim Sindholt2014-05-231-0/+2
* nvc0: assert that we have vertex elements stateChristoph Bumiller2014-05-231-0/+1
* nvc0: use PRIxPTR for sizeof()Christoph Bumiller2014-05-231-1/+1
* nv50,nvc0: allow 15,16,30 bpp display formatsChristoph Bumiller2014-05-231-4/+4
* nv50,nvc0: handle guard band definesChristoph Bumiller2014-05-232-4/+16
* nv50/ir/tgsi: optimize KILChristoph Bumiller2014-05-231-0/+5
* nv50/ir: fix lowering of predicated instructions (without defs)Christoph Bumiller2014-05-231-1/+4
* nv50/ir/opt: fix constant folding with saturate modifierChristoph Bumiller2014-05-231-1/+3
* nv50/ir/tgsi: TGSI_OPCODE_POW replicates its resultChristoph Bumiller2014-05-231-1/+5
* nv50,nvc0: set constbufs dirty on pipe context switchChristoph Bumiller2014-05-232-0/+5
* nv50: setup scissors on clear_render_target/depth_stencilChristoph Bumiller2014-05-231-2/+18
* nv50,nvc0: always pull out bufctx on context destructionChristoph Bumiller2014-05-232-9/+7
* i965: Properly return *RESET* status in glGetGraphicsResetStatusARBPavel Popov2014-05-231-5/+13
* appleglx: Improve error reporting if CGLChoosePixelFormat() didn't find any m...Jon TURNEY2014-05-231-0/+5
* Fix build of appleglxJon TURNEY2014-05-2322-291/+80
* Make DRI dependencies and build depend on the targetJon TURNEY2014-05-2313-41/+88
* Fix build for darwinJon TURNEY2014-05-239-3/+63
* targets/egl-static: add missing line break in ldflagsEmil Velikov2014-05-231-1/+1
* mesa: Fix unbinding GL_DEPTH_STENCIL_ATTACHMENTJames Legg2014-05-231-0/+6
* targets/osmesa: limit the amount of exported symbolsEmil Velikov2014-05-232-0/+19
* gallivm: Disable workaround for PR12833 on LLVM 3.2+.José Fonseca2014-05-231-2/+2
* gallivm: Support MCJIT on Windows.José Fonseca2014-05-232-5/+12
* mesa/x86: Fix build with clang 3.4.José Fonseca2014-05-231-0/+4
* mesa: Move declaration to top of block.José Fonseca2014-05-231-1/+3
* meta blit: Set Z texcoord during meta blit to sample the correct layerJordan Justen2014-05-231-1/+8
* i965: Listen to BRW_NEW_FRAGMENT_PROGRAM for 3DSTATE_PS_BLEND.Kenneth Graunke2014-05-232-2/+3
* i965: Use WE_all for FB write header setup on Broadwell.Kenneth Graunke2014-05-231-6/+7
* mesa/x86: fix a typos in SSE4.1 detectionTobias Klausmann2014-05-221-2/+2
* mesa: Rely on USE_X86_64_ASM.José Fonseca2014-05-223-5/+5
* scons: Fix x86_64 build.José Fonseca2014-05-221-0/+1
* docs: Import 10.1.4 release notes, add news item.Carl Worth2014-05-223-0/+107
* mesa/x86: Brown bag fix for undeclared variable.Matt Turner2014-05-221-1/+1
* i965: Use SSE4.1 runtime detection for intel_miptree_map.Matt Atwood2014-05-221-8/+3
* mesa/x86: add SSE4.1 runtime detection.Matt Atwood2014-05-222-0/+10
* mesa/x86: Support SSE 4.1 detection on x86-64.Matt Turner2014-05-223-2/+13