mesa.git
2011-05-24 Adam Jacksondrisw: dead store removal
2011-05-24 Mike Kaplinskiymesa: fix glGetTexImage for cases when srgb decode...
2011-05-24 Brian Paulst/mesa: prefer formats without stencil for DEPTH_COMPONENT
2011-05-24 Brian Paulst/mesa: rewrite st_choose_format() to be table driven
2011-05-24 José Fonsecawgl: Don't hold on to user supplied HDC.
2011-05-23 Thierry Redingmesa: Fix remap_table setup.
2011-05-23 Adam Jacksonmesa: Fix return type of _mesa_get_format_bytes()...
2011-05-22 Kenneth Graunkei965/gen7: Fix miptree layout for cube surfaces.
2011-05-22 Kenneth Graunkei965: Remove comments about pre-965 hardware.
2011-05-21 peppst/mesa: assign renderbuffer's format field when alloca...
2011-05-21 Christian Königr600g: fix "Fixed-Point Data Conversions"
2011-05-20 Kenneth Graunkei965: Fix sampling on Ivybridge after headerless change.
2011-05-20 Kenneth Graunkei965: Remove "TXD" from justification of sampler messag...
2011-05-20 Kenneth Graunkei965/gen7: Add support for rendering to depthbuffer...
2011-05-20 Benjamin Franzkest/egl: Add support for EGL_DRM_BUFFER_USE_CURSOR_MESA
2011-05-20 Benjamin Franzkest/dri: Support dri2 useflags in dri2_create_image
2011-05-20 Benjamin Franzkest/egl/wayland: Deal with wayland visual changes
2011-05-20 Thierry Redingmesa: Emit definition of GLAPIENTRYP in es_generator.py.
2011-05-20 José Fonsecaglapi: More type-checking in Get_xxx too.
2011-05-20 José Fonsecagallivm: Fix for dynamically linked LLVM 2.8 library.
2011-05-20 Brian Paulr300: move declaration before code
2011-05-20 Brian Paulst/glx: define/set new ST_CONTEXT_FLAG_bits
2011-05-20 Brian Paulst/glx: pass major, minor, context flags, etc to XMesaC...
2011-05-20 Brian Paulst/glx: implement glXCreateContextAttribsARB()
2011-05-20 Brian Paulst/glx: pass version, context flags, etc to create_cont...
2011-05-20 Brian Paulst/glx: refactor create-context functions
2011-05-20 Brian Paulmesa: fix vertex array enable checking in check_valid_t...
2011-05-19 Roland Scheideggermesa: handle some srgb cases in the fast path in _mesa_...
2011-05-19 Kristian Høgsbergwayland-drm: Use new generic error event
2011-05-19 José Fonsecaglapi: Implement SET_xxx as inline functions instead...
2011-05-19 José Fonsecamesa: add another missing GLAPIENTRY keyword
2011-05-19 Maxim Levitskynv50: add support for user clip planes
2011-05-18 Kristian Høgsbergwayland: Fix link order for libwayland-drm.a
2011-05-18 Eric Anholti965: Add support for rendering to depthbuffer mipmap...
2011-05-18 Eric Anholti965: Stop caching the combined depth/stencil region...
2011-05-18 Eric Anholti965/gen6: Add support for point min/max size from...
2011-05-18 Eric Anholti965/fs: Don't emit a header on gen5+ sample messages...
2011-05-18 Eric Anholti965/fs: Fix GPU hang on texture2d-bias on pre-Ironlake.
2011-05-18 Eric Anholti965: Add support for correct GL_CLAMP behavior by...
2011-05-18 Eric Anholti965/fs: Drop the viewport index/rtai clearing in gen6...
2011-05-18 Eric Anholti965/fs: Add support for "if" statements in 16-wide...
2011-05-18 Eric Anholti965/fs: Fix discard and alpha test in 16-wide.
2011-05-18 Eric Anholti965/gen6: Fix blending state when no color buffer...
2011-05-18 Eric Anholti965/fs: Cut an instruction and a temporary from gen6...
2011-05-18 Eric Anholti965/fs: Fix compiler warnings about dead code from...
2011-05-18 José Fonsecagallivm: Tell LLVM to not assume a 16-byte aligned...
2011-05-18 Andreas Faengerswrast: anisotropic filtering extension
2011-05-18 Brian Paulmesa: simplify error check in _mesa_MapBufferRange()
2011-05-18 Brian Paulmesa: only update array _MaxElement if array is enabled
2011-05-18 Brian Paulmesa: check that flex/bison are installed
2011-05-18 Kenneth Graunkei965: Rename IS_GT1 and IS_GT2 to IS_SNB_GT1 and IS_SNB...
2011-05-18 Tapani Pälliadd $SELINUX_LIBS to EGL and OpenVG lib deps
2011-05-18 Dave Airliemesa/st: split updating vertex and fragment shader...
2011-05-18 Dave Airliest/mesa: only memset sampler when about to use it.
2011-05-18 Dave Airlier600g: bump domain selection up one layer.
2011-05-18 Eric Anholti965: Instead of fallback on missing region, just bind...
2011-05-18 Kenneth Graunkei965: Updated fixed-point sizes in Ivybridge SAMPLER_STATE.
2011-05-18 Kenneth Graunkei965: Ivybridge uses the Gen4 SAMPLER_BORDER_COLOR_STATE.
2011-05-18 Kenneth Graunkeegl: Recognize Ivybridge PCI IDs.
2011-05-18 Kenneth Graunkeintel: Recognize new Ivybridge PCI IDs.
2011-05-18 Kenneth Graunkei965: Disable register spilling on Ivybridge for now.
2011-05-18 Kenneth Graunkei965: Fix RNDZ and RNDE on Sandybridge and Ivybridge.
2011-05-18 Kenneth Graunkei965: Fix data port reads on Ivybridge.
2011-05-18 Kenneth Graunkei965: Avoid register coalescing away MATH workarounds...
2011-05-18 Kenneth Graunkei965: Make the CONT instruction point to the WHILE...
2011-05-18 Kenneth Graunkei965: Add support for loops on Ivybridge.
2011-05-18 Kenneth Graunkei965: Add support for IF/ELSE/ENDIF control flow on...
2011-05-18 Kenneth Graunkei965: Add support for Ivybridge texturing messages.
2011-05-18 Kenneth Graunkei965: Fix sampler message descriptor on Ivybridge.
2011-05-18 Kenneth Graunkei965: Fix SAMPLER_STATE on Ivybridge.
2011-05-18 Kenneth Graunkei965: Mark some brw_wm_sampler_state.c helper functions...
2011-05-18 Kenneth Graunkei965: Update SURFACE_STATE for Ivybridge.
2011-05-18 Kenneth Graunkei965: Mark a few more brw_wm_surface_state functions...
2011-05-18 Kenneth Graunkei965: Change brw_format_for_mesa_format to a non-static...
2011-05-18 Kenneth Graunkei965: Set Address Modify Enable in VERTEX_BUFFER on...
2011-05-18 Kenneth Graunkei965: Enable channel masks in Ivybridge's URB_WRITE_HWO...
2011-05-18 Kenneth Graunkei965: Fix the URB write message descriptor on Ivybridge.
2011-05-18 Kenneth Graunkei965: Fix render target writes on Ivybridge.
2011-05-18 Kenneth Graunkei965: Mad hacks to avoid using MRFs on Ivybridge.
2011-05-18 Kenneth Graunkei965: Emit 3DPRIMITIVE Ivybridge-style.
2011-05-18 Kenneth Graunkei965: Don't use the GS for breaking down quads on Ivybr...
2011-05-18 Kenneth Graunkei965: Emit extra 0's in 3DSTATE_MULTISAMPLE on Ivybridge.
2011-05-18 Kenneth Graunkei965: Add depth buffer support on Ivybridge.
2011-05-18 Kenneth Graunkei965: Upload sampler state pointers on Ivybridge.
2011-05-18 Kenneth Graunkei965: Disable binding table pointers for unused pipelin...
2011-05-18 Kenneth Graunkei965: Upload binding table pointers on Ivybridge.
2011-05-18 Kenneth Graunkei965: Split BRW_NEW_BINDING_TABLE dirty bit into one...
2011-05-18 Kenneth Graunkei965: Explicitly disable unused pipeline stages on...
2011-05-18 Kenneth Graunkei965: Initial Ivybridge VS state.
2011-05-18 Kenneth Graunkei965: Initial Ivybridge Viewport state setup.
2011-05-18 Kenneth Graunkei965: Initial Ivybridge Clip state setup.
2011-05-18 Kenneth Graunkei965: Initial Ivybridge CC state setup.
2011-05-18 Kenneth Graunkei965: Initial Ivybridge WM/PS state setup.
2011-05-18 Kenneth Graunkei965: Initial Ivybridge SF/SBE state setup.
2011-05-18 Kenneth Graunkei965: Make gen6_sf_state.c's get_attr_override non...
2011-05-18 Kenneth Graunkei965: Initial Ivybridge URB space partitioning, includi...
2011-05-18 Kenneth Graunkei965: Set maximum number of threads for Ivybridge.
2011-05-18 Kenneth Graunkei965: Split out tracked state atoms for Ivybridge.
2011-05-18 Kenneth Graunkeintel: Initial IS_GEN7 plumbing.
2011-05-18 Kenneth Graunkei965: Rename max_vs_handles to max_vs_entries for consi...
next