Clean-up and re-org of the main GLSL object types.
[mesa.git] / src / mesa / main / mtypes.h
2006-12-20 BrianClean-up and re-org of the main GLSL object types.
2006-12-20 BrianOverhaul of GLSL API functions, dispatching, etc.
2006-12-15 BrianLots of assorted changes for new GLSL compiler backend.
2006-11-03 Brian PaulMinor changes to get ready for OpenGL 2.1.
2006-11-02 Brian PaulUndo some of yesterday's ATI_separate_stencil changes...
2006-11-02 Brian PaulAdd ATI_separate_stencil and use it in preference to...
2006-11-01 Keith WhitwellMerge texmem-0-3-branch.
2006-11-01 Brian PaulAdded a few new ctx->Const. fields for shader-related...
2006-10-30 Brian PaulMove gl_vertex_program_machine struct out of mtypes...
2006-10-22 Brian PaulColor clamping fixes.
2006-10-17 Brian PaulMove struct atifs_machine into s_atifragshader.c
2006-10-13 Brian PaulRevamp color table code.
2006-10-10 Brian Paula step toward moving run-time vertex program state...
2006-10-10 Brian PaulMove the fp_machine struct into s_nvfragmprog.c since...
2006-08-15 Ian RomanickAdd support for GL_EXT_gpu_program_parameters. Any...
2006-08-09 Eric AnholtAdd PROGRAM_FILE_MAX for i965 driver.
2006-08-03 Brian PaulInitial work for GL_EXT_texture_sRGB.
2006-07-20 Brian PaulSome structure renaming. Prefix vertex/fragment-relate...
2006-06-15 Brian Paulcomments for gl_array_object struct
2006-06-12 Ian RomanickAdd support for GL_APPLE_vertex_array_object. Several...
2006-05-23 Brian PaulAdd const qualifiers in a number of places.
2006-05-22 Keith Whitwellmemory usage fixes for glean/conform, use a better...
2006-05-22 Keith WhitwellBetter caching for texenv programs.
2006-05-20 Brian PaulIn gl_texture_image, replace ImageStride with an ImageO...
2006-05-05 Keith WhitwellDefine VERT_RESULT_EDGE
2006-04-25 Brian PaulPut color index attribute into the 6th attribute slot.
2006-04-25 Brian PaulNo longer alias generic vertex attribs with conventiona...
2006-04-14 Brian PaulReplace ctx->Const.MaxTextureUnits w/ ctx->Const.MaxTex...
2006-04-13 Brian PaulFix comment about MaxTextureUnits, needs to be min...
2006-04-11 Michal KrolMore GLSL code:
2006-03-29 Jouk Jansen Committing in .
2006-03-29 Brian PaulMove the computation of the viewport matrix into a...
2006-03-28 Brian Paulupdated comment about framebuffer's Visual field
2006-03-26 Brian Paulmerge from texman branch
2006-03-21 Michal KrolGLSL fixes:
2006-03-03 Roland ScheideggerUse standard ARB names instead of vendor-specific NV...
2006-02-13 Michal KrolRename current glsl program variable.
2005-12-14 Brian PaulRemoved the GL_SGIX/SGIS_pixel_texture extensions....
2005-12-12 Keith WhitwellSplit _MaintainTexEnvProgram into two flags _Maintain...
2005-12-07 Brian PaulUpdates for GL_EXT_timer_query:
2005-11-19 Brian PaulNo longer derive 'ati_fragment_shader' from 'program...
2005-11-19 Brian Paulmove a bunch of gl2/shading language structs from mtype...
2005-11-16 Brian PaulSupport for combined depth/stencil renderbuffers (GL_EX...
2005-11-12 Brian PaulAdded OSMesaColorClamp(), bug 4917
2005-11-12 Brian PaulMove stuff common to vertex/fragment_program into the...
2005-11-10 Brian PaulMove code to enable FP exceptions into debug.c (set...
2005-11-08 Ian RomanickAt keithw's request, remove all traces of the "fragment...
2005-11-08 Brian Paulsome initial work on upcoming GL_EXT_framebuffer_blit...
2005-11-05 Brian PaulUnify vertex/fragment program instuctions.
2005-11-05 Brian PaulReplace parameter_type enum in program.[ch], use regist...
2005-11-02 Brian PaulRename FRAG_OUTPUT_* tokens to FRAG_RESULT_* to match...
2005-11-01 Keith WhitwellSeveral fp and vp tweaks:
2005-11-01 Brian PaulRe-org and clean-up of vertx/fragment program limits...
2005-10-29 Brian Paulclean-up comments
2005-10-05 Brian PaulRemove _IsPowerOfTwo from gl_texture_object, not really...
2005-10-05 Brian Pauls/IntFormat/InternalFormat/ and s/Format/_BaseFormat...
2005-10-05 Brian PaulIn gl_texture_image replace IntFormat with InternalForm...
2005-10-01 Brian Paulupdated comment
2005-09-28 Brian PaulInitial work for GL_EXT_packed_depth_stencil extension.
2005-09-23 Brian PaulReplace gl_framebuffer's _ColorReadBufferMask with...
2005-09-23 Brian PaulAdd Wrapper field to gl_renderbuffer. Used for wrappin...
2005-09-22 Brian PaulReplace gl_renderbuffer.ComponentSizes[] with separate...
2005-09-21 Brian PaulRemove ACCUM_BITS.
2005-09-21 Brian Paulreplace GLdepth with GLuint and remove GLdepth
2005-09-20 Brian Paulremove STENCIL_MAX
2005-09-19 Brian Pauladditional wrapper updates, bug 4468
2005-09-15 Brian PaulReplace GLuint with GLbitfield where appropriate. ...
2005-09-13 Brian PaulOpenGL 2.0's two-sided stencil feature wasn't implement...
2005-09-13 Brian PaulUse GLuint/GLint intead of GLstencil for stencil state.
2005-09-03 Brian PaulRemove last remnants of pre-renderbuffer code.
2005-09-02 Brian PaulPrototype implementation of new GL_EXT_timer_query...
2005-09-02 Roland Scheideggeradd error checking to the GL_ATI_FRAGMENT_SHADER entryp...
2005-08-27 Brian PaulRearrange the code related to GL_ARB_occlusion_object...
2005-08-25 Brian Paulremoved GL_HP_occlusion_test extension
2005-08-10 Brian Paulthe PIXEL_MAP_I_TO_I table should be GLfloat, not GLint
2005-07-28 Ian RomanickMajor rip-up of internal function insertion interface...
2005-07-22 Brian PaulMake the vertex program source register Index field...
2005-07-11 Keith WhitwellCache texenv programs to avoid repeated compilation...
2005-07-01 Brian PaulRemove NEW_RENDERBUFFER stuff.
2005-06-09 Keith WhitwellStore compiled vertex program representations in a...
2005-06-04 Brian Paulset OLD_RENDERBUFFER=0, need to clean up a few more...
2005-05-12 Keith Whitwellnew MESA_DEBUG option: disassem
2005-05-09 Keith WhitwellUse driver functions to create TexEnvProgram, TnlProgram
2005-05-04 Brian PaulMajor check-in of changes for GL_EXT_framebuffer_object...
2005-05-04 Keith WhitwellAdd a facility to route all rasterization through a...
2005-04-22 Keith WhitwellSimplify the pipeline_stage structure
2005-04-21 Keith WhitwellReduce the size of mesa's internal fragment and vertex...
2005-04-15 Brian Paulremove carriage returns
2005-04-14 Michal KrolARB_shading_language_100 bit;
2005-03-03 Brian Paulchange gl_buffer_object's Size field to GLsizeiptrARB...
2005-02-24 Brian PaulMore GL_EXT_framebuffer_object: rename some things...
2005-02-07 Brian Pauladditional work on GL_EXT_framebuffer_object
2005-02-05 Brian PaulSome initial work on GL_EXT_framebuffer_object.
2005-02-05 Brian PaulRemove the Shared->TexObjectList pointer and Next field...
2005-01-30 Dave Airlieadd number of passes count to ati_fragment_shader
2005-01-22 Keith WhitwellDetermine ahead of time whether a display list will...
2005-01-20 Brian PaulUpdate glDeletePrograms/Buffers() so that the ID is...
2005-01-19 Brian PaulRemoved gl_texture_object's DeletePending. Changed...
2005-01-17 Michal Kroladd 3dlabs_shhandle interface
2005-01-17 Brian Paulclean up gl2 structs
next