/[packages]/cauldron/mesa/current/SOURCES/0101-mesa-enable-ARB_vertex_buffer_object-in-core-profile.patch
ViewVC logotype

Contents of /cauldron/mesa/current/SOURCES/0101-mesa-enable-ARB_vertex_buffer_object-in-core-profile.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1257893 - (show annotations) (download)
Sat Sep 8 19:48:38 2018 UTC (5 years, 7 months ago) by tmb
File size: 1785 byte(s)
mesa: enable ARB_vertex_buffer_object in core profile
1 From 14fe9fa11baa4e4e782d192e0b8c150ee9e8754f Mon Sep 17 00:00:00 2001
2 From: Timothy Arceri <tarceri@itsqueeze.com>
3 Date: Sun, 2 Sep 2018 20:27:40 +1000
4 Subject: [PATCH] mesa: enable ARB_vertex_buffer_object in core profile
5
6 This extension is required by "Wolfenstein: The Old Blood"
7 and is exposed in core in the Nvidia binary driver.
8
9 All the functions are just alias of the core functions so
10 there should be nothing more to do.
11
12 Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
13 ---
14 src/mesa/main/extensions_table.h | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/src/mesa/main/extensions_table.h b/src/mesa/main/extensions_table.h
18 index 3c8f126c36..486d76a058 100644
19 --- a/src/mesa/main/extensions_table.h
20 +++ b/src/mesa/main/extensions_table.h
21 @@ -182,7 +182,7 @@ EXT(ARB_vertex_array_bgra , EXT_vertex_array_bgra
22 EXT(ARB_vertex_array_object , dummy_true , GLL, GLC, x , x , 2006)
23 EXT(ARB_vertex_attrib_64bit , ARB_vertex_attrib_64bit , 32, GLC, x , x , 2010)
24 EXT(ARB_vertex_attrib_binding , dummy_true , GLL, GLC, x , x , 2012)
25 -EXT(ARB_vertex_buffer_object , dummy_true , GLL, x , x , x , 2003)
26 +EXT(ARB_vertex_buffer_object , dummy_true , GLL, GLC, x , x , 2003)
27 EXT(ARB_vertex_program , ARB_vertex_program , GLL, x , x , x , 2002)
28 EXT(ARB_vertex_shader , ARB_vertex_shader , GLL, GLC, x , x , 2002)
29 EXT(ARB_vertex_type_10f_11f_11f_rev , ARB_vertex_type_10f_11f_11f_rev , GLL, GLC, x , x , 2013)
30 --
31 2.18.0
32

  ViewVC Help
Powered by ViewVC 1.1.30