i965/gen7: Enable HiZ
[mesa.git] / src / mesa / drivers /
2012-01-10 Chad Versacei965/gen7: Enable HiZ
2012-01-10 Chad Versacei965: Replace references to stencil region size with...
2012-01-10 Chad Versacei965: Fix misnamed GEN7_WM_DEPTH_RESOLVE
2012-01-10 Kenneth Graunkei965: Fix zeroing of unused attributes in 3DSTATE_SBE.
2012-01-10 Kenneth Graunkei965: Re-sync outdated comments about Gen6+ push constants.
2012-01-10 Kenneth Graunkei965: Update dirty bit comments for the gen7_ps_state...
2012-01-10 Kenneth Graunkei965: Annotate the use of _NEW_PROGRAM in Gen6+ SF...
2012-01-10 Kenneth Graunkei965: Add missing _NEW_PROGRAM dirty bit to the brw_sf_...
2012-01-10 Kenneth Graunkei965: Add missing _NEW_PROGRAM dirty bit to the gen7_sb...
2012-01-10 Kenneth Graunkei965: Remove BRW_NEW_CURBE_OFFSETS dirty bit from Gen7...
2012-01-10 Kenneth Graunkei965: Remove BRW_NEW_URB_FENCE dirty bit from Gen6...
2012-01-10 Kenneth Graunkei965: Add missing _NEW_BUFFERS dirty bit to Gen6+ DEPTH...
2012-01-09 Eric Anholti965/fs: Fix projector==1.0 optimization pre-gen6.
2012-01-09 Eric Anholti965/fs: Fix GPU hangs with 16-wide integer div/mod...
2012-01-08 Kenneth Graunkei965: Actually enable SIMD16 dispatch on Ivybridge.
2012-01-08 Kenneth Graunkei965: Correct _NEW_TRANSOFORM typos.
2012-01-08 Kenneth Graunkei965: Correct misspellings of "invariant".
2012-01-07 Brian Paulmesa: rework ctx->Driver.CopyTexSubImage() parameters
2012-01-07 Brian Paulmeta: add some 'f' suffixes to silence MSVC warnings
2012-01-07 Kenneth Graunkei965/vs: Fix invalid array access in copy propagation.
2012-01-06 Eric Anholti965: Turn on ARB_depth_buffer_float by default.
2012-01-06 Eric Anholti965: Add sensible disasm for the JMPI instruction.
2012-01-06 Eric Anholti965/gen7: Enable transform feedback as long as kernel...
2012-01-06 Eric Anholti965/gen7: Fix up the transform feedback buffer pointer...
2012-01-06 Eric Anholti965/gen7: Flush the batch between transform feedbacks.
2012-01-06 Eric Anholti965/gen7: Use the updated interface for SO write point...
2012-01-05 Paul Berryi965: Make use of gl_transform_feedback_info::Component...
2012-01-05 Paul Berryi965: Fix transform feedback of gl_ClipVertex.
2012-01-05 Paul Berryi965: Fix transform feedback of gl_PointSize.
2012-01-05 Ian Romanicki965: Enable EXT_texture_integer by default
2012-01-04 Kenneth Graunkei965: Fix infinite loop regression in intel_miptree_all...
2012-01-04 Kenneth Graunkei965/vs: Use the proper dimensionality for the sampler...
2012-01-04 Kenneth Graunkei965: Add missing _NEW_TEXTURE dirty bit to brw_vs_prog...
2012-01-04 Ian Romanickintel: Re-enable GL_OES_standard_derivatives on GEN4+
2012-01-04 Eric Anholtintel: Re-allow blitting glCopyBufferSubData() on gen...
2012-01-04 Eric Anholtintel: Fix pitch handling for linear blits.
2012-01-04 Eric Anholtintel: Fix bad read/write flags on self-copies for...
2012-01-04 Adam JacksonRemove xmesa_xf86.h
2012-01-04 Brian Paulmesa: remove unused _mesa_init_teximage_fields() target...
2012-01-04 Anuj PhogatFix read from pointer after free
2012-01-02 Brian Paulintel: include version.h in intel_screen.c to silence...
2012-01-02 Ian Romanickdri_util: Fix order of error and data parameters to...
2012-01-02 Ian Romanickdri2: Add plumbing to get context version requirements...
2012-01-02 Ian Romanickdri_util: Mostly stub implementation of dri2CreateConte...
2012-01-02 Brian Paulradeon: move declarations before code
2012-01-02 Brian Paulradeon: add casts to silence warnings
2012-01-02 Brian Paulradeon: remove unused tex image function prototypes
2012-01-02 Brian Paulmesa: remove the dstX/Y/Zoffset params to _mesa_texstor...
2012-01-02 Brian Paulintel: pass xoffset, yoffset = 0 to _mesa_texstore()
2012-01-02 Eric Anholti965: Silence gcc warning about uninitialized "inst...
2012-01-02 Eric Anholti965: Silence gcc warning from resizing EU store changes.
2011-12-30 Brian Paulmesa: simplify Driver.TexImage() parameters
2011-12-30 Brian Paulmesa: simplify Driver.TexSubImage() parameters
2011-12-29 Chad Versaceintel: Fix memory leak in intel_miptree_create()
2011-12-29 Eric Anholti965/fs: Allow constant propagation into IF with embedd...
2011-12-29 Eric Anholtintel: Drop the batchbuffer flush on glRenderbufferStor...
2011-12-29 Eric Anholtintel: Drop the batchbuffer flush on glFramebufferRende...
2011-12-29 Eric Anholtintel: Make the batchbuffer flush debug more useful.
2011-12-29 Eric Anholtintel: Fix performance regression in Lightsmark since...
2011-12-29 Eric Anholtintel: Don't consider miptrees for other texture target...
2011-12-28 José Fonsecamesa: Re-add main/bitset.h to fix classic nouveau build...
2011-12-28 Mathias Fröhlichmesa: Remove now unused main/bitset.h.
2011-12-28 Mathias Fröhlichradeon: Convert to use GLbitfield64 directly.
2011-12-28 Mathias Fröhlichnouveau: Convert to use GLbitfield64 directly.
2011-12-28 Mathias Fröhlichi915: Convert to use GLbitfield64 directly.
2011-12-27 Kenneth Graunkei965/vs: Properly clear cur_value when propagating...
2011-12-27 Kenneth Graunkei965/vs: Fix incorrect subscript when resetting copy...
2011-12-27 Chad Versacei965: Create mock implementation of GL_OES_EGL_image_ex...
2011-12-27 Chad Versacemeta: Disable GL_TEXTURE_EXTERNAL_OES in meta_begin()
2011-12-26 Yuanhan Liui965: increase the brw eu instruction store size dynami...
2011-12-26 Yuanhan Liui965: call next_insn() before referencing a instruction...
2011-12-26 Yuanhan Liui965: get the jmp distance by instruction index
2011-12-26 Yuanhan Liui965: let the if_stack just store the instruction index
2011-12-24 Paul Berryi965 gen6: Fix incorrect order of dwords in gen6_update...
2011-12-24 Paul Berryi965 gen6: Fix transform feedback of triangle strips.
2011-12-24 Brian Paulmesa: remove gl_renderbuffer::PutRowRGB()
2011-12-24 Brian Paulmesa: remove gl_renderbufer::PutMonoRow() and PutMonoVa...
2011-12-24 Eric Anholti965/gen7: Fix feedback for flat-shaded tristrips versu...
2011-12-24 Eric Anholti965/gen7: Add support for transform feedback.
2011-12-24 Eric Anholti965/gen7: Move SOL stage disable to gen7_sol_state.c
2011-12-24 Eric Anholti965/gen7: Add register definitions for GL_EXT_transfor...
2011-12-24 Eric Anholti965/gen7: Make primitives_written counting work.
2011-12-24 Eric Anholti965/gen7: Enable EXT_transform_feedback extension...
2011-12-23 Paul Berryi965 Gen6+: Invalidate VF address-based cache on flush
2011-12-23 Paul Berryi965 gen6: Resend binding table pointer after updating...
2011-12-23 Paul Berryi965: Rename BRW_NEW_WM_SURFACES to BRW_NEW_SURFACES.
2011-12-23 Kenneth Graunkei965: Don't use BRW_DEPTHFORMAT_D24_UNORM_X8_UINT on...
2011-12-23 Paul Berrymesa: Pause transform feedback during meta ops.
2011-12-23 Paul Berryi965 gen6: Implement transform feedback pause/resume...
2011-12-23 Paul Berrymesa: Save and restore GL_RASTERIZER_DISCARD state...
2011-12-23 Ian Romanickdri2: Add createContextAttribs entry point for DRISW...
2011-12-23 Ian Romanickdri2: Add createContextAttribs entry point for DRI2...
2011-12-21 Eric Anholti965: Don't make consumers of brw_CONT/brw_WHILE track...
2011-12-21 Eric Anholti965: Don't make consumers of brw_WHILE do pre-gen6...
2011-12-21 Eric Anholti965: Don't make consumers of brw_DO()/brw_WHILE()...
2011-12-21 Eric Anholti965: Drop unused do_insn argument from gen6_CONT().
2011-12-21 Paul Berrymesa: Add _NEW_RASTERIZER_DISCARD as synonym for _NEW_T...
2011-12-21 Paul Berrymesa: Move RasterDiscard to toplevel of gl_context.
2011-12-20 Paul Berryi965 gen6: Turn on transform feedback extension uncondi...
2011-12-20 Paul Berryi965 gen6: Implement transform feedback queries.
next