i965: Try to avoid stalls on the GPU when doing glBufferSubData().
[mesa.git] / src / mesa / drivers / dri / i965 / brw_context.c
2013-10-23 Eric Anholti965: Add support for GL_ARB_texture_buffer_range.
2013-10-22 Kenneth Graunkei965: Drop unused simple_list.h includes.
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: Unindent the body of intelDestroyContext.
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: 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: 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: Rename brwCreateContext's error parameter to...
2013-10-13 Eric Anholtdri: Move i965-specific context flag logic to dri common.
2013-10-10 Eric Anholti965: Clean up error handling for context creation.
2013-10-02 Chris Forbesi965: Enable ARB_texture_gather on Gen7
2013-10-02 Chia-I Wui965: compute DDX in a subspan based only on top row
2013-09-26 Kenneth Graunkei965: Add support for GL_AMD_performance_monitor on...
2013-09-19 Ian Romanicki965: Set *Program.Max{Input,Output}Components
2013-09-16 Paul Berryi965/gen6+: Support 128 varying components.
2013-09-05 Paul Berryi965/gen7.5: Fix lower bound on number of VS URB entries.
2013-09-04 Timothy Arcerimesa: Implement GL_DEBUG_OUTPUT
2013-08-26 Kenneth Graunkei965/vs: Allocate register set once at context creation.
2013-08-23 Paul Berryi965: Initialize all elements of ctx->ShaderCompilerOpt...
2013-08-19 Paul Berryi965: STATIC_ASSERT that there aren't too many BRW_NEW_...
2013-08-15 Chris Forbesi965: allow 8 user clip planes on CTG+
2013-08-06 Kenneth Graunkei965: Don't allocate curbe buffers on Gen6+.
2013-08-02 Kenneth Graunkei965: Initialize the maximum number of GS threads on...
2013-07-09 Kenneth Graunkei965: Delete intel_context entirely.
2013-07-09 Kenneth Graunkei965: Move intel_context::gen and gt fields to brw_context.
2013-07-09 Kenneth Graunkei965: Move intel_context::is_<platform> flags to brw_co...
2013-07-09 Kenneth Graunkei965: Move intel_context::perf_debug to brw_context.
2013-07-09 Kenneth Graunkei965: Move intel_context::batch to brw_context.
2013-07-09 Kenneth Graunkei965: Move intel_context::hw_ctx to brw_context.
2013-07-09 Kenneth Graunkei965: Move intel_context::bufmgr to brw_context.
2013-07-09 Kenneth Graunkei965: Move intel_context::optionCache to brw_context.
2013-07-09 Kenneth Graunkei965: Pass brw_context to functions rather than intel_c...
2013-07-09 Kenneth Graunkei965: Move ctx->Const setup from intelInitContext to...
2013-07-09 Kenneth Graunkei965: Split code to set ctx->Const values into a helper...
2013-05-21 Kenneth Graunkei965: Split BeginTransformFeedback hook into Gen6 and...
2013-05-20 Kenneth Graunkei965: Rely on hardware contexts for query objects on...
2013-05-20 Kenneth Graunkei965: Require hardware contexts (and thus Kernel 3...
2013-05-12 Kenneth Graunkei965/vs: Set the PreferDP4 shader compiler option.
2013-05-11 Marek Olšákmesa: add & use a new driver flag for UBO updates inste...
2013-05-11 Marek Olšákmesa: move max texture image unit constants to gl_progr...
2013-05-09 Kenneth Graunkei965: Add chipset limits for the Haswell GT3 variant.
2013-04-30 Eric Anholtintel: Remove the last spans code!
2013-04-24 Marek Olšákmesa: convert _NEW_RASTERIZER_DISCARD to a driver flag
2013-04-24 Marek Olšákmesa,i965: use NewDriverState to communicate TFB state...
2013-03-24 Chris Forbesi965: bump MAX_DEPTH_TEXTURE_SAMPLES to 4/8
2013-03-24 Chris Forbesmesa: allow internalformat_query with multisample textu...
2013-03-20 Kenneth Graunkei965: Don't print a fatal-looking message if intelCreat...
2013-03-05 Eric Anholti965: Make perf_debug() output to GL_ARB_debug_output...
2013-03-01 Chris Forbesi965: expose sample positions
2013-03-01 Chris Forbesi965: expose new max sample counts
2013-02-08 Ian Romanicki965: Set UniformBufferOffsetAlignment to sizeof(vec4)
2013-01-29 Kenneth Graunkei965: Add chipset limits for Haswell GT1/GT2.
2013-01-22 Eric Anholtmesa: Make the drivers call a non-code-generated dispat...
2013-01-16 Ian Romanickintel: Enable GL_ARB_internalformat_query
2013-01-15 Chad Versaceintel: Move validation of context version into intelIni...
2013-01-11 Carl Worthdriconf: Add a new option: disable_glsl_line_continuations
2012-12-16 Jordan Justendrivers: compute version and then initialize exec table
2012-12-05 Eric Anholti965: Add a debug flag for counting cycles spent in...
2012-11-29 Paul Berrymesa: Rename API_OPENGL to API_OPENGL_COMPAT.
2012-11-19 Chad Versacei965: Validate requested GLES context version in brwCre...
2012-10-17 Eric Anholti965/fs: Statically allocate the reg_sets at context...
2012-10-16 Kenneth Graunkemesa: Remove the EmitNVTempInitialization shader compil...
2012-10-08 Eric Anholti965: Reduce maximum GL_ARB_fragment_program instructio...
2012-09-28 Ian Romanicki965: brwInitVtbl needs to know the chipset generation
2012-09-28 Ian Romanicki965: Don't free the intel_context structure when intel...
2012-09-01 Brian Paulmesa: s/FREE/free/
2012-08-29 Ian Romanicki965: Allow creation of OpenGL 3.1 contexts
2012-08-29 Ian Romanicki965: Set context flags
2012-08-28 Eric Anholti965: Disable the swrast context setup on GL 3.1 core.
2012-08-26 Eric Anholti965/gen6+: Add support for GL_ARB_timer_query.
2012-08-14 Ian Romanicki965: Validate API and version in brwCreateContext
2012-07-27 Eric Anholti965/gen7: Reduce GT1 WM thread count according to...
2012-07-27 Zou Nan haiintel: increase wm thread number to 80 on gen6 GT2
2012-07-24 Paul Berryi965/msaa: Switch on 8x MSAA for Gen7.
2012-07-24 Paul Berryi965/msaa: Remove comment about falsely claiming to...
2012-07-20 Eric Anholti965/gen7: Increase the WM threads to hardware limits.
2012-07-10 Kenneth Graunkei965: Add hardware context support.
2012-07-02 Paul Berryi965/msaa: Fix centroid interpolation of unlit pixels.
2012-06-28 Marek Olšákmesa: rename MaxTransformFeedbackSeparateAttribs to...
2012-05-23 Jordan Justeni965: add flag to enable cut_index
2012-05-23 Jordan Justeni965: create code path to handle primitive restart...
2012-05-23 Eric Anholti965/gen6+: Add support for GL_ARB_blend_func_extended.
2012-02-07 Chad Versacei965: Rewrite the HiZ op
2012-01-30 Eric Anholti965: Add a driconf option to force GLSL extension...
2012-01-25 Paul Berryi965/gen6/GT1: Increase max_vs_entries to 256.
2012-01-18 Kenneth Graunkei965: Remove the INTEL_OLD_VS option.
next