ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

atifragshader.c File Reference
#include "main/glheader.h"
#include "main/context.h"
#include "main/hash.h"
#include "main/imports.h"
#include "main/macros.h"
#include "main/enums.h"
#include "main/mtypes.h"
#include "atifragshader.h"

Go to the source code of this file.

Defines

#define MESA_DEBUG_ATI_FS   0

Functions

struct ati_fragment_shader_mesa_new_ati_fragment_shader (GLcontext *ctx, GLuint id)
void _mesa_delete_ati_fragment_shader (GLcontext *ctx, struct ati_fragment_shader *s)
static void new_arith_inst (struct ati_fragment_shader *prog)
static void new_tex_inst (struct ati_fragment_shader *prog)
static void match_pair_inst (struct ati_fragment_shader *curProg, GLuint optype)
static int check_arith_arg (struct ati_fragment_shader *curProg, GLuint optype, GLuint arg, GLuint argRep)
GLuint GLAPIENTRY _mesa_GenFragmentShadersATI (GLuint range)
void GLAPIENTRY _mesa_BindFragmentShaderATI (GLuint id)
void GLAPIENTRY _mesa_DeleteFragmentShaderATI (GLuint id)
void GLAPIENTRY _mesa_BeginFragmentShaderATI (void)
void GLAPIENTRY _mesa_EndFragmentShaderATI (void)
void GLAPIENTRY _mesa_PassTexCoordATI (GLuint dst, GLuint coord, GLenum swizzle)
void GLAPIENTRY _mesa_SampleMapATI (GLuint dst, GLuint interp, GLenum swizzle)
static void _mesa_FragmentOpXATI (GLint optype, GLuint arg_count, GLenum op, GLuint dst, GLuint dstMask, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, GLuint arg2Rep, GLuint arg2Mod, GLuint arg3, GLuint arg3Rep, GLuint arg3Mod)
void GLAPIENTRY _mesa_ColorFragmentOp1ATI (GLenum op, GLuint dst, GLuint dstMask, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod)
void GLAPIENTRY _mesa_ColorFragmentOp2ATI (GLenum op, GLuint dst, GLuint dstMask, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, GLuint arg2Rep, GLuint arg2Mod)
void GLAPIENTRY _mesa_ColorFragmentOp3ATI (GLenum op, GLuint dst, GLuint dstMask, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, GLuint arg2Rep, GLuint arg2Mod, GLuint arg3, GLuint arg3Rep, GLuint arg3Mod)
void GLAPIENTRY _mesa_AlphaFragmentOp1ATI (GLenum op, GLuint dst, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod)
void GLAPIENTRY _mesa_AlphaFragmentOp2ATI (GLenum op, GLuint dst, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, GLuint arg2Rep, GLuint arg2Mod)
void GLAPIENTRY _mesa_AlphaFragmentOp3ATI (GLenum op, GLuint dst, GLuint dstMod, GLuint arg1, GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, GLuint arg2Rep, GLuint arg2Mod, GLuint arg3, GLuint arg3Rep, GLuint arg3Mod)
void GLAPIENTRY _mesa_SetFragmentShaderConstantATI (GLuint dst, const GLfloat *value)

Variables

static struct ati_fragment_shader DummyShader

Detailed Description

Author:
David Airlie Copyright (C) 2004 David Airlie All Rights Reserved.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL DAVID AIRLIE BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Definition in file atifragshader.c.


Generated on Sun May 27 2012 04:59:08 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.