summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/intel_extensions.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* i965: Add i965 plumbing for ARB_post_depth_coverage for i965 (gen9+).Plamena Manolova2016-12-071-0/+1
* i965: Enable OpenGL 4.5.Kenneth Graunke2016-10-141-1/+1
* i965: Sort some extension namesIan Romanick2016-10-141-3/+3
* i965: Enable ARB_shader_atomic_counter_opsIan Romanick2016-10-041-0/+1
* i965/gen8+: Enable GL_OES_viewport_arrayAnuj Phogat2016-10-041-0/+1
* i965: Rename intelScreen to screen.Kenneth Graunke2016-09-201-4/+4
* mesa: Implement ARB_shader_viewport_layer_array for i965Dylan Baker2016-09-201-0/+1
* i965: enable ARB_ES3_2_compatibility on gen8+Ilia Mirkin2016-09-151-0/+1
* i965: Enable ANDROID_extension_pack_es31a on Gen9+.Kenneth Graunke2016-09-141-0/+1
* i965: enable OES_primitive_bounding_box with the no-op implementationIlia Mirkin2016-08-301-0/+1
* i965/hsw: Enable ARB_ES3_1_compatibility extensionJordan Justen2016-08-291-1/+2
* mesa: remove OES_shader_io_blocks enableIlia Mirkin2016-08-281-1/+0