Merge remote-tracking branch 'mesa-public/master' into vulkan
[mesa.git] / src / mesa / drivers / dri / i965 / brw_context.c
2015-08-17 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-08-11 Francisco Jerezi965: Define implementation constants for ARB_shader_im...
2015-07-18 Abdiel Janulguei965: Enable hardware-generated binding tables on rende...
2015-07-18 Abdiel Janulguei965: Enable resource streamer for the batchbuffer
2015-07-08 Chris Wilsoni965: Move pipecontrol workaround bo to brw_pipe_control
2015-06-26 Connor AbbottMerge branch 'wip/nir-vtn' into vulkan
2015-06-24 Ben Widawskyi965/bxt: Add basic Broxton infrastructure
2015-06-24 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-06-23 Jason Ekstrandi965: Add compiler options to brw_compiler
2015-06-23 Jason Ekstrandi965: Move INTEL_DEBUG variable parsing to screen creat...
2015-06-17 Kevin Rogovini965: enable ARB_framebuffer_no_attachments for Gen7+
2015-06-11 Kenneth GraunkeRevert "i965: Advertise a line width of 40.0 on Cherryv...
2015-06-11 Iago Toral Quirogai965: do not round line width when multisampling or...
2015-06-08 Kristian Høgsberg... vk: Create a minimal context for the compiler
2015-06-06 Chris Forbesi965: Set max texture buffer size to hardware limit
2015-06-01 Jason Ekstrandi965: Use NIR by default for vertex shaders on GEN8+
2015-05-29 Jason Ekstrandi965: Make NIR non-optional for scalar shaders
2015-05-18 Jason Ekstrandi965: Use NIR by default for vertex shaders on GEN8+
2015-05-16 Jason EkstrandMerge remote-tracking branch 'fdo-personal/wip/nir...
2015-05-12 Neil Robertsi965: Use predicate enable bit for conditional renderin...
2015-05-09 Kristian HøgsbergAdd vulkan driver for BDW
2015-05-06 Chris Forbesi965/gen6: setup limits for ARB_viewport_array
2015-05-05 Kenneth Graunkei965: Fix missing type in local variable declaration.
2015-05-02 Paul Berryi965: Implement DispatchCompute() back-end
2015-05-02 Jordan Justeni965/cs: Set invocation counts based on max_cs_threads
2015-05-02 Jordan Justeni965/cs: Add max_cs_threads
2015-05-02 Jordan Justeni965/fs: Support compute programs in fs_visitor
2015-04-27 Zoë BladeFix a few typos
2015-04-22 Jason Ekstrandi965/device_info: Add a supports_simd16_3src flag
2015-04-14 Marius Preduti965: replace __FUNCTION__ with __func__
2015-04-11 Matt Turneri965: Remove useless null check.
2015-04-11 Rob Clarknir: split out lower_sub from lower_negate
2015-04-11 Jason Ekstrandi965: Use NIR by default for fragment shaders
2015-04-10 Kenneth Graunkei965: Don't set NirOptions for stages that will use...
2015-04-03 Jason Ekstrandi965: Check the INTEL_USE_NIR environment variable...
2015-04-01 Jason Ekstrandi965: Use the same nir options for all gens
2015-04-01 Jason Ekstrandi965/nir: Run the ffma peephole after the rest of the...
2015-03-23 Jason Ekstrandi965/nir: Use NIR lowering for ffma for gen < 6
2015-03-22 Dave Airliei965: define I915_PARAM_REVISION
2015-03-20 Neil Robertsi965: Store the GPU revision number in brw_context
2015-03-18 Chris Wilsoni965: Defer the throttle until we submit new commands
2015-03-18 Chris Wilsoni965: Throttle to the previous frame
2015-03-18 Chris Wilsoni965: Throttle rendering to an fbo
2015-03-09 Kenneth Graunkenir: Add native_integers to nir_shader_compiler_options.
2015-03-09 Kenneth Graunkenir: Try to make sense of the nir_shader_compiler_optio...
2015-03-06 Iago Toral Quirogai965: free scratch buffers when destroying the context
2015-02-24 Iago Toral Quirogai965: Fix non-AA wide line rendering with fractional...
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.
next