summaryrefslogtreecommitdiff
path: root/src/mesa/main/mtypes.h
AgeCommit message (Expand)AuthorFilesLines
2007-11-30fix broken two-sided stencilBrian1-6/+0
2007-11-22Recompute ctx->Point._Size if GL_POINT_SIZE_MIN/MAX changes.Brian1-2/+2
2007-08-23remove unneeded CallStack arrayBrian1-1/+0
2007-08-15Rewrite quite a bit of the code for glPush/PopAttrib() for texture state.Brian1-6/+0
2007-04-21added MemPool fieldBrian1-0/+1
2007-04-18s/GL_SHADER_PROGRAM/GL_SHADER_PROGRAM_MESA/ (a Mesa-specific token)Brian1-1/+1
2007-04-05Remove SI imports/exports remnants.George Sapountzis1-1/+1
2007-04-05temporary add some extra renderbuffer debug codeBrian1-0/+2
2007-04-04Remove the never-used SI-style imports/exports code.Brian1-11/+0
2007-03-27Restore the UseTexEnvProgram logic.Brian1-0/+2
2007-03-23Add the ability to generate programs that doesn't use condition codes.Brian1-2/+4
2007-03-21merge from masterBrian1-55/+79
2007-03-21mesa: revert f9f79c8d770e696249bd98c68b563f887562c974Xiang, Haihao1-1/+0
2007-03-16Colortable re-org.Brian1-22/+16
2007-03-16added a renderbuffer commentBrian1-1/+1
2007-03-14Re-org of gl_pixel_attrib struct.Brian1-45/+76
2007-03-11Implement support for GL_ARB_draw_buffers with GL_MAX_DRAW_BUFFERS > 1.Brian1-1/+2
2007-03-09Merge branch 'origin' into glsl-compiler-1Brian1-0/+2
2007-03-09New IMAGE_RED_TO_LUMINANCE flag passed to _mesa_pack_rgba_span_float() to fix...Brian1-0/+1
2007-02-27s/matrix_stack/gl_matrix_stack/ and s/mesa_list_state/gl_dlist_state/Brian1-9/+9
2007-02-26remove unused DriverMgrCtxBrian1-1/+0
2007-02-26Add EmitHighLevelInstructions, EmitComments booleans to gl_shader_state.Brian1-0/+2
2007-02-26Do proper framebuffer refcounting in _mesa_make_current().Brian1-0/+1
2007-02-24Remove unneeded _Fragment/VertexShaderPresent fields, update comments.Brian1-7/+9
2007-02-22added MAX_PROGRAM_ENV_PARAMSBrian1-4/+4
2007-02-22Merge branch 'origin' into glsl-compiler-1Brian1-12/+9
2007-02-03Add _NEW_PROGRAM flag to _MESA_NEW_NEED_EYE_COORDS.Brian1-0/+1
2007-02-03Add _NEW_PROGRAM flag to _MESA_NEW_NEED_EYE_COORDS.Brian1-0/+1
2007-01-24added FRAG_BIT_TEX() and FRAG_BIT_VAR() macrosBrian1-0/+4
2007-01-16Merge branch 'master' of git+ssh://keithw@git.freedesktop.org/git/mesa/mesa i...Keith Whitwell1-0/+1
2007-01-09Implement vertex attribute binding.Brian1-5/+7
2007-01-09Moved NumTexInstructions, NumTexIndirections, etc. into gl_program sinceBrian1-6/+6
2007-01-05added PROGRAM_SAMPLERBrian1-1/+2
2007-01-04move TexturesUsed[] into gl_program since vertex programs/shaders can use tex...Brian1-1/+1
2006-12-20Fix shader object reference counting and hash table deallocation.Brian1-8/+12
2006-12-19Clean-up and re-org of the main GLSL object types.Brian1-10/+15
2006-12-19Overhaul of GLSL API functions, dispatching, etc.Brian1-9/+13
2006-12-15Lots of assorted changes for new GLSL compiler backend.Brian1-49/+91
2006-11-03Minor changes to get ready for OpenGL 2.1.Brian Paul1-0/+1
2006-11-02Undo some of yesterday's ATI_separate_stencil changes. The ATI extensionBrian Paul1-1/+0
2006-11-02merge current trunk into vbo branchAlan Hourihane1-16/+21
2006-11-02Add ATI_separate_stencil and use it in preference to EXT_stencil_two_sideBrian Paul1-0/+1
2006-11-01Merge texmem-0-3-branch.Keith Whitwell1-0/+15
2006-11-01Added a few new ctx->Const. fields for shader-related limits.Brian Paul1-0/+5
2006-10-30Move edgeflag into the VERT_ATTRIB_SEVEN slot. This means that ourKeith Whitwell1-5/+5
2006-10-30better handling of current attributes. Trivial dlist and varray tests workKeith Whitwell1-7/+3
2006-10-30Move gl_vertex_program_machine struct out of mtypes.h and put into nvvertexec.h.Brian Paul1-16/+0
2006-10-22Color clamping fixes.Brian Paul1-0/+1
2006-10-17Move struct atifs_machine into s_atifragshader.cBrian Paul1-12/+0
2006-10-13Revamp color table code.Brian Paul1-3/+3