i965: Move brw_query_samples_for_format() to brw_queryformat.c
[mesa.git] / src / mesa / drivers / dri / i965 / brw_context.c
2016-03-03 Eduardo Lima Mitevi965: Move brw_query_samples_for_format() to brw_queryf...
2016-03-03 Eduardo Lima Mitevi965: Add boilerplate function for QueryInternalFormat...
2016-03-02 Samuel Iglesias... i965: set ctx->Const.MaxViewport{Width,Height} to 32k
2016-02-16 Jordan Justeni965: Set compute shader shared memory max to 64k
2016-02-16 Topi Pohjolaineni965: Add a few assertions on lossless compression
2016-02-16 Topi Pohjolaineni965: Add a flag telling color resolve pass to ignore...
2016-02-13 Samuel Pitoiseti965: fix MAX_COMPUTE_SHARED_SIZE constant value
2016-02-13 Topi Pohjolaineni965: Add means for limiting color resolves
2016-02-05 Neil Robertsmain: Use a derived value for the default sample count
2016-01-22 Kenneth Graunkei965: Implement a drirc workaround for broken dual...
2016-01-14 Ben Widawskyi965: Remove unused hw_must_use_separate_stencil
2015-12-28 Kenneth Graunkei965: Enable ARB_tessellation_shader on Gen7-7.5.
2015-12-17 Jordan Justeni965: Enable compute shaders in more cases for OpenGLES 3.1
2015-12-16 Neil Robertsi965: Fix crash when calling glViewport with no surface...
2015-12-11 Neil Robertsi965/gen9: Resolve SRGB color buffers when GL_FRAMEBUFF...
2015-12-10 Jordan Justeni965: Enable ARB_compute_shader extension on supported...
2015-12-09 Francisco Jerezi965: Resolve color and flush for all active shader...
2015-12-07 Chris Forbesi965: Add backend structures for tess stages
2015-12-07 Chris Forbesi965: Set core tessellation-related limits
2015-12-07 Kenneth Graunkei965: Request lowering of gl_TessLevel* from float...
2015-11-24 Rob Clarkutil: move brw_env_var_as_boolean() to util
2015-11-17 Kenneth Graunkei965: Set MaxCombinedUniformBlocks properly.
2015-11-17 Kenneth Graunkei965: Clean up context constant initialization code.
2015-11-17 Kenneth Graunkei965: Convert scalar_* flags to a scalar_stage array.
2015-11-05 Neil Robertsi965/skl+: Enable support for 16x multisampling
2015-10-19 Jason Ekstrandi965: Move the entire compiler API into a single file
2015-10-06 Ian Romanickmesa/i965: Refactor brw_is_front_buffer_{drawing,readin...
2015-10-05 Iago Toral Quirogai965: Define BRW_MAX_SSBO
2015-10-05 Iago Toral Quirogai965: Define BRW_MAX_UBO
2015-09-30 Chris Wilsoni965: Remove early release of DRI2 miptree
2015-09-25 Iago Toral Quirogai965: Set MaxShaderStorageBuffers for compute shaders
2015-09-25 Samuel Iglesias... i965: set ARB_shader_storage_buffer_object related...
2015-09-25 Iago Toral Quirogai965: Use 64-byte offset alignment for shader storage...
2015-09-10 Kenneth Graunkei965: Advertise 65536 for GL_MAX_UNIFORM_BLOCK_SIZE.
2015-08-20 Francisco Jerezmesa: Rename MaxCombinedImageUnitsAndFragmentOutputs...
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-24 Ben Widawskyi965/bxt: Add basic Broxton infrastructure
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-06 Chris Forbesi965: Set max texture buffer size to hardware limit
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-12 Neil Robertsi965: Use predicate enable bit for conditional renderin...
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...
next