i965: Fix texture buffer rendering after a whole buffer replacement.
[mesa.git] / src / mesa / drivers /
2013-10-23 Eric Anholti965: Fix texture buffer rendering after a whole buffer...
2013-10-23 Kenneth Graunkei965: Expose write_reg() as brw_store_register_mem64().
2013-10-23 Kenneth Graunkei965: Move flushing out of write_reg and into the callers.
2013-10-22 Kenneth Graunkei965: Only emit interpolation setup if there are actual...
2013-10-22 Chris Forbesi965/fs: Fix accidental type conversion in header setup
2013-10-22 Chris Forbesi965/fs: Fix handling of sampler messages with header...
2013-10-22 Kenneth Graunkei965: Implement ARB_texture_mirror_clamp_to_edge.
2013-10-22 Kenneth Graunkei965: Drop unused simple_list.h includes.
2013-10-21 Rico Schüllerradeon: Enable ARB_texture_mirror_clamp_to_edge.
2013-10-21 Rico Schüllerr200: Enable ARB_texture_mirror_clamp_to_edge.
2013-10-20 Kenneth Graunkei965: Mark G45 as having surface tile offset support.
2013-10-18 Kenneth Graunkei965: Enable OpenGL 3.3 and GLSL 3.30.
2013-10-17 Kenneth Graunkei965: Fold brwInitVtbl() into brwCreateContext().
2013-10-17 Kenneth Graunkei965: Merge brw_destroy_context() into intelDestroyCont...
2013-10-17 Kenneth Graunkei965: Replace dri_bo_release with drm_intel_bo_unreference.
2013-10-17 Kenneth Graunkei965: Unindent the body of intelDestroyContext.
2013-10-17 Kenneth Graunkei965: Un-virtualize brw_new_batch().
2013-10-17 Kenneth Graunkei965: Un-virtualize brw_finish_batch().
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 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 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-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 Berryi965: Turn on GLSL 1.50 and GL 3.2 support for i965...
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 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
next