mesa: rename PreferDP4 to OptimizeForAOS.
[mesa.git] / src / mesa / drivers / dri / i965 / brw_context.c
2014-01-21 Matt Turnermesa: rename PreferDP4 to OptimizeForAOS.
2014-01-20 Courtney Goeltzenl... i965: Enable ARB_viewport_array
2014-01-20 Kristian Høgsbergi965: Only update renderbuffers on initial intelMakeCurrent
2014-01-17 José Fonsecas/Tungsten Graphics/VMware/
2014-01-15 Ian Romanickmesa: Eliminate parameters to dd_function_table::Viewport
2014-01-09 Paul Berrymesa: replace ctx->Const.{Vertex,Fragment,Geomtery...
2014-01-08 Paul Berrymesa: Clean up nomenclature for pipeline stages.
2013-12-21 Keith Packardi965: Correct check for re-bound buffer in intel_update...
2013-12-13 Kristian Høgsbergdri_util: Don't assume __DRIcontext->driverPrivate...
2013-12-05 Kenneth Graunkei965: Drop trailing whitespace from the rest of the...
2013-11-27 Ian Romanicki965: Properly reject __DRI_CTX_FLAG_ROBUST_BUFFER_ACCE...
2013-11-26 Ian Romanicki965: Only enable __DRI2_ROBUSTNESS if kernel support...
2013-11-26 Ian RomanickRevert "i965: Make the driver compile until a proper...
2013-11-22 Chad Versacei965: Let driconf clamp_max_samples affect context...
2013-11-22 Chad Versacei965: Share code between intel_quantize_num_samples...
2013-11-22 Chad Versacei965: Terminate brw_supported_msaa_modes() list with...
2013-11-21 Kenneth Graunkei965: Add basic driver hooks and plumbing for AMD_perfo...
2013-11-21 Kenneth Graunkei965: Disable HiZ on Broadwell for now.
2013-11-18 Paul Berryi965/gen7: Emit workaround flush when changing GS enabl...
2013-11-09 Eric Anholti965: Make the driver compile until a proper libdrm...
2013-11-08 Keith Packarddri: add __DRIimageLoaderExtension and __DRIimageDriver...
2013-11-08 Keith Packarddri/intel: Split out DRI2 buffer update code to separat...
2013-11-08 Ian Romanicki965: Refactor the renderer string creation out of...
2013-11-08 Ian Romanicki965: Refactor the vendor string out of intelGetString
2013-11-08 Ian Romanicki965: Propagate the GPU reset notifiction strategy...
2013-11-08 Ian Romanicki965: Handle __DRI_CTX_FLAG_ROBUST_BUFFER_ACCESS flag
2013-11-08 Ian Romanickmesa/dri: Move context flag validation down into the...
2013-11-08 Ian Romanickmesa/dri: Add basic plumbing for GLX_ARB_robustness...
2013-11-07 Francisco Jerezi965/gen7: Expose ARB_shader_atomic_counters.
2013-11-07 Kenneth GraunkeRevert "i965: Add support for GL_AMD_performance_monito...
2013-11-06 Courtney Goeltzenl... i965: Fix compiler warning.
2013-11-05 Eric Anholti965: Fix context initialization after 2f896627175384fd5
2013-11-05 Ian Romanicki965: Eliminate the saved_viewport wrapper
2013-11-03 Chad Versacei965: Add driconf option clamp_max_samples
2013-10-31 Kenneth Graunkei965: Initialize batchbuffer and state modules before...
2013-10-31 Kenneth Graunkei965: Implement glDrawTransformFeedback().
2013-10-31 Kenneth Graunkemesa: Add a new GetTransformFeedbackVertexCount() drive...
2013-10-31 Kenneth Graunkei965: Implement Pause/ResumeTransformfeedback driver...
2013-10-31 Kenneth Graunkei965: Create a new brw_transform_feedback_object subclass.
2013-10-25 Paul Berryi965: Reduce gl_MaxGeometryInputComponents to 64.
2013-10-25 Paul Berryi965: Fix gl_MaxCombinedTextureImageUnits.
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
next