ilo: silence a compiler warning
[mesa.git] / src / mesa / drivers /
2013-06-13 Marek Olšákmesa: fix OES_EGL_image_external being partially allowe...
2013-06-12 Paul Berryi965/gen7: Enable support for fast color clears.
2013-06-12 Paul Berryi965/gen7+: Disable fast color clears on shared regions.
2013-06-12 Paul Berryi965/gen7+: Resolve color buffers when necessary.
2013-06-12 Paul Berryi965/gen7+: Ensure that front/back buffers are fast...
2013-06-12 Paul Berryi965/blorp: Write blorp code to do render target resolves.
2013-06-12 Paul Berryi965/blorp: Expand clear class hierarchy to prepare...
2013-06-12 Paul Berryi965/gen7+: Implement fast color clear operation in...
2013-06-12 Paul Berryi965/gen7+: Create helper functions for single-sample...
2013-06-12 Paul Berryi965/gen7+: Set up MCS in SURFACE_STATE whenever MCS...
2013-06-12 Paul Berryi965/gen7+: Create an enum for keeping track of fast...
2013-06-12 Paul Berryintel: Conditionally compile mcs-related code for i965...
2013-06-12 Paul Berryintel: Keep region name in intel_miptree_create_for_dri...
2013-06-11 Kenneth Graunkei965: Emit the depth/stencil state pointer directly...
2013-06-11 Kenneth Graunkei965: Emit the CC state pointer directly rather than...
2013-06-11 Kenneth Graunkei965: Emit the BLEND_STATE pointer directly rather...
2013-06-11 Kenneth GraunkeRevert "i965: Disable unused pipeline stages once at...
2013-06-10 Eric Anholti965/vs: Avoid the MUL/MACH/MOV sequence for small...
2013-06-10 Eric Anholti965/vs: Allow copy propagation into MUL/MACH.
2013-06-10 Eric Anholti965/vs: Use the MAD instruction when possible.
2013-06-10 Kenneth Graunkeintel: Reserve less batchbuffer space.
2013-06-10 Kenneth Graunkei965: Allocate push constant L3 space once at startup...
2013-06-10 Kenneth Graunkei965: Disable unused pipeline stages once at startup...
2013-06-10 Kenneth Graunkei965: Don't emit PIPELINE_SELECT from BLORP.
2013-06-10 Kenneth Graunkei965: Emit invariant state once at startup on Gen6+.
2013-06-10 Kenneth Graunkei965: Delete some dead state atom prototypes.
2013-06-10 Kenneth Graunkei965: Change return type of check_state() to bool.
2013-06-10 Kenneth Graunkei965: Remove unused second parameter of brw_print_dirty...
2013-06-07 Paul Berryintel: flush fake front buffer if server is about to...
2013-06-07 Paul Berryintel: flush fake front buffer more robustly.
2013-06-07 Paul Berryintel: make intel_flush_front safe to call during initi...
2013-06-07 Chris Forbesi965/vs: add support for emitting gl_ClipVertex
2013-06-07 Chris Forbesi965/clip: Add support for gl_ClipVertex
2013-06-06 Kenneth Graunkeintel: Use the CHIPSET macro in the PCI ID tables for...
2013-06-05 Rodrigo Vivii965: Adding more reserved PCI IDs for Haswell.
2013-06-05 Rico Schüllermesa: remove outdated version lines in comments
2013-06-04 Paul Berryintel: Don't try to blorp or blit CopyTexSubImage(1D_AR...
2013-06-04 Paul Berryi965/gen6+: Fix multisample assertions in CopyTexSubIma...
2013-06-04 Dave Airliei965: fix problem with constant out of bounds access...
2013-06-03 Eric Anholtintel: Fix copying of separate stencil data in glCopyTe...
2013-06-03 Eric Anholtmeta: Fix temporary image type for float depth/stencil.
2013-06-03 Eric Anholtintel: Fix performance regression from miptree blit...
2013-06-03 Chad Versacei965: Fix glColorPointer(GL_FIXED)
2013-06-03 Jordan Justeni965 gen7: use SURFACE_STATE fields to select render...
2013-06-03 Jordan Justenintel: add layered parameter to update_renderbuffer_surface
2013-06-03 Jordan Justenintel_fbo: set gl_renderbuffer Depth field
2013-06-03 Jordan Justenintel: print image depth in debug message
2013-06-03 Brian Paulmeta: move vertex array enables for mipmap generation
2013-06-01 Kenneth Graunkei965: Fix haswell_upload_cut_index when there's no...
2013-05-30 Anuj Phogatintel: Add multisample scaled blitting in blorp engine
2013-05-30 Anuj Phogatintel: Change the register type from UW to UD in blorp...
2013-05-30 Kenneth GraunkeRevert "i965: fix problem with constant out of bounds...
2013-05-30 Dave Airliei965: fix problem with constant out of bounds access...
2013-05-30 Frank Henigmanintel: initialize fs_visitor::params_remap in constructor
2013-05-29 Kenneth Graunkei965: Fix can_cut_index_handle_restart_index() for...
2013-05-29 Kenneth Graunkei965: Use the correct restart index for fixed index...
2013-05-29 Eric Anholti965/vs: Fix implied_mrf_writes() for integer division...
2013-05-29 Eric Anholti965/fs: Fix test for smearing enabled on an instruction.
2013-05-29 Eric Anholti965/fs: Fix segfault in instruction scheduling with...
2013-05-29 Eric Anholtintel: Enable blit glCopyTexSubImage/glBlitFramebuffer...
2013-05-28 Eric Anholtintel: Remove dead intel_drawbuf_region().
2013-05-28 Eric Anholtintel: Fix format handling of blit glBitmap()
2013-05-28 Eric Anholtintel: Fix MRT handling of glBitmap().
2013-05-28 Eric Anholtintel: Rebuild PBO blit glTexImage() on top of miptrees.
2013-05-28 Eric Anholtintel: Rebuild PBO blit glReadPixels() on top of miptrees.
2013-05-28 Eric Anholtintel: Rework intel_miptree_create_for_region() to...
2013-05-28 Eric Anholtintel: Make a temporary miptree for the blit path of...
2013-05-28 Eric Anholtintel: Make a temporary miptree when doing blit uploads...
2013-05-28 Eric Anholtintel: Extend the force_y_tiling flag to allow forcing...
2013-05-28 Eric Anholtintel: Add an assert for glCopyTexSubImage() being...
2013-05-28 Eric Anholti965: Allow glCopyTexSubImage() on depth textures.
2013-05-28 Eric Anholti965: Prefer blorp glBlitFramebuffer() to the glCopyTex...
2013-05-28 Eric Anholti965: Consistently do depth resolves before blitting.
2013-05-28 Eric Anholtintel: Make a wrapper for intelEmitCopyBlit using miptrees.
2013-05-28 Eric Anholtintel: Rename intel_renderbuffer_tile_offsets.
2013-05-28 Eric Anholtintel: Reduce intel_renderbuffer_tile_offsets to a...
2013-05-28 Eric Anholtintel: Make intel_miptree_get_tile_offsets return a...
2013-05-24 Brian Paulxlib: add null ctx check in glXDestroyContext()
2013-05-23 Kenneth Graunkei965: Go back to using the kernel SOL reset feature.
2013-05-23 Chris Forbesi965: Enable guardband clipping on Gen4/5.
2013-05-22 Eric Anholtintel: Count fragments in our blitter-based glBitmap...
2013-05-22 Eric Anholti965: Shut up more compiler warnings from vector insert...
2013-05-21 Eric Anholti965: Skip etc-to-rgb transcode on BayTrail.
2013-05-21 Kenneth Graunkei965: Split BeginTransformFeedback hook into Gen6 and...
2013-05-21 Kenneth Graunkei965: Kill software primitive counting entirely.
2013-05-21 Kenneth Graunkei965: Remove software geometry query code.
2013-05-21 Kenneth Graunkei965: Delete unused brw->sol.offset_0_batch_start field.
2013-05-21 Kenneth Graunkei965: Stop using the kernel SOL reset feature.
2013-05-21 Kenneth Graunkei965: Remove dead code for Gen7 SOL without hardware...
2013-05-21 Kenneth Graunkei965: Add a macro for accessing the SO_WRITE_OFFSET...
2013-05-21 Brian Paulxlib: check for null ctx pointer in glXIsDirect()
2013-05-20 Anuj Phogati965: Fix build failure
2013-05-20 Kenneth Graunkei965: Implement transform feedback query support in...
2013-05-20 Kenneth Graunkei965: Handle rasterizer discard in the clipper rather...
2013-05-20 Kenneth Graunkei965: Handle rasterizer discard in the clipper rather...
2013-05-20 Kenneth Graunkei965: Disable clipper statistics when meta operations...
2013-05-20 Kenneth Graunkei965: Create a BRW_NEW_META_IN_PROGRESS state flag.
2013-05-20 Kenneth Graunkei965: Add #defines for the pipeline statistics counter...
2013-05-20 Kenneth Graunkei965: Rely on hardware contexts for query objects on...
2013-05-20 Kenneth Graunkei965: Disable pixel statistics in BLORP.
next