index
:
Mesa
glamo
glamo-old
My Mesa repository
Thomas White
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
main
/
mtypes.h
Age
Commit message (
Expand
)
Author
2008-09-21
mesa: move fixed function vertex program builder from tnl to core mesa
Keith Whitwell
2008-09-21
mesa: improved driver query interface
Keith Whitwell
2008-09-16
mesa: rework GLSL vertex attribute binding
Brian Paul
2008-07-29
mesa: glsl: only try to link shaders defining main()
Brian Paul
2008-07-02
mesa: fix issues around multisample enable
Roland Scheidegger
2008-05-14
Updated GLSL uniform/sampler handling from gallium-0.1 branch
Brian Paul
2008-05-07
fix refcounting bugs in tnl/tex program caches
Brian Paul
2008-05-06
implement full reference counting for vertex/fragment programs
Brian
2008-03-31
Revert "mesa: separate shader program object from shader object." (bug#15244)
Xiang, Haihao
2008-02-28
mesa: separate shader program object from shader object.
Xiang, Haihao
2008-01-06
Replace gl_framebuffer's _ColorDrawBufferMask with _ColorDrawBufferIndexes
Brian
2008-01-06
Simplify ctx->_NumColorDrawBuffers, _ColorDrawBuffers and fix bug 13835.
Brian
2007-12-20
[intel] Fix and reenable (software) SGIS_generate_mipmap
Eric Anholt
2007-11-30
fix broken two-sided stencil
Brian
2007-09-27
Restore old _TriangleCaps code to fix Blender problem (bug 12164)
Brian
2007-08-23
remove unneeded CallStack array
Brian
2007-08-16
replace Proxy1D/2D/etc fields with ProxyTex[] array
Brian
2007-08-16
Replace Proxy1D/2D/etc with ProxyTex[] indexed by TEXTURE_x_INDEX.
Brian
2007-08-16
remove old Saved1D/2D/etc fields
Brian
2007-08-13
Implement mutex/locking around texture object reference counting.
Brian
2007-07-24
remove unused MAX_3D_TEXTURE_SIZE, reformattting
Brian
2007-07-21
Remove ctx->Point._Size and ctx->Line._Width.
Brian
2007-07-04
Be more consistant with paths in #includes. Eventually, eliminate a bunch of...
Brian
2007-06-11
Replace texobj->Complete with texobj->_Complete since it's a derived field.
Brian
2007-06-11
typo: s/derrived/derived/
Brian
2007-06-07
Add support for GL_ARB_fragment_program_shadow.
Ian Romanick
2007-06-07
Fix ARB_fp spec conformance bug WRT shadow sampling.
Ian Romanick
2007-05-23
doxygen-ize some comments
Brian
2007-05-21
remove the unused texobj Mutex field
Brian
2007-05-16
Initial implementation of MESA_texture_array
Ian Romanick
2007-04-21
added MemPool field
Brian
2007-04-18
s/GL_SHADER_PROGRAM/GL_SHADER_PROGRAM_MESA/ (a Mesa-specific token)
Brian
2007-04-05
Remove SI imports/exports remnants.
George Sapountzis
2007-04-05
temporary add some extra renderbuffer debug code
Brian
2007-04-04
Remove the never-used SI-style imports/exports code.
Brian
2007-03-27
Restore the UseTexEnvProgram logic.
Brian
2007-03-23
Add the ability to generate programs that doesn't use condition codes.
Brian
2007-03-21
merge from master
Brian
2007-03-21
mesa: revert f9f79c8d770e696249bd98c68b563f887562c974
Xiang, Haihao
2007-03-16
Colortable re-org.
Brian
2007-03-16
added a renderbuffer comment
Brian
2007-03-14
Re-org of gl_pixel_attrib struct.
Brian
2007-03-11
Implement support for GL_ARB_draw_buffers with GL_MAX_DRAW_BUFFERS > 1.
Brian
2007-03-09
Merge branch 'origin' into glsl-compiler-1
Brian
2007-03-09
New IMAGE_RED_TO_LUMINANCE flag passed to _mesa_pack_rgba_span_float() to fix...
Brian
2007-02-27
s/matrix_stack/gl_matrix_stack/ and s/mesa_list_state/gl_dlist_state/
Brian
2007-02-26
remove unused DriverMgrCtx
Brian
2007-02-26
Add EmitHighLevelInstructions, EmitComments booleans to gl_shader_state.
Brian
2007-02-26
Do proper framebuffer refcounting in _mesa_make_current().
Brian
2007-02-24
Remove unneeded _Fragment/VertexShaderPresent fields, update comments.
Brian
[next]