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-05-07
gallium: implement full reference counting for vertex/fragment programs
Brian Paul
2008-04-04
mesa: no longer combine vertex/fragment shader parameters/uniforms
Brian
2007-10-31
Update texenvprogram.c code to use prog_cache.c routines.
Brian
2007-10-31
alloc caches for fixed-func vertex/fragment progs
Brian
2007-10-29
Remove ctx field from texenvprog_cache
Brian
2007-10-26
Re-implement GLSL texture sampler variables.
Brian
2007-09-11
Implement query object interface.
Brian
2007-08-09
Checkpoint intel_renderbuffer removal.
Brian
2007-07-30
Lots of improvements to the surface-related code.
Brian
2007-07-27
Merge branch 'master' of git+ssh://michal@git.freedesktop.org/git/mesa/mesa i...
michal
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-06
Merge branch 'master' of git+ssh://michal@git.freedesktop.org/git/mesa/mesa i...
michal
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-24
Use the x11 driver as a test harness for the softpipe/state_tracker code.
Keith Whitwell
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
2007-02-22
added MAX_PROGRAM_ENV_PARAMS
Brian
2007-02-22
Merge branch 'origin' into glsl-compiler-1
Brian
2007-02-03
Add _NEW_PROGRAM flag to _MESA_NEW_NEED_EYE_COORDS.
Brian
2007-02-03
Add _NEW_PROGRAM flag to _MESA_NEW_NEED_EYE_COORDS.
Brian
2007-01-24
added FRAG_BIT_TEX() and FRAG_BIT_VAR() macros
Brian
2007-01-16
Merge branch 'master' of git+ssh://keithw@git.freedesktop.org/git/mesa/mesa i...
Keith Whitwell
2007-01-09
Implement vertex attribute binding.
Brian
2007-01-09
Moved NumTexInstructions, NumTexIndirections, etc. into gl_program since
Brian
[next]