i965: Add device limits for tess threads & URB entries
[mesa.git] / src / mesa / drivers / dri / i965 / brw_context.c
2015-02-18 Chris Forbesi965: Add device limits for tess threads & URB entries
2015-01-13 Eduardo Lima Mitevi965: Sets missing vertex shader constant values for...
2015-01-08 Kristian Høgsbergi965/skl: Report more accurate number of samples for...
2014-12-10 Kristian Høgsbergi965: Generate vs code using scalar backend for BDW+
2014-12-05 Matt Turneri965: Use ~0 to represent true on all generations.
2014-12-03 Kenneth Graunkei965: Remove "disable_derivative_optimization" driconf...
2014-11-09 Kenneth Graunkei965: Advertise a line width of 40.0 on Cherryview...
2014-11-09 Kenneth Graunkei965: Advertise larger line widths.
2014-10-25 Eric Anholti965: Skip recalculating URB allocations if the entry...
2014-10-01 Anuj Phogati965: Initialize the SampleMap{2,4,8}x variables
2014-09-23 Juha-Pekka Heikkilai965: Avoid null access in intelMakeCurrent()
2014-09-19 Iago Toral Quirogai965/gen6/gs: Enable texture units and upload sampler...
2014-09-10 Ian Romanicki965: Request lowering gl_VertexID
2014-08-19 Matt Turneri965: Use ~0 to represent true on Gen >= 6.
2014-08-16 Jordan Justeni965: Split gen6 depth hiz state out from brw
2014-08-16 Jordan Justeni965: Split gen6 renderbuffer surface state from gen5...
2014-08-15 Kristian Høgsbergi965: Implement fast color clears using meta operations
2014-08-15 Kristian Høgsbergi965: Move pre-draw resolve buffers to dd::UpdateState
2014-08-15 Kristian Høgsbergi965: Add context flag to disable the viewport transform
2014-08-14 Kristian Høgsbergi965: Rename intelValidateState to intel_update_state
2014-08-11 Marek Olšákmesa: move ShaderCompilerOptions into gl_constants
2014-08-11 Jason Ekstrandi965: Add support for ARB_copy_image
2014-08-10 Kenneth Graunkei965: Support the allow_glsl_extension_directive_midsha...
2014-08-04 Kenneth Graunkeutil: Move ralloc to a new src/util directory.
2014-08-02 Kenneth Graunkei965: Delete gen7_upload_sampler_state_table and vtable...
2014-07-02 Eric Anholti965: Drop the memcmp for finding duplicated CURBE...
2014-06-30 Iago Toral Quirogai965: Enable vertex streams up to MAX_VERTEX_STREAMS.
2014-06-26 Matt Turneri965: Add is_cherryview flag to brw_context.
2014-06-16 Jordan Justeni965/cs: Use override structure rather than separate...
2014-05-21 Eric Anholti965: Ask the VBO module to actually use VBOs.
2014-05-03 Eric Anholti965/gen7+: Move sampler state packets to the stage...
2014-05-01 Eric Anholti965: Rename intel_regions.h to something more appropri...
2014-05-01 Eric Anholti965: Drop use of intel_region from miptrees.
2014-05-01 Eric Anholti965: Replace the region in DRIimage with just a BO...
2014-05-01 Eric Anholti965: Stop making a pointless region for DRI2 to just...
2014-05-01 Eric Anholti965: Drop the global GEM name from regions.
2014-05-01 Kenneth Graunkei965: Actually emit PIPELINE_SELECT and 3DSTATE_VF_STAT...
2014-04-12 Kenneth Graunkei965: Correct EmitNoIndirect shader compiler option...
2014-03-26 Eric Anholti965: Use intel_upload_space() for pull constant uploads.
2014-03-24 Eric Anholti965: Simplify the no-reopening-the-winsys-buffer tests.
2014-03-18 Kenneth Graunkei965: Allocate register sets at screen creation, not...
2014-03-12 Neil RobertsAdd the EGL_MESA_configless_context extension
2014-03-11 Eric Anholti965: Drop broken front_buffer_reading/drawing optimiza...
2014-03-06 Eric Anholti965: Fix render-to-texture in non-FinishRenderTexture...
2014-02-23 Eric Anholti965: Move the remaining driver debug over to stderr.
2014-02-20 Kenneth Graunkei965: Create a hardware context before initializing...
2014-02-19 Kenneth Graunkei965: Actually claim to support MSAA on Broadwell.
2014-02-19 Kenneth Graunkei965: Enable HiZ on Broadwell.
2014-02-19 Kenneth Graunkei965: Bump MaxTexMbytes from 1GB to 1.5GB.
2014-02-19 Kenneth Graunkei965: Bump GL_MAX_CUBE_MAP_TEXTURE_SIZE to 8192.
2014-02-19 Kenneth Graunkei965: Bump MAX_3D_TEXTURE_SIZE to 2048.
2014-02-18 Eric Anholti965: Move singlesample_mt to the renderbuffer.
2014-02-18 Eric Anholti965: Drop some duplicated code in DRI winsys BO updates.
2014-02-07 Chris Forbesi965: Enable ARB_texture_gather for one component on...
2014-02-07 Eric Anholti965: Add some informative debug when the X Server...
2014-02-05 Paul Berryi965/cs: Allow ARB_compute_shader to be enabled via...
2014-02-01 Kenneth Graunkei965: Update 3DSTATE_{DEPTH,STENCIL,...}_BUFFER and...
2014-02-01 Kenneth Graunkei965: Rework SURFACE_STATE entries for Broadwell.
2014-01-27 Mark Muellermesa: Change many Type P MESA_FORMATs to meet naming...
2014-01-27 Mark Muellermesa: Rename 4 color component unsigned byte MESA_FORMATs
2014-01-23 Kenneth Graunkei965: Support 32 texture image units on Haswell+.
2014-01-22 Kristian Høgsbergintel: Fix initial MakeCurrent for single-buffer drawables
2014-01-21 Matt Turneri965: Enable AOS optimizations for the geometry shader.
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...
next