aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/intel_extensions.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: remove struct gl_extensions::ATI_separate_stencilEmil Velikov2018-06-211-1/+0
* i965: Add ARB_fragment_shader_interlock support.Plamena Manolova2018-06-011-0/+1
* mesa: expose ARB_tessellation_shader in the compatibility profileMarek Olšák2018-05-291-1/+2
* mesa: expose AMD_vertex_shader_layer in the compatibility profileMarek Olšák2018-05-291-1/+2
* mesa: expose ARB_gpu_shader5 in the compatibility profileMarek Olšák2018-05-291-2/+4
* i965: enable OES_texture_view for gen8+Tapani Pälli2018-05-241-1/+2
* mesa: add GLSLVersionCompat constantTimothy Arceri2018-05-091-0/+6
* i965: Enable NV_fog_distanceIan Romanick2018-05-041-0/+1
* intel: Disable 64-bit extensions on platforms without 64-bit typesMatt Turner2018-02-281-4/+5
* mesa: Rename MESA_shader_framebuffer_fetch gl_extensions bits to EXT.Francisco Jerez2018-02-241-2/+2
* mesa: expose ARB_enhanced_layouts in the compatibility profileMarek Olšák2018-02-231-1/+2
* i965: enable EXT_disjoint_timer_query extensionTapani Pälli2017-12-151-0/+2
* mesa: enable ARB_texture_buffer_* extensions in the Compatibility profileMarek Olšák2017-11-091-3/+5
* mesa: Only expose GLES's EXT_texture_type_2_10_10_10_REV if supported in HW.Eric Anholt2017-10-101-0/+1
* mesa: Drop Mesa_DXTn from gl_contextMatt Turner2017-10-021-3/+1
* i965: Implement ARB_indirect_parameters.Plamena Manolova2017-10-021-1/+3
* i965: drop brw->is_broxtonLionel Landwerlin2017-08-301-1/+1
* i965: drop brw->is_haswell in favor of devinfo->is_haswellLionel Landwerlin2017-08-301-4/+4
* i965: drop brw->is_baytrail in favor of devinfo->is_baytrailLionel Landwerlin2017-08-301-2/+2
* i965: drop brw->is_g4x in favor of devinfo->is_g4xLionel Landwerlin2017-08-301-1/+1
* i965: drop brw->gen in favor of devinfo->genLionel Landwerlin2017-08-301-16/+17
* mesa: Implement GL_ARB_polygon_offset_clampAdam Jackson2017-08-251-1/+1
* mesa: Implement GL_ARB_texture_filter_anisotropicAdam Jackson2017-08-251-0/+1
* i965: Enable ARB_shader_ballot on Gen8+Matt Turner2017-07-201-0/+1
* i965: Enable ARB_shader_group_voteMatt Turner2017-07-201-0/+1
* i965: Enable ASTC HDR for BroxtonNanley Chery2017-05-221-0/+3
* mesa: GL_ARB_shader_subroutine is not optional in core profileIan Romanick2017-05-221-1/+0
* i965: Disable ARB_pipeline_statistics_query on Gen4-5.Kenneth Graunke2017-05-101-1/+1
* i965: enable OpenGL 4.2 in IvybridgeJuan A. Suarez Romero2017-04-141-1/+1
* i965: enable ARB_shader_precision in gen7+Samuel Iglesias Gonsálvez2017-04-141-1/+1
* i965: enable ARB_vertex_attrib_64bit for gen7+Juan A. Suarez Romero2017-04-141-1/+1
* i965: enable OpenGL 4.0 to Ivybridge/BaytrailSamuel Iglesias Gonsálvez2017-04-141-0/+2
* i965: enable ARB_gpu_shader_fp64 for Ivybridge/BaytrailSamuel Iglesias Gonsálvez2017-04-141-1/+1
* i965: Implement INTEL_performance_query backendRobert Bragg2017-02-221-0/+3
* i965/gen6+: Enable arb_transform_feedback_overflow_query.Rafael Antognolli2017-02-211-0/+1
* i965: Enable ARB_transform_feedback2 on Sandybridge.Kenneth Graunke2017-02-211-0/+3
* i965: Enable ARB_gpu_shader_int64 on Gen8+Ian Romanick2017-01-201-0/+1
* i965: Enable OpenGL 4.5 on Haswell.Kenneth Graunke2017-01-161-1/+1
* i965/gen7: expose OpenGL 4.2 on Haswell when supportedJuan A. Suarez Romero2017-01-121-1/+1
* i965: enable ARB_shader_precision to HSW+Samuel Iglesias Gonsálvez2017-01-121-1/+1
* i965: unify the code to enable of ARB_gpu_shader_fp64 and ARB_vertex_attrib_6...Samuel Iglesias Gonsálvez2017-01-121-7/+2
* i965: Enable ARB_vertex_attrib_64bit for HaswellAlejandro Piñeiro2017-01-121-1/+3
* i965: Enable several GLES 3.1 extensions on HSW+Ian Romanick2017-01-061-3/+3
* i965: add a kernel_features bitfield to intel screenIago Toral Quiroga2017-01-051-3/+3
* i965/gen7: Enable OpenGL 4.0 in Haswell when supportedIago Toral Quiroga2017-01-051-0/+2
* i965: get rid of brw->can_do_pipelined_register_writesIago Toral Quiroga2017-01-051-1/+1
* i965: Move the pipelined test for SO register access to the screenChris Wilson2017-01-051-73/+0
* i965: Remove perf monitor/query backendRobert Bragg2017-01-031-70/+0
* i965/vec4: enable ARB_gpu_shader_fp64 for HaswellIago Toral Quiroga2017-01-031-0/+3
* i965: enable INTEL_conservative_rasterization on Gen9+Lionel Landwerlin2016-12-071-0/+1