summaryrefslogtreecommitdiff
path: root/src/mesa/main/mtypes.h
AgeCommit message (Expand)Author
2009-02-28mesa: convert some #defines to enumsBrian Paul
2009-02-28mesa: move #include "bitset.h" out of mtypes.h - not needed in core MesaBrian Paul
2009-02-28mesa: move GLfixed type and related macros to swrast moduleBrian Paul
2009-02-28mesa: move gl_attrib_node struct to attrib.c tooBrian Paul
2009-02-28mesa: move gl_enable_attrib struct to attrib.c, the only place it's usedBrian Paul
2009-02-28mesa: lots of updated comments, formatting clean-upsBrian Paul
2009-02-22mesa: #include, misc clean-upsBrian Paul
2009-02-22mesa: move a bunch of compiler-related stuff into new compiler.h headerBrian Paul
2009-02-22mesa: remove unused ENABLE_TEXGENx, ENABLE_TEXMATx flagsBrian Paul
2009-02-21mesa: use enums for TEXTURE_x_INDEX valuesBrian Paul
2009-02-21mesa: use an array for current texture objectsBrian Paul
2009-02-21mesa: use an array for default texture objectsBrian Paul
2009-02-21mesa: re-org texgen stateBrian Paul
2009-02-19mesa: fix/update/restore comments related to two-sided stencilBrian Paul
2009-02-18mesa: convert VERT_RESULT_* from #defines to enum, like the othersBrian Paul
2009-02-10Merge commit 'origin/gallium-master-merge'Brian Paul
2009-02-10mesa: s/_IMAGE_NEW_TRANSFER_STATE/_MESA_NEW_TRANSFER_STATE/ to be more consis...Brian Paul
2009-02-09mesa: merge gallium-0.2 into gallium-master-mergeBrian Paul
2009-02-06glsl: new MESA_GLSL env var for GLSL debugging featuresBrian Paul
2009-02-06Revert "mesa: meaningless whitespace change to see if git's working (ignore)"Brian Paul
2009-02-06mesa: meaningless whitespace change to see if git's working (ignore)Brian Paul
2009-01-31mesa: more display list cleanupsBrian
2009-01-31mesa: display list clean-upsBrian
2009-01-31mesa: minor comments, clean-upsBrian
2009-01-29mesa: fix a render to texture FBO validation bugBrian Paul
2009-01-28mesa: remove GL_SGIX_shadow, GL_SGIX_shadow_ambient and GL_SGIX_depth_textureBrian Paul
2009-01-28mesa: set/get new state for GL_EXT_texture_swizzleBrian Paul
2009-01-23mesa: initial changes for GL_NV_texture_env_combine4Brian Paul
2009-01-23Merge branch 'vertex_array_bgra'Brian Paul
2009-01-23mesa: initial bits for GL_EXT_vertex_array_bgraBrian Paul
2009-01-23Track two sets of back-face stencil stateIan Romanick
2009-01-22mesa: added NumSamples, MaxSamples for ARB_fboBrian Paul
2009-01-22mesa: add new ColorEncoding and ComponentType to gl_renderbufferBrian Paul
2009-01-22mesa: initial extension bits for GL_ARB_framebuffer_objectBrian Paul
2009-01-14Merge commit 'origin/master' into gallium-0.2Alan Hourihane
2009-01-14glsl: propagate pragma info down into compiler from preprocessorBrian Paul
2009-01-09mesa: Remove _Active and _UseTexEnvProgram flags from fragment programs.Eric Anholt
2009-01-07mesa: Remove _Active and _UseTexEnvProgram flags from fragment programs.Eric Anholt
2009-01-02Merge commit 'origin/master' into gallium-0.2Brian Paul
2008-12-31mesa: increase max texture image units and GLSL samplers to 16Brian Paul
2008-12-18mesa: updated commentsBrian Paul
2008-12-17mesa: updated commentsBrian Paul
2008-11-24Merge commit 'origin/master' into gallium-0.2Brian Paul
2008-11-24mesa: add gl_program::Input/OutputFlags[] arrayBrian Paul
2008-11-01Merge commit 'origin/master' into gallium-0.2Alan Hourihane
2008-11-01mesa: additional debug flags for glsl debug/disassemblyBrian Paul
2008-10-15Merge commit 'origin/gallium-0.1' into gallium-0.2Keith Whitwell
2008-10-10mesa: new _mesa_set_vp_override() function for driver-override of vertex programBrian Paul
2008-10-10Merge commit 'origin/master' into gallium-0.2Keith Whitwell
2008-10-10Merge commit 'origin/gallium-0.1' into gallium-0.2Keith Whitwell