i965/blorp: Refactor code for computing fast clear align/scaledown factors.
[mesa.git] / src / mesa / drivers /
2013-12-09 Paul Berryi965/blorp: Refactor code for computing fast clear...
2013-12-09 Paul Berryi965/blorp: allow multisample blorp clears
2013-12-09 Paul Berryi965/blorp: Get rid of redundant num_samples blorp...
2013-12-09 Paul Berryi965/gen7+: Disentangle MSAA layout from fast clear...
2013-12-09 Paul Berryi965: Don't try to use HW blitter for glCopyPixels...
2013-12-09 Paul Berryi965: Document conventions for counting layers in 2D...
2013-12-09 Paul Berryi965/blorp: Improve fast color clear comment.
2013-12-07 Chris Forbesi965: Don't flag gather quirks for Gen8+
2013-12-07 Chris Forbesi965/Gen7: Allow CMS layout for multisample textures
2013-12-07 Chris Forbesi965/vs: Sample from MCS surface when required
2013-12-07 Chris Forbesi965/fs: Sample from MCS surface when required
2013-12-07 Chris Forbesi965: Add shader opcode for sampling MCS surface
2013-12-07 Chris Forbesi965/Gen7: Include bitfield in the sampler key for...
2013-12-07 Chris Forbesi965/Gen7: Move decision to allocate MCS surface into...
2013-12-07 Chris Forbesi965/Gen7: emit mcs info for multisample textures
2013-12-07 Chris Forbesi965/wm: Set copy of sample mask in 3DSTATE_PS correctl...
2013-12-07 Chris Forbesi965: refactor sample mask calculation
2013-12-05 Kenneth Graunkei965: Replace non-standard INLINE macro with "inline".
2013-12-05 Kenneth Graunkei965: Don't use GL types in files shared with intel...
2013-12-05 Kenneth Graunkei965: Drop trailing whitespace from the rest of the...
2013-12-05 Kenneth Graunkei965: Drop trailing whitespace from files shared with...
2013-12-05 Matt Turneri965: Emit better code for ir_unop_sign.
2013-12-05 Matt Turneri965/fs: New peephole optimization to flatten IF/BREAK...
2013-12-05 Matt Turneri965/fs: Emit a MOV instead of a SEL if the sources...
2013-12-05 Matt Turneri965/fs: Extend SEL peephole to handle only matching...
2013-12-05 Matt Turneri965/fs: New peephole optimization to generate SEL.
2013-12-05 Matt Turneri965/fs: Add SEL() convenience function.
2013-12-05 Matt Turneri965: Print conditional mod in dump_instruction().
2013-12-05 Matt Turneri965: Externalize conditional_modifier for use in dump_...
2013-12-05 Matt Turneri965: Print argument types in dump_instruction().
2013-12-05 Matt Turneri965: Externalize reg_encoding for use in dump_instruct...
2013-12-05 Matt Turneri965/vec4: Don't print swizzles for immediate values.
2013-12-05 Matt Turneri965/vec4: Print negate and absolute value for src...
2013-12-05 Matt Turneri965/vec4: Add support for printing HW_REGs in dump_ins...
2013-12-05 Matt Turneri965/fs: Print ARF registers properly in dump_instructi...
2013-12-05 Matt Turneri965: Don't print extra (null) arguments in dump_instru...
2013-12-05 Matt Turneri965: Allow commuting the operands of ADDC for const...
2013-12-05 Matt Turneri965/fs: Rename register_coalesce_2() -> register_coale...
2013-12-05 Matt Turneri965/fs: Remove now useless register_coalesce() pass.
2013-12-05 Matt Turneri965/fs: Let register_coalesce_2() eliminate self-moves.
2013-12-05 Matt Turneri965: Allow constant propagation into ASR and BFI1.
2013-12-05 Matt Turneri965/cfg: Document cur_* variables.
2013-12-05 Matt Turneri965/cfg: Remove ip & cur from brw_cfg.
2013-12-05 Matt Turneri965/cfg: Clean up cfg_t constructors.
2013-12-05 Matt Turneri965/cfg: Throw out confusing make_list method.
2013-12-05 Matt Turneri965/cfg: Include only needed headers.
2013-12-05 Matt Turneri965/cfg: Remove unnecessary endif_stack.
2013-12-05 Matt Turneri965/cfg: Rework to make IF & ELSE blocks flow into...
2013-12-05 Matt Turneri965/cfg: Keep pointers to IF/ELSE/ENDIF instructions...
2013-12-05 Matt Turneri965/cfg: Add code to dump blocks and cfg.
2013-12-05 Ian Romanickmesa: Use a single enable for GL_EXT_texture_array...
2013-12-04 Kenneth Graunkei965: Fix BRW_BATCH_STRUCT to specify RENDER_RING,...
2013-12-04 Kenneth GraunkeRevert "i965: Move brw_emit_query_begin() to the render...
2013-12-04 Kenneth Graunkei965: Fix OACONTROL assertion failures on Ironlake.
2013-12-03 Chad Versacei965: Add extra-alignment for non-msrt fast color clear...
2013-12-02 Kenneth Graunkei965: Skip the register write check on Broadwell.
2013-12-02 Kenneth Graunkei965: Fix texture border color on Broadwell.
2013-12-02 Kenneth Graunkei965: Don't use MACH for integer multiplies on Gen8+.
2013-12-02 Kenneth Graunkei965: Fix texture swizzling on Broadwell.
2013-12-02 Kenneth Graunkei965: Set vertical alignment unit to 4 on Broadwell.
2013-12-02 Kenneth Graunkei965/vs: Always store pull constant offsets in GRFs...
2013-12-02 Kenneth Graunkei965/vs: Don't copy propagate into SEND-from-GRF messages.
2013-12-02 Chad Versacei965/hsw: Apply non-msrt fast color clear w/a to all...
2013-11-30 Paul Berryi965/gen6: Fix multisample resolve blits for luminance...
2013-11-27 Ian Romanicki965: Properly reject __DRI_CTX_FLAG_ROBUST_BUFFER_ACCE...
2013-11-27 Matt TurnerRevert "drop old INTEL_DEBUG names for `perf` (fall...
2013-11-27 Kenneth Graunkei965: Always reserve binding table space for at least...
2013-11-27 Francisco Jerezi965/fs: Fix misleading comment.
2013-11-27 Francisco Jerezi965: Bump number of supported atomic counter buffers.
2013-11-26 Paul Berryi965/gs: Set GS prog_data to NULL if there is no GS...
2013-11-26 Paul Berryi965/gs: Properly skip GS binding table upload when...
2013-11-26 Ian Romanickdri: Allow __DRI_CTX_FLAG_ROBUST_BUFFER_ACCESS in driCr...
2013-11-26 Ian Romanicki965: Only enable __DRI2_ROBUSTNESS if kernel support...
2013-11-26 Ian RomanickRevert "i965: Make the driver compile until a proper...
2013-11-26 Kenneth Graunkei965: Use __attribute__((flatten)) on fast tiled texima...
2013-11-25 Chris Forbesi965: Enable ARB_draw_indirect (and ARB_multi_draw_indi...
2013-11-25 Chris Forbesmesa: pass indirect buffer to sw primitive restart
2013-11-25 Chris Forbesi965: pass indirect buffer to primitive restart check
2013-11-25 Chris Forbesi965: implement indirect drawing for Gen7
2013-11-25 Chris Forbesi965: Add new defines for indirect draws
2013-11-25 Christoph Bumillermesa: add indirect drawing buffer parameter to draw...
2013-11-25 Chris Forbesdrop old INTEL_DEBUG names for `perf` (fall) and `fs...
2013-11-25 Chris Forbesi965: remove unused DEBUG_IOCTL
2013-11-25 Chris Forbesradeon: change last instance of DEBUG_IOCTL to use...
2013-11-23 Jordan Justenintel: enable GL_AMD_vertex_shader_layer extension...
2013-11-23 Marek Olšákmesa: initialize gl_renderbuffer::Depth in core
2013-11-23 Eric Anholti965/fs: Make the first pre-allocation heuristic be...
2013-11-23 Eric Anholti965: Fix streamed state dumping/annotation after the...
2013-11-22 Chad Versacei965: Let driconf clamp_max_samples affect context...
2013-11-22 Chad Versacei965: Share code between intel_quantize_num_samples...
2013-11-22 Chad Versacei965: Terminate brw_supported_msaa_modes() list with...
2013-11-22 Vinson Leemeta: Move declaration before code.
2013-11-22 Paul Berryi965: Fix fast clear of depth buffers.
2013-11-22 Paul Berryi965: Fix blorp clear of layered framebuffers.
2013-11-22 Paul Berryi965: refactor blorp clear code in preparation for...
2013-11-22 Paul Berrymeta: fix meta clear of layered framebuffers
2013-11-22 Paul Berrymesa: Track number of layers in layered framebuffers.
2013-11-21 Kenneth Graunkei965: Enable the AMD_performance_monitor extension...
2013-11-21 Kenneth Graunkei965: Take "bookend" OA snapshots at the start/end...
2013-11-21 Kenneth Graunkei965: Reserve batchbuffer space for a closing MI_REPORT...
next