Mesa (master): mesa: remove old comment about FEATURE_GL

2013-04-09 Thread Brian Paul
Module: Mesa
Branch: master
Commit: c04e0b9f4bb1fa00f6bb56e64f8c9dcf8b45ebb7
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=c04e0b9f4bb1fa00f6bb56e64f8c9dcf8b45ebb7

Author: Brian Paul bri...@vmware.com
Date:   Tue Apr  9 18:43:40 2013 -0600

mesa: remove old comment about FEATURE_GL

Reviewed-by: Jordan Justen jordan.l.jus...@intel.com

---

 src/mesa/main/get.c |3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/src/mesa/main/get.c b/src/mesa/main/get.c
index 31abe05..6a897cb 100644
--- 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
 

___
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-commit


Mesa (master): mesa: remove old comment

2011-06-08 Thread Brian Paul
Module: Mesa
Branch: master
Commit: 3d75c42bbf34c8a16de425da81b6fb02a8aa4b47
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=3d75c42bbf34c8a16de425da81b6fb02a8aa4b47

Author: Brian Paul bri...@vmware.com
Date:   Wed Jun  8 08:05:40 2011 -0600

mesa: remove old comment

---

 src/mesa/main/uniforms.c |1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/mesa/main/uniforms.c b/src/mesa/main/uniforms.c
index 771e039..1c4fd82 100644
--- a/src/mesa/main/uniforms.c
+++ b/src/mesa/main/uniforms.c
@@ -1461,7 +1461,6 @@ _mesa_init_shader_uniform_dispatch(struct _glapi_table 
*exec)
SET_UniformMatrix4x3fv(exec, _mesa_UniformMatrix4x3fv);
 
/* OpenGL 3.0 */
-   /* XXX finish dispatch */
SET_Uniform1uiEXT(exec, _mesa_Uniform1ui);
SET_Uniform2uiEXT(exec, _mesa_Uniform2ui);
SET_Uniform3uiEXT(exec, _mesa_Uniform3ui);

___
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-commit


Mesa (master): mesa: remove old comment

2009-11-17 Thread Brian Paul
Module: Mesa
Branch: master
Commit: a54033bedb1d3ac7f7a0c1365c25c638e58de566
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=a54033bedb1d3ac7f7a0c1365c25c638e58de566

Author: Brian Paul bri...@vmware.com
Date:   Tue Nov 17 16:18:29 2009 -0700

mesa: remove old comment

---

 src/mesa/main/buffers.c |1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/mesa/main/buffers.c b/src/mesa/main/buffers.c
index 7c31a46..97f0659 100644
--- a/src/mesa/main/buffers.c
+++ b/src/mesa/main/buffers.c
@@ -382,7 +382,6 @@ _mesa_drawbuffers(GLcontext *ctx, GLuint n, const GLenum 
*buffers,
 */
if (n == 1) {
   GLuint count = 0, destMask0 = destMask[0];
-  /* init to -1 to help catch errors */
   while (destMask0) {
  GLint bufIndex = _mesa_ffs(destMask0) - 1;
  if (fb-_ColorDrawBufferIndexes[count] != bufIndex) {

___
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-commit


Mesa (master): mesa: remove old comment as it's fixed elsewhere now.

2009-02-17 Thread Alan Hourihane
Module: Mesa
Branch: master
Commit: baef7c5474d302f1bc9997b09948fd6b883ec60d
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=baef7c5474d302f1bc9997b09948fd6b883ec60d

Author: Alan Hourihane al...@vmware.com
Date:   Tue Feb 17 09:56:06 2009 +

mesa: remove old comment as it's fixed elsewhere now.

---

 src/mesa/state_tracker/st_mesa_to_tgsi.c |9 -
 1 files changed, 0 insertions(+), 9 deletions(-)

diff --git a/src/mesa/state_tracker/st_mesa_to_tgsi.c 
b/src/mesa/state_tracker/st_mesa_to_tgsi.c
index 8b9b18f..7b5cf4c 100644
--- a/src/mesa/state_tracker/st_mesa_to_tgsi.c
+++ b/src/mesa/state_tracker/st_mesa_to_tgsi.c
@@ -475,15 +475,6 @@ compile_instruction(
   break;
case OPCODE_RSQ:
   fullinst-Instruction.Opcode = TGSI_OPCODE_RSQ;
-
-  /* KW: Don't do this here.  If particular hardware needs to do
-   * this, can do so in the driver..
-   */
-#if 0
-   tgsi_util_set_full_src_register_sign_mode(
-  fullinst-FullSrcRegisters[0],
-  TGSI_UTIL_SIGN_CLEAR ); 
-#endif
   break;
case OPCODE_SCS:
   fullinst-Instruction.Opcode = TGSI_OPCODE_SCS;

___
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-commit