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
2006-10-30
Move gl_vertex_program_machine struct out of mtypes.h and put into nvvertexec.h.
Brian Paul
2006-10-22
Color clamping fixes.
Brian Paul
2006-10-17
Move struct atifs_machine into s_atifragshader.c
Brian Paul
2006-10-13
Revamp color table code.
Brian Paul
2006-10-10
a step toward moving run-time vertex program state out of GLcontext
Brian Paul
2006-10-10
Move the fp_machine struct into s_nvfragmprog.c since (except for program
Brian Paul
2006-08-15
Add support for GL_EXT_gpu_program_parameters. Any driver that enables
Ian Romanick
2006-08-09
Add PROGRAM_FILE_MAX for i965 driver.
Eric Anholt
2006-08-03
Initial work for GL_EXT_texture_sRGB.
Brian Paul
2006-07-20
Some structure renaming. Prefix vertex/fragment-related structs with
Brian Paul
2006-06-15
comments for gl_array_object struct
Brian Paul
2006-06-12
Add support for GL_APPLE_vertex_array_object. Several test programs
Ian Romanick
2006-05-23
Add const qualifiers in a number of places.
Brian Paul
2006-05-22
memory usage fixes for glean/conform, use a better hash function
Keith Whitwell
2006-05-22
Better caching for texenv programs.
Keith Whitwell
2006-05-20
In gl_texture_image, replace ImageStride with an ImageOffsets array.
Brian Paul
2006-05-05
Define VERT_RESULT_EDGE
Keith Whitwell
2006-04-25
Put color index attribute into the 6th attribute slot.
Brian Paul
2006-04-25
No longer alias generic vertex attribs with conventional attribs for GL_ARB_v...
Brian Paul
2006-04-14
Replace ctx->Const.MaxTextureUnits w/ ctx->Const.MaxTexture[Coord/Image]Units
Brian Paul
2006-04-13
Fix comment about MaxTextureUnits, needs to be min of coord and image units.
Brian Paul
2006-04-11
More GLSL code:
Michal Krol
2006-03-29
Committing in .
Jouk Jansen
2006-03-29
Move the computation of the viewport matrix into a new update_viewport_matrix()
Brian Paul
2006-03-28
updated comment about framebuffer's Visual field
Brian Paul
2006-03-26
merge from texman branch
Brian Paul
2006-03-21
GLSL fixes:
Michal Krol
2006-03-03
Use standard ARB names instead of vendor-specific NV names for the ARB/NV_ver...
Roland Scheidegger
2006-02-13
Rename current glsl program variable.
Michal Krol
2005-12-14
Removed the GL_SGIX/SGIS_pixel_texture extensions. Same thing can be
Brian Paul
2005-12-12
Split _MaintainTexEnvProgram into two flags _Maintain and _Use. This
Keith Whitwell
2005-12-07
Updates for GL_EXT_timer_query:
Brian Paul
2005-11-19
No longer derive 'ati_fragment_shader' from 'program' class. Only the
Brian Paul
2005-11-19
move a bunch of gl2/shading language structs from mtypes.h to shaderobjects.h
Brian Paul
2005-11-16
Support for combined depth/stencil renderbuffers (GL_EXT_packed_depth_stencil).
Brian Paul
2005-11-12
Added OSMesaColorClamp(), bug 4917
Brian Paul
2005-11-12
Move stuff common to vertex/fragment_program into the base class, including:
Brian Paul
2005-11-10
Move code to enable FP exceptions into debug.c (set MESA_DEBUG=fpexceptions).
Brian Paul
2005-11-08
At keithw's request, remove all traces of the "fragment program to C" and
Ian Romanick
2005-11-08
some initial work on upcoming GL_EXT_framebuffer_blit extension
Brian Paul
2005-11-05
Unify vertex/fragment program instuctions.
Brian Paul
2005-11-05
Replace parameter_type enum in program.[ch], use register_file enums instead.
Brian Paul
2005-11-02
Rename FRAG_OUTPUT_* tokens to FRAG_RESULT_* to match vertex program convention
Brian Paul
2005-11-01
Several fp and vp tweaks:
Keith Whitwell
2005-11-01
Re-org and clean-up of vertx/fragment program limits (instructions,
Brian Paul
2005-10-29
clean-up comments
Brian Paul
2005-10-05
Remove _IsPowerOfTwo from gl_texture_object, not really needed.
Brian Paul
2005-10-05
s/IntFormat/InternalFormat/ and s/Format/_BaseFormat/ for gl_color_table.
Brian Paul
2005-10-05
In gl_texture_image replace IntFormat with InternalFormat and Format with
Brian Paul
2005-10-01
updated comment
Brian Paul
[next]