summaryrefslogtreecommitdiff
path: root/src/mesa/main
AgeCommit message (Expand)Author
2009-01-11Big endian fixes.Matthieu Herrb
2009-01-08mesa: set version string to 7.3-rc1Brian Paul
2009-01-07mesa: Remove _Active and _UseTexEnvProgram flags from fragment programs.Eric Anholt
2009-01-07mesa: Add _mesa_snprintf.José Fonseca
2009-01-06mesa: fix GL_DEPTH_CLEAR_VALUE castingBrian Paul
2009-01-06mesa: Fix the size per pixel for packed pixel format data type.Xiang, Haihao
2009-01-06mesa: Fix the number of components for GL_UNSIGNED_SHORT_1_5_5_5_REV. (bug #1...Xiang, Haihao
2009-01-05mesa: add GLushort cases for render to texture (Z-buffers)Brian Paul
2009-01-01mesa: comments, whitespace changesBrian Paul
2008-12-31mesa: increase max texture image units and GLSL samplers to 16Brian Paul
2008-12-30mesa: increase max constants/uniforms to 256 (vec4 vectors)Brian Paul
2008-12-19Add do_row_3d for mipmapping 3D texturesIan Romanick
2008-12-19Fix typeo in mipmap filter for GL_UNSIGNED_SHORT_1_5_5_5_REVIan Romanick
2008-12-18mesa: Clip copytexsubimage to read framebuffer bounds, not scissor region.Eric Anholt
2008-12-18mesa: Correct _mesa_clip_to_region() off-by-one.Eric Anholt
2008-12-17mesa: remove unneeded _mesa_reference_fragprog() callBrian Paul
2008-12-17mesa: updated commentsBrian Paul
2008-12-15mesa: move _mesa_dlopen(), etc into separate dlopen.c fileBrian Paul
2008-12-14Perform range checking on app supplied texture base levelIan Romanick
2008-12-06mesa: Fix GenerateMipmapEXT(GL_TEXTURE_CUBE_MAP_ARB).Eric Anholt
2008-12-01mesa: fix conditional in save_Lightfv(), bug 18838Brian
2008-11-28mesa: enable texture compression extensions for software drivers when possibleBrian Paul
2008-11-28mesa: remove unneeded compressed texure size checksPhillip Klaus Krause
2008-11-24mesa: add gl_program::Input/OutputFlags[] arrayBrian Paul
2008-11-20mesa: fix shadow sampling unit issue.Xiang, Haihao
2008-11-19mesa: clamp luminance if needed.Xiang, Haihao
2008-11-13mesa: fix generation of fixed function state when no vp existsAlan Hourihane
2008-11-11mesa: restore the negate flag of dots in build_lighting.Xiang, Haihao
2008-11-11mesa: update new state for RasterPos like other operations.Xiang, Haihao
2008-11-10mesa: new _mesa_is_pow_two() functionBrian
2008-11-10mesa: fix some misc breakage caused by editing auto-generated files rather th...Brian Paul
2008-11-10GLX: fix out-of-bounds memory issue in indirect glAreTexturesResident()Brian Paul
2008-11-08mesa: use NRM3 in emit_normalize_vec3() when drivers are readyBrian
2008-11-07mesa: use _bfc0 instead of _col0 when building back face lighting.Xiang, Haihao
2008-11-01mesa: additional debug flags for glsl debug/disassemblyBrian Paul
2008-10-31mesa: fix a typo in the previous commitXiang, Haihao
2008-10-30mesa: fix an issue in _mesa_PointParameterfv().Xiang, Haihao
2008-10-23mesa: remove calls to _mesa_adjust_image_for_convolution(), use texImage fieldsBrian Paul
2008-10-22mesa: move convolution image adjustment code for glCopyTexSubImage1/2/3D()Brian Paul
2008-10-22mesa: some re-org of glCopyTexSubImage1/2/3D() error checkingBrian Paul
2008-10-22mesa: in textore.c, only adjust image for convolution if image is a color formatBrian Paul
2008-10-16mesa: fix error codes in _mesa_GetObjectParameterivARB(), bug 17861Brian Paul
2008-10-10mesa: fix asst. issues in _mesa_texstore_argb8888()Brian Paul
2008-10-10mesa: remove unneeded includesBrian Paul
2008-10-10mesa: fix error codes in _mesa_GetObjectParameterivARB(), bug 17861Brian Paul
2008-10-10mesa: rename macro params to emphasize that there's no particular color orderingBrian Paul
2008-10-10mesa: remove unneeded includesBrian Paul
2008-10-07mesa: Pass the context to query object delete cb to avoid null dereference.Eric Anholt
2008-10-06mesa: fix convolve/convolution mix-upsBrian
2008-10-06mesa: updated _mesa_delete_query() commentsBrian Paul