mesa.git
2013-10-13 Kenneth Graunkei965: Move state setup from brwCreateContext to brw_ini...
2013-10-13 Kenneth Graunkei965: Remove the brw_context::emit_state_always flag.
2013-10-13 Kenneth Graunkei965: Move hardware feature flags to brw_device_info.
2013-10-13 Kenneth Graunkei965: Move device quirks to brw_device_info.
2013-10-13 Kenneth Graunkei965: Move hardware limits to brw_device_info.
2013-10-13 Kenneth Graunkei965: Replace some intel_screen fields with brw_device_...
2013-10-13 Kenneth Graunkei965: Delete the INTEL_SEPARATE_STENCIL override.
2013-10-13 Kenneth Graunkei965: Add a new brw_device_info structure.
2013-10-13 Kenneth Graunkei965: Add the family name to the PCI ID table.
2013-10-13 Kenneth Graunkei965: Remove #define name from PCI ID table.
2013-10-13 Kenneth Graunkei965: Pull most driconf option handling into a centrali...
2013-10-13 Kenneth Graunkei965: Move a bunch of code from intelInitContext to...
2013-10-13 Kenneth Graunkei965: Update the comment about viewport hacks.
2013-10-13 Kenneth Graunkei965: Pull out INTEL_DEBUG handling into new intel_debu...
2013-10-13 Kenneth Graunkei965: Rename brwCreateContext's error parameter to...
2013-10-13 Eric Anholtdri: Move i965-specific context flag logic to dri common.
2013-10-12 Stephane Marchesini915g: Fix assert
2013-10-12 Paul Berrymesa: Bump version to 10.0.0.
2013-10-12 Paul Berrymesa: Remove warning that geometry shader support is...
2013-10-12 Paul Berryi965: Turn on GLSL 1.50 and GL 3.2 support for i965...
2013-10-12 Jay Cornwallradeon/llvm: show LLVM disassembly when available
2013-10-12 Roland Scheideggersoftpipe: fix seamless cube filtering
2013-10-12 Roland Scheideggerllvmpipe: increase fs shader variant instruction cache...
2013-10-12 Vinson Leemesa: Do not use newlocale on NetBSD.
2013-10-11 Brian Paulsvga: s/0/FALSE/
2013-10-11 Brian Paulmesa: add comment to clarify ctx->Driver.MapBufferRange...
2013-10-11 Brian Paulst/mesa: whitespace fixes in st_cb_bufferobjects.c
2013-10-11 Brian Paulvbo: assorted minor clean-ups
2013-10-11 Brian Paulglsl: fix signed/unsigned comparison warning
2013-10-11 Kristian Høgsbergwayland: Only pass wl_drm instance to gbm when using...
2013-10-11 Kristian Høgsbergwayland: Don't rely on static variable for identifying...
2013-10-11 Vinson Leeglapi: Do not use backtrace on NetBSD.
2013-10-11 Ian Romanickglsl: Remove extraneous .dir-locals.el
2013-10-11 Grigori Goronzyr600g: fix crash in set_framebuffer_state
2013-10-11 Topi Pohjolainenmesa: Allow external textures to use fallback (0, 0...
2013-10-11 Chad Versacedoxygen: Add i965 to list of modules in html header
2013-10-11 Frank Henigmani965: extend fast texture upload
2013-10-11 Alexander von... haiku: Fix llvmpipe and clean up softpipe tracing
2013-10-11 Alexander von... haiku: Remove common directory search path
2013-10-10 Eric Anholtdri: Reference the global driver vtable once at screen...
2013-10-10 Eric Anholti965: Clean up error handling for context creation.
2013-10-10 Eric Anholtintel: Remove silly check for !bufmgr.
2013-10-10 Eric Anholtdri: Move API version validation into dri/common.
2013-10-10 Eric Anholtdri: Merge drisw_util.c into dri_util.c
2013-10-10 Eric Anholtdri: Add an explanatory comment for an important driver...
2013-10-10 Eric Anholtdri: Remove dead comment.
2013-10-10 Eric Anholti965/fs: Convert gen7 to using GRFs for texture messages.
2013-10-10 Eric Anholti965/fs: Allocate more register classes on gen7.
2013-10-10 Eric Anholti965/fs: Use per-channel interference for register_coal...
2013-10-10 Eric Anholti965/fs: Use the new per-channel live ranges for dead...
2013-10-10 Eric Anholti965/fs: Keep a copy of the live variables class around.
2013-10-10 Kenneth Graunkei965/fs: Invalidate live intervals when compacting...
2013-10-10 Kenneth Graunkei965/fs: Remove start/end aliases in compute_live_inter...
2013-10-10 Eric Anholti965/fs: Track live variable ranges on a per-channel...
2013-10-10 Eric Anholti965/fs: Factor def[]/use[] setup out to a separate...
2013-10-10 Kenneth Graunkei965/fs: Create a helper function for invalidating...
2013-10-10 Eric Anholti965/fs: Do live variables dataflow analysis on a per...
2013-10-10 Kenneth Graunkei965/fs: Rename num_vars to num_vgrfs in live interval...
2013-10-10 Kenneth Graunkei965/fs: Short-circuit a loop in live variable analysis.
2013-10-10 Paul Berryglsl: Don't allow gl_PerVertex to be redeclared after...
2013-10-10 Paul Berryglsl: Support redeclaration of GS gl_PerVertex input.
2013-10-10 Paul Berryglsl: Catch redeclaration of interface block instance...
2013-10-10 Paul Berryglsl: Support redeclaration of VS and GS gl_PerVertex...
2013-10-10 Paul Berryglsl: Error check redeclarations of gl_PerVertex.
2013-10-10 Paul Berryglsl: Make it possible to disable a variable in the...
2013-10-10 Paul Berryglsl: Add an ir_variable::reinit_interface_type() function.
2013-10-10 Paul Berryglsl: Generalize processing of variable redeclarations.
2013-10-10 Paul Berryglsl: Don't allow invalid identifiers as struct names.
2013-10-10 Paul Berryglsl: Don't allow invalid identifiers as interface...
2013-10-10 Paul Berryglsl: Don't allow invalid identifier names in struct...
2013-10-10 Paul Berryglsl: Don't allow invalid identifiers as interface...
2013-10-10 Paul Berryglsl: Don't allow unnamed interface blocks to redeclare...
2013-10-10 Paul Berryglsl: Refactor code to check that identifier names...
2013-10-10 Paul Berryglsl: Account for location field when comparing interfa...
2013-10-10 Paul Berryglsl: Construct gl_PerVertex interfaces for GS and...
2013-10-10 Paul Berryglsl: Refactor code for creating gl_PerVertex interface...
2013-10-10 Paul Berryglsl: Fix block name of built-in gl_PerVertex interface...
2013-10-10 Paul Berryglsl: Construct gl_in with a location of -1.
2013-10-10 Christian Königradeon/winsys: fix handling in radeon_drm_cs_flush v2
2013-10-10 José Fonsecautil: Fix MinGW build.
2013-10-10 José Fonsecallvmpipe: We don't use the draw pipeline for offset_poi...
2013-10-10 Roland Scheideggergallivm: kill old per-quad face selection code
2013-10-10 Roland Scheideggergallivm: handle explicit derivatives for cubemaps
2013-10-10 Roland Scheideggergallivm: ignore rho approximation for cube maps
2013-10-09 Paul Berryglsl: Modify array_sizing_visitor to handle unnamed...
2013-10-09 Paul Berryglsl: Update call_link_visitor to update max_ifc_array_...
2013-10-09 Paul Berryglsl/linker: Modify array_sizing_visitor to handle...
2013-10-09 Paul Berryglsl: Update ir_variable::max_ifc_array_access properly.
2013-10-09 Paul Berryglsl: Sanity check max_ifc_array_access in ir_validate...
2013-10-09 Paul Berryglsl: Add an ir_variable::max_ifc_array_access field.
2013-10-09 Paul Berryglsl: Make accessor functions for ir_variable::interfac...
2013-10-09 Paul Berryglsl: Move update of max_array_access into a separate...
2013-10-09 Paul Berryglsl: Add parser support for unsized arrays in interfac...
2013-10-09 Paul Berryglsl: Rename the fourth argument to get_interface_instance.
2013-10-09 Kenneth Graunkei965/blorp: Allow format conversions for CopyTexSubImage.
2013-10-09 Kenneth Graunkei965/blorp: Rework sRGB override behavior.
2013-10-09 Kenneth Graunkei965/blorp: Explain why Z24 can't use a sensible format.
2013-10-09 Kenneth Graunkei965/blorp: Use R32_FLOAT for Z32F surfaces.
2013-10-09 Kenneth Graunkei965/blorp: Use R16_UNORM for Z16 surfaces.
2013-10-09 Kenneth Graunkei965/blorp: Add support for non-render-target formats.
next