i965: split EU defines to brw_eu_defines.h
[mesa.git] / src / mesa / drivers / dri / i965 / brw_context.c
2017-03-09 Anuj Phogati965: Rename brw_format_for_mesa_format() to brw_isl_fo...
2017-03-08 Chris Wilsoni965: Remove use of deprecated drm_intel_aub routines
2017-03-06 Kenneth Graunkei965: Delete vestiges of resource streamer code.
2017-03-02 Jason Ekstrandi965: Reduce cross-pollination between the DRI driver...
2017-02-22 Robert Braggi965: Implement INTEL_performance_query backend
2017-02-21 Kenneth Graunkei965: Enable ARB_transform_feedback2 on Sandybridge.
2017-02-21 Kenneth Graunkei965: Properly reset SVBI counters on ResumeTransformFe...
2017-02-15 Samuel Pitoisetdriconf: add allow_higher_compat_version option
2017-02-02 Jason Ekstrandintel/isl: Rename supports_lossless_compression to...
2017-01-30 Kenneth Graunkei965: Support the force_glsl_version driconf option.
2017-01-23 Timothy Arcerimesa: use gl_program for CurrentProgram rather than...
2017-01-06 Kenneth Graunkei965: Rework gl_TessLevel*[] handling to use NIR compac...
2017-01-06 Ian Romanicki965: Always set MaxViewports and related limits
2017-01-06 Timothy Arcerist/mesa/glsl/i965: move ImageUnits and ImageAccess...
2017-01-05 Iago Toral Quirogai965: add a kernel_features bitfield to intel screen
2017-01-05 Iago Toral Quirogai965: get rid of brw->can_do_pipelined_register_writes
2017-01-05 Chris Wilsoni965: Move the pipelined test for SO register access...
2017-01-04 Iago Toral Quirogai965: remove brw_context dependency from intel_batchbuf...
2017-01-04 Iago Toral Quirogai965: make intel_batchbuffer_free() take a batchbuffer...
2017-01-03 Robert Braggi965: Remove perf monitor/query backend
2016-12-07 Jordan Justeni965: Increase max texture to 16k for gen7+
2016-11-29 Ilia Mirkini965/gen7: expose larger gather offsets
2016-11-25 Topi Pohjolaineni965: Provide slice details to color resolver
2016-11-25 Topi Pohjolaineni965: Add new interface for full color resolves
2016-11-17 Timothy Arcerii965: get num_images from shader_info rather than gl_li...
2016-11-09 Jordan Justeni965/compute: Allow ARB_compute_shader in compat profile
2016-11-08 Jordan Justeni965: Add function to indicate when sampling with hiz...
2016-10-27 Tapani Pällii956: set RobustAccess true when is supported
2016-10-26 Timothy Arcerist/mesa/r200/i915/i965: eliminate gl_fragment_program
2016-10-26 Timothy Arcerii965/mesa/st/swrast: set fs shader_info directly and...
2016-10-26 Timothy Arcerinir/i965/anv/radv/gallium: make shader info a pointer
2016-10-06 Timothy Arcerii965: get outputs read from nir info
2016-10-06 Chad Versacei965/sync: Replace 'intel' prefix with 'brw'
2016-10-04 Anuj Phogati965/gen8+: Enable GL_OES_viewport_array
2016-10-04 Kenneth Graunkei965: Only emit 1 viewport when possible.
2016-09-23 Lionel Landwerlini965: get rid of duplicated values from gen_device_info
2016-09-23 Lionel Landwerlinintel/i965: make gen_device_info mutable
2016-09-21 Kenneth Graunkei965: Rename intelScreen to screen.
2016-09-21 Kenneth Graunkei965: Rename __DRIScreen pointers to "dri_screen".
2016-09-12 Jason EkstrandRevert "i965: Drop the maximum 3D texture size to 512...
2016-09-12 Topi Pohjolaineni965/rbc: Clarify rational given for shader image resolves
2016-09-12 Topi Pohjolaineni965: Track non-compressible sampling of renderbuffers
2016-09-03 Jason Ekstrandintel: Rename brw_get_device_name/info to gen_get_devic...
2016-09-03 Jason Ekstrandintel: s/brw_device_info/gen_device_info/
2016-08-31 Ilia Mirkini965: enable OES_primitive_bounding_box with the no...
2016-08-29 Jason Ekstrandi965/blorp: Add a blorp_context struct and init/finish...
2016-08-26 Jordan Justeni965/gen7: Copy stencil when sampling the stencil texture
2016-08-26 Jordan Justeni965/hsw: Don't advertise more than 64 threads for...
2016-08-26 Chris Wilsoni965: Embrace "unlimited" GTT mmap support
2016-08-26 Francisco Jerezi965: Resolve color for non-coherent FB fetch at Update...
2016-07-15 Jason Ekstrandi965: Add an isl_device to the brw_context
2016-07-02 Rob Clarkglsl: add driconf to zero-init unintialized vars
2016-06-30 Timothy Arceriglsl/mesa: split gl_shader in two
2016-06-22 Jason Ekstrandi965: Drop the maximum 3D texture size to 512 on Sandy...
2016-06-15 Kenneth Graunkei965: Use a uniform for gl_PatchVerticesIn in the TCS...
2016-06-15 Kenneth Graunkei965: Use a uniform for gl_PatchVerticesIn in the TES.
2016-06-14 Tomasz Figai965: Check return value of screen->image.loader->getBu...
2016-06-14 Jason Ekstrandi965/compiler: Bring back the INTEL_PRECISE_TRIG enviro...
2016-06-13 Kenneth Graunkei965: Don't leak scratch BOs for TCS/TES.
2016-06-07 Gurchetan Singhi965: Integrate precise trig into configuration infrast...
2016-06-02 Jordan Justeni965: Enable cross-thread constants and compact local...
2016-06-02 Jordan Justenglsl: Add glsl LowerCsDerivedVariables option
2016-06-01 Topi Pohjolaineni965/gen9: Configure rbc buffers as plain for non-rbc...
2016-05-28 Francisco Jerezi965: Update compute workgroup size limit calculation...
2016-05-23 Kenneth Graunkemesa: Implement glGet*(GL_PRIMITIVE_RESTART_FOR_PATCHES...
2016-05-14 Jason Ekstrandi965: Use blorp for all clears
2016-05-09 Kenneth Graunkei965: Reimplement ARB_transform_feedback2 on Haswell...
2016-05-04 Jordan Justeni965: Implement ARB_query_buffer_object for HSW+
2016-04-14 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-04-12 Haixia Shidri/i965: extend GLES3 sRGB workaround to cover all...
2016-03-15 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-11 Ben Widawskyi965/chv: Display proper branding
2016-03-11 Ben Widawskyi965/chv: Check that compute threads are above threshold
2016-03-11 Ben Widawskyi965/chv: Use kernel provided info for max_cs_threads
2016-03-04 Kenneth Graunkei965: Set MaxFramebufferWidth/Height to 16384, not...
2016-03-03 Eduardo Lima Mitevi965/formatquery: Respond queries SAMPLES and NUM_SAMPL...
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-24 Kristian Høgsberg... Merge remote-tracking branch 'origin/master' into vulkan
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 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2016-02-05 Jason EkstrandMerge branch mesa-public/master into vulkan
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-21 Kristian Høgsberg... Merge remote-tracking branch 'jekstrand/wip/i965-unifor...
2016-01-14 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2016-01-14 Ben Widawskyi965: Remove unused hw_must_use_separate_stencil
2015-12-29 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-12-28 Kenneth Graunkei965: Enable ARB_tessellation_shader on Gen7-7.5.
2015-12-28 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
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 Kristian Høgsberg... Merge ../mesa into vulkan
2015-12-11 Neil Robertsi965/gen9: Resolve SRGB color buffers when GL_FRAMEBUFF...
2015-12-11 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
next