mesa: GL_ARB_texture_storage_multisample is not optional with GL_ARB_texture_multisample
[mesa.git] / src / mesa / drivers / dri /
2013-06-28 Ian Romanickmesa: GL_ARB_texture_storage_multisample is not optiona...
2013-06-28 Ian Romanickmesa: GL_ARB_texture_storage is not optional
2013-06-28 Ian Romanickmesa: GL_ARB_shading_language_100 is not optional
2013-06-28 Ian Romanickmesa: GL_ARB_shader_objects is not optional
2013-06-28 Ian Romanickmesa: GL_NV_blend_square is not optional
2013-06-28 Ian Romanickmesa: GL_EXT_fog_coord is not optional
2013-06-28 Ian Romanickmesa: GL_EXT_secondary_color is not optional
2013-06-28 Ian Romanickmesa: GL_EXT_framebuffer_object is not optional
2013-06-28 Ian Romanickswrast: Don't call _mesa_enable_._._extensions and...
2013-06-28 Ian Romanicki965: Merge the two GEN >= 6 extension enable blocks
2013-06-28 Ian Romanicki965: Move GEN >= 4 extensions into the "always on...
2013-06-28 Ian Romanicki965: Move GEN >= 3 extensions into the "always on...
2013-06-28 Ian Romanicki915: Remove GEN >= 4 extension support
2013-06-28 Kenneth Graunkei965: Split surface format code into a new file (brw_su...
2013-06-27 Chad Versacei965,i915: Return early if miptree allocation fails
2013-06-26 Eric Anholti965: Move the remaining intel code to the i965 directory.
2013-06-26 Eric Anholti915: Fork the shared code from i965.
2013-06-26 Eric Anholti915: Remove dead symlink.
2013-06-26 Ian Romanicki965: Be more careful with the interleaved user array...
2013-06-26 Kenneth Graunkei965/vs: Combine code generation's inst->opcode switch...
2013-06-26 Kenneth Graunkei965: Remove broken source type assertions from brw_alu3().
2013-06-26 Kenneth Graunkei965: Add back strict type assertions for MAD and LRP.
2013-06-26 Eric Anholti915: Drop dead batch dumping code.
2013-06-26 Eric Anholtintel: Drop little bits of dead code.
2013-06-26 Eric Anholti965: Stop recomputing the miptree's size from the...
2013-06-26 Eric Anholti965: Drop unused argument to translate_tex_format().
2013-06-26 Eric Anholti965/gen4-5: Stop using bogus polygon_offset_scale...
2013-06-26 Eric Anholti915: Use the current drawbuffer's depth for polygon...
2013-06-26 Eric Anholtintel: Add perf debug for glCopyPixels() fallback checks.
2013-06-26 Eric Anholti965: Add debug to INTEL_DEBUG=blorp describing hiz...
2013-06-26 Eric Anholti965/fs: Dump IR when fatally not compiling due to...
2013-06-26 Naohiro Aotaxmlpool/build: Make sure to set mo properly
2013-06-26 Eric Anholti965: Remove the rest of brw_update_draw_buffer().
2013-06-26 Eric Anholti965: Stop updating FBO state on drawbuffers change.
2013-06-26 Eric Anholti965: Stop recomputing drawbuffer bounds on drawbuffer...
2013-06-26 Eric Anholti965: Remove _NEW_DEPTH state flagging on drawbuffers...
2013-06-26 Eric Anholtintel: Stop doing special _NEW_STENCIL state flagging...
2013-06-26 Eric Anholti965: Stop flagging viewport/scissor change on drawbuff...
2013-06-26 Eric Anholti965: Stop flagging _NEW_POLYGON on drawbuffers change.
2013-06-26 Eric Anholtradeon: Remove gratuitous custom framebuffer resize...
2013-06-26 Eric Anholtintel: Remove gratuitous custom framebuffer resize...
2013-06-26 Eric Anholtmesa: Remove the Initialized field from framebuffers.
2013-06-26 Eric Anholtmesa: Remove Driver.GetBufferSize and its callers.
2013-06-21 Eric Anholtmesa: Use shared code for converting shader targets...
2013-06-21 Eric Anholtglsl: Remove ir_print_visitor.h includes and usage
2013-06-18 Jordan Justengen7: fix GPU hang on WebGL texture-size test
2013-06-18 Eric Anholtintel: Remove unused IS_POWER_OF_TWO() macro.
2013-06-17 Eric Anholtintel: Allow blorp CopyTexSubImage to nonzero destinati...
2013-06-17 Eric Anholtintel: Allow blit CopyTexSubImage to nonzero destinatio...
2013-06-17 Eric Anholtintel: Directly implement blit glBlitFramebuffer instea...
2013-06-17 Eric Anholtintel: Move XRGB->ARGB blit logic into intel_miptree_bl...
2013-06-17 Eric Anholtintel: Fix Y tiling support for glCopyTexSubImage's...
2013-06-17 Eric Anholtintel: Make batch macros for doing BCS_SWCTRL setup.
2013-06-17 Eric Anholtmesa: Hide weirdness of 1D_ARRAY textures from Driver...
2013-06-15 Kenneth Graunkei965: Assume flexible hardware primitive restart exists...
2013-06-15 Chris Forbesi965: Shrink Gen5 VUE map layout to be the same as...
2013-06-15 Kenneth Graunkei965: Implement 16-wide math on G45 and Ironlake.
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 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
next