projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f490c68
)
mesa: remove old comment about FEATURE_GL
author
Brian Paul
<brianp@vmware.com>
Wed, 10 Apr 2013 00:43:40 +0000
(18:43 -0600)
committer
Brian Paul
<brianp@vmware.com>
Wed, 10 Apr 2013 00:43:40 +0000
(18:43 -0600)
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
src/mesa/main/get.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/get.c
b/src/mesa/main/get.c
index 31abe05e040f57601a2481cf98d0b0469221ed47..6a897cb11f337661be8bbaace9c901a78538559e 100644
(file)
--- a/
src/mesa/main/get.c
+++ b/
src/mesa/main/get.c
@@
-423,8
+423,7
@@
static const int extra_core_ARB_color_buffer_float_and_new_buffers[] = {
* remaining combinations. To look up the enums valid in a given API
* we will use a hash table specific to that API. These tables are in
* turn generated at build time and included through get_hash.h.
- * The different sections are guarded by #if FEATURE_GL etc to make
- * sure we only compile in the enums we may need. */
+ */
#include "get_hash.h"