63253 次程式碼提交 (59dd444cacffbee73a4e7ff9ccc5a6d25280dc0e)
 

作者 SHA1 備註 提交日期
  Brian Paul 75688254d7 docs: update the prerequisites section 11 年之前
  Topi Pohjolainen 21dddb22c1 i965/fbo: Only try stencil meta blits on gen >= 8 11 年之前
  Kenneth Graunke 0b96d362bf mesa: Disable GL_EXT_framebuffer_multisample_blit_scaled on Broadwell. 11 年之前
  Roland Scheidegger 1e9cbbb1c4 llvmpipe: do IR counting for shader cache management after optimization. 11 年之前
  Vinson Lee 9e74de884a i965: Rename brw_disasm to brw_disassemble_inst. 11 年之前
  Kenneth Graunke 13edd5f616 i965: Fix a "discards 'const' qualifier" warning. 11 年之前
  Kenneth Graunke 09b4f260a7 i965/fs: Finally kill struct brw_wm_compile (better known as 'c'). 11 年之前
  Kenneth Graunke 8b994d0f3b i965/fs: Stop copying the program key. 11 年之前
  Kenneth Graunke cca6dc9f0f i965/fs: Rip struct brw_wm_compile out of the visitors and generators. 11 年之前
  Kenneth Graunke 2d4ac9b5b8 i965/fs: Plumb a mem_ctx all the way through the FS compile. 11 年之前
  Kenneth Graunke 25f8fbbf2f i965/fs: Use 'c' as the mem_ctx in fs_visitor. 11 年之前
  Kenneth Graunke 81b11bf093 i965/fs: Actually free program data on the error path. 11 年之前
  Kenneth Graunke c96fdeb723 i965/fs: Replace c->key with a direct reference in the generators. 11 年之前
  Kenneth Graunke 65b2df3ec8 i965/fs: Replace c->key with a direct reference in fs_visitor. 11 年之前
  Kenneth Graunke b61d055d66 i965/fs: Replace c->prog_data with a direct reference in the generators. 11 年之前
  Kenneth Graunke 8a04e0de8b i965/fs: Replace c->prog_data with a direct reference in fs_visitor. 11 年之前
  Kenneth Graunke 55f4e3a06b i965/fs: Move some flags that affect code generation to fs_visitor. 11 年之前
  Kenneth Graunke 8ef78828fa i965/fs: Move payload register info from brw_wm_compile to fs_visitor. 11 年之前
  Kenneth Graunke c76e6db05f i965/fs: Simplify gl_SampleMaskIn handling. 11 年之前
  Kenneth Graunke 5cd7cf58e6 i965/fs: Rename c->sample_mask_reg to sample_mask_in_reg. 11 年之前
  Kenneth Graunke db9c915abc i965/fs: Move c->last_scratch into fs_visitor. 11 年之前
  Kenneth Graunke 7e28bd797d i965/fs: Move total_scratch calculation into fs_visitor::run(). 11 年之前
  Kenneth Graunke c51163b0cf i965/fs: Move perf_debug about register spilling to a more obvious spot. 11 年之前
  Kenneth Graunke db1449b700 i965: Rename brw/gen8_dump_compile to brw/gen8_disassemble. 11 年之前
  Kenneth Graunke 4b04152db0 i965: Rename brw_disasm/gen8_disassemble to brw/gen8_disassemble_inst. 11 年之前
  Kenneth Graunke 4a2f0e305c i965: Fix dump_prog_cache to handle compacted instructions. 11 年之前
  Kenneth Graunke 3285bc97ef i965: Use brw_dump_compile for clip, SF, and old GS programs. 11 年之前
  Ilia Mirkin 5b8f1a0f7c nv50/ir: fix integer mul lowering for u32 x u32 -> high u32 11 年之前
  Ilia Mirkin 4ebaabcccb nv50/ir: make sure that texprep/texquerylod's args get coalesced 11 年之前
  Rob Clark acc1651711 freedreno/a3xx: use util_format_compose_swizzles() 11 年之前
  Rob Clark 88ba9de917 freedreno/a3xx/compiler: 1D textures 11 年之前
  Rob Clark 6f84f64643 freedreno: fix caps 11 年之前
  Rob Clark f7debd4a3e freedreno: fix index buffer offset 11 年之前
  Rob Clark 5646319f25 freedreno/a3xx: add sRBG texture support 11 年之前
  Rob Clark 9227e6c98c freedreno: update generated headers 11 年之前
  Roland Scheidegger 3bf2d86c09 gallivm: (trivial) fix compilation with llvm 3.1, 3.2 11 年之前
  Roland Scheidegger 3a1da0abee gallivm: print out how long it takes to optimize shader IR. 11 年之前
  Roland Scheidegger 26cac02c51 gallivm: give more verbose names to modules 11 年之前
  Brian Paul ef6b6658f9 mesa: fix double-freeing of dispatch tables inside glBegin/End. 11 年之前
  Matt Turner 730bc124c3 i965: Use binary literals counter select. 11 年之前
  Michel Dänzer 2bab95973d glsl_to_tgsi: Make sure the 'shader' member is always initialized 11 年之前
  Roland Scheidegger b416645387 gallivm: remove optimization workaround when not having sse 4.1 11 年之前
  Roland Scheidegger 93731fbeec gallivm: remove workaround for reversing optimization pass order. 11 年之前
  Matt Turner 8a6f7dfc19 i965/gen8: Make disassembly function match brw's signature. 11 年之前
  Matt Turner 1ef52d6ab3 i965: Pass brw_context and assembly separately to brw_dump_compile. 11 年之前
  Matt Turner 74b252d270 i965: Pull brw_compact_instructions() out of brw_get_program(). 11 年之前
  Matt Turner cce3bea2a7 i965/disasm: Align send instruction meta-information with dst. 11 年之前
  Matt Turner e00fe451b8 i965/disasm: Disassemble the compaction control bit. 11 年之前
  Matt Turner 58bcf5996d i965/cfg: Embed exec_node in bblock_link. 11 年之前
  Matt Turner a77023c992 i965/cfg: Make brw_cfg.h closer to C-includable. 11 年之前