st/mesa, glsl_to_tgsi: add support for geometry shaders
[mesa.git] / src / mesa /
2013-10-17 Bryan Cainst/mesa, glsl_to_tgsi: add support for geometry shaders
2013-10-17 Bryan Cainmesa/st: Add VARYING_SLOT_TEX[1-7] to st_translate_geom...
2013-10-17 Kristian HøgsbergRevert "i965: Create ARGB2101010 DRI configs"
2013-10-17 Matt Turneri965/fs: Handle printing HW_REGS in dump_instruction().
2013-10-17 Matt Turneri965: Print instructions' children during scheduling...
2013-10-16 Brian Paulmesa: change glTexImage[23]DMultisample() internalforma...
2013-10-16 Brian Paulvbo: access VBO memory more efficiently when building...
2013-10-16 Brian Paulmesa: consolidate cube width=height error checking
2013-10-16 Kristian Høgsbergdri: Add __DRIimage support for the ARGB2101010 format
2013-10-16 Kristian Høgsbergi965: Create ARGB2101010 DRI configs
2013-10-16 Kristian Høgsbergdri/common: Add support for creating ARGB2101010 configs
2013-10-16 Singh, Satyeshwari965: Add support for RGB565 __DRIimage
2013-10-15 Emil Velikovconfigure.ac: drop obsolete variable HAVE_COMMON_DRI
2013-10-15 Emil Velikovswrast: add correct include for out-of-tree builds
2013-10-15 Bryan Cainmesa: fix transform feedback when a geometry shader...
2013-10-15 Paul Berryi965/gs: Set the REORDER bit in 3DSTATE_GS.
2013-10-15 Paul Berryi965/fs: Remove bogus field prog_data->dispatch_width.
2013-10-15 Eric Anholti965: Move the common binding table offset code to...
2013-10-15 Eric Anholti965/vec4: Dynamically assign the VS/GS binding table...
2013-10-15 Eric Anholti965/fs: Dynamically set up the WM binding table offsets.
2013-10-15 Eric Anholti965: Make a brw_stage_prog_data for storing the SURF_I...
2013-10-15 Eric Anholti965: Always have the struct gl_program * in the backen...
2013-10-15 Eric Anholti965: Drop a couple of unused defines.
2013-10-15 Eric Anholti965: Remove dead arguments from prog_data_compare.
2013-10-14 Matt Turneri965: Don't copy prop source mods into instructions...
2013-10-14 Constantin Baranovmesa: Add missing switch break in invalidate_framebuffe...
2013-10-13 Kenneth Graunkei965: Merge intel_context.h into brw_context.h.
2013-10-13 Kenneth Graunkei965: Delete our copy of likely/unlikely macros.
2013-10-13 Kenneth Graunkemesa: Move U_FIXED/S_FIXED macros from i965 to macros.h.
2013-10-13 Kenneth Graunkemesa: Move ROUND_DOWN_TO() macro from i915/i965 to...
2013-10-13 Kenneth Graunkei965: Move need_workaround_flush = true to intel_batchb...
2013-10-13 Kenneth Graunkei965: Move DriverFlag initialization to brw_init_state().
2013-10-13 Kenneth Graunkei965: Merge intelInitContext into brwCreateContext.
2013-10-13 Kenneth Graunkei965: Move viewport driver hook setup to brw_init_drive...
2013-10-13 Kenneth Graunkei965: Make brwInitFunctions take brw_context rather...
2013-10-13 Kenneth Graunkei965: Merge intelInitFunctions() and brwInitFunctions().
2013-10-13 Kenneth Graunkei965: Merge intel_context.c into brw_context.c.
2013-10-13 Kenneth Graunkei965: Move memset of TextureFormatSupported to brw_init...
2013-10-13 Kenneth Graunkei965: Remove has_aa_line_parameters.
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 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 Vinson Leemesa: Do not use newlocale on NetBSD.
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 Topi Pohjolainenmesa: Allow external textures to use fallback (0, 0...
2013-10-11 Frank Henigmani965: extend fast texture upload
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-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.
2013-10-09 Kenneth Graunkei965/blorp: Add an is_render_target parameter to surfac...
2013-10-09 Eric Anholti965/blorp: Fix the register types on blorp's push...
2013-10-09 Eric Anholti965: Fix 3D texture layout by more literally copying...
2013-10-09 Eric Anholtmesa: Fix compiler warnings when ALIGN's alignment...
2013-10-09 Eric Anholti965: Don't forget the cube map padding on gen5+.
2013-10-09 Chia-I Wui965: keep SecHalf flag after register coalescing
2013-10-09 Chia-I Wui965: allow SIMD8 sampler messages in SIMD16 mode
2013-10-09 Chia-I Wui965: make BRW_COMPRESSION_2NDHALF valid for brw_SAMPLE
2013-10-09 Vinson Leei965: Initialize brw_blorp_const_color_program::prog_data.
2013-10-08 Eric Anholti965: Fix a compiler warning about conservative depth...
2013-10-08 Paul Berryi965/gs: Fixup gl_PointSize on entry to geometry shaders.
next