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