index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
i965
/
intel_extensions.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: remove struct gl_extensions::ATI_separate_stencil
Emil Velikov
2018-06-21
1
-1
/
+0
*
i965: Add ARB_fragment_shader_interlock support.
Plamena Manolova
2018-06-01
1
-0
/
+1
*
mesa: expose ARB_tessellation_shader in the compatibility profile
Marek Olšák
2018-05-29
1
-1
/
+2
*
mesa: expose AMD_vertex_shader_layer in the compatibility profile
Marek Olšák
2018-05-29
1
-1
/
+2
*
mesa: expose ARB_gpu_shader5 in the compatibility profile
Marek Olšák
2018-05-29
1
-2
/
+4
*
i965: enable OES_texture_view for gen8+
Tapani Pälli
2018-05-24
1
-1
/
+2
*
mesa: add GLSLVersionCompat constant
Timothy Arceri
2018-05-09
1
-0
/
+6
*
i965: Enable NV_fog_distance
Ian Romanick
2018-05-04
1
-0
/
+1
*
intel: Disable 64-bit extensions on platforms without 64-bit types
Matt Turner
2018-02-28
1
-4
/
+5
*
mesa: Rename MESA_shader_framebuffer_fetch gl_extensions bits to EXT.
Francisco Jerez
2018-02-24
1
-2
/
+2
*
mesa: expose ARB_enhanced_layouts in the compatibility profile
Marek Olšák
2018-02-23
1
-1
/
+2
*
i965: enable EXT_disjoint_timer_query extension
Tapani Pälli
2017-12-15
1
-0
/
+2
*
mesa: enable ARB_texture_buffer_* extensions in the Compatibility profile
Marek Olšák
2017-11-09
1
-3
/
+5
*
mesa: Only expose GLES's EXT_texture_type_2_10_10_10_REV if supported in HW.
Eric Anholt
2017-10-10
1
-0
/
+1
*
mesa: Drop Mesa_DXTn from gl_context
Matt Turner
2017-10-02
1
-3
/
+1
*
i965: Implement ARB_indirect_parameters.
Plamena Manolova
2017-10-02
1
-1
/
+3
*
i965: drop brw->is_broxton
Lionel Landwerlin
2017-08-30
1
-1
/
+1
*
i965: drop brw->is_haswell in favor of devinfo->is_haswell
Lionel Landwerlin
2017-08-30
1
-4
/
+4
*
i965: drop brw->is_baytrail in favor of devinfo->is_baytrail
Lionel Landwerlin
2017-08-30
1
-2
/
+2
*
i965: drop brw->is_g4x in favor of devinfo->is_g4x
Lionel Landwerlin
2017-08-30
1
-1
/
+1
*
i965: drop brw->gen in favor of devinfo->gen
Lionel Landwerlin
2017-08-30
1
-16
/
+17
*
mesa: Implement GL_ARB_polygon_offset_clamp
Adam Jackson
2017-08-25
1
-1
/
+1
*
mesa: Implement GL_ARB_texture_filter_anisotropic
Adam Jackson
2017-08-25
1
-0
/
+1
*
i965: Enable ARB_shader_ballot on Gen8+
Matt Turner
2017-07-20
1
-0
/
+1
*
i965: Enable ARB_shader_group_vote
Matt Turner
2017-07-20
1
-0
/
+1
*
i965: Enable ASTC HDR for Broxton
Nanley Chery
2017-05-22
1
-0
/
+3
*
mesa: GL_ARB_shader_subroutine is not optional in core profile
Ian Romanick
2017-05-22
1
-1
/
+0
*
i965: Disable ARB_pipeline_statistics_query on Gen4-5.
Kenneth Graunke
2017-05-10
1
-1
/
+1
*
i965: enable OpenGL 4.2 in Ivybridge
Juan A. Suarez Romero
2017-04-14
1
-1
/
+1
*
i965: enable ARB_shader_precision in gen7+
Samuel Iglesias Gonsálvez
2017-04-14
1
-1
/
+1
*
i965: enable ARB_vertex_attrib_64bit for gen7+
Juan A. Suarez Romero
2017-04-14
1
-1
/
+1
*
i965: enable OpenGL 4.0 to Ivybridge/Baytrail
Samuel Iglesias Gonsálvez
2017-04-14
1
-0
/
+2
*
i965: enable ARB_gpu_shader_fp64 for Ivybridge/Baytrail
Samuel Iglesias Gonsálvez
2017-04-14
1
-1
/
+1
*
i965: Implement INTEL_performance_query backend
Robert Bragg
2017-02-22
1
-0
/
+3
*
i965/gen6+: Enable arb_transform_feedback_overflow_query.
Rafael Antognolli
2017-02-21
1
-0
/
+1
*
i965: Enable ARB_transform_feedback2 on Sandybridge.
Kenneth Graunke
2017-02-21
1
-0
/
+3
*
i965: Enable ARB_gpu_shader_int64 on Gen8+
Ian Romanick
2017-01-20
1
-0
/
+1
*
i965: Enable OpenGL 4.5 on Haswell.
Kenneth Graunke
2017-01-16
1
-1
/
+1
*
i965/gen7: expose OpenGL 4.2 on Haswell when supported
Juan A. Suarez Romero
2017-01-12
1
-1
/
+1
*
i965: enable ARB_shader_precision to HSW+
Samuel Iglesias Gonsálvez
2017-01-12
1
-1
/
+1
*
i965: unify the code to enable of ARB_gpu_shader_fp64 and ARB_vertex_attrib_6...
Samuel Iglesias Gonsálvez
2017-01-12
1
-7
/
+2
*
i965: Enable ARB_vertex_attrib_64bit for Haswell
Alejandro Piñeiro
2017-01-12
1
-1
/
+3
*
i965: Enable several GLES 3.1 extensions on HSW+
Ian Romanick
2017-01-06
1
-3
/
+3
*
i965: add a kernel_features bitfield to intel screen
Iago Toral Quiroga
2017-01-05
1
-3
/
+3
*
i965/gen7: Enable OpenGL 4.0 in Haswell when supported
Iago Toral Quiroga
2017-01-05
1
-0
/
+2
*
i965: get rid of brw->can_do_pipelined_register_writes
Iago Toral Quiroga
2017-01-05
1
-1
/
+1
*
i965: Move the pipelined test for SO register access to the screen
Chris Wilson
2017-01-05
1
-73
/
+0
*
i965: Remove perf monitor/query backend
Robert Bragg
2017-01-03
1
-70
/
+0
*
i965/vec4: enable ARB_gpu_shader_fp64 for Haswell
Iago Toral Quiroga
2017-01-03
1
-0
/
+3
*
i965: enable INTEL_conservative_rasterization on Gen9+
Lionel Landwerlin
2016-12-07
1
-0
/
+1
[next]