summaryrefslogtreecommitdiffstats
path: root/src/mesa/main
Commit message (Expand)AuthorAgeFilesLines
* mesa: add new ARB_fbo queries, fix some error testsBrian Paul2009-01-221-10/+97
* mesa: add new ColorEncoding and ComponentType to gl_renderbufferBrian Paul2009-01-222-2/+11
* mesa: additional FBO/RB id error checking for ARB_fboBrian Paul2009-01-221-0/+10
* mesa: for ARB_fbo, lift restriction that all FBO attachments are same size an...Brian Paul2009-01-221-23/+45
* mesa: initial extension bits for GL_ARB_framebuffer_objectBrian Paul2009-01-223-0/+3
* mesa: regenerated GL API filesBrian Paul2009-01-221-2778/+2926
* mesa: added _mesa_fprintf() wrapperBrian Paul2009-01-222-1/+17
* mesa: master is open for new development, eventually will be Mesa 7.5Brian Paul2009-01-221-3/+3
* mesa: set version to 7.3Brian Paul2009-01-221-1/+1
* mesa: add some debug assertions to detect null current texture object pointersBrian Paul2009-01-212-0/+22
* mesa: bump version to 7.3-rc3Brian Paul2009-01-201-1/+1
* Fix store texel for argb4444.Thomas Hellstrom2009-01-201-1/+1
* Fix store texel for argb8888_rev.Thomas Hellstrom2009-01-201-1/+1
* Add RGBA4444 and RGBA5551 texture formats.Thomas Hellstrom2009-01-206-0/+212
* mesa: remove GL_DEPTH_TEST + no depth buffer testBrian Paul2009-01-161-4/+0
* mesa: check frambuffer complete status before renderingAlan Hourihane2009-01-151-13/+20
* mesa: bump version to 7.3-rc2mesa_7_3_rc2Brian Paul2009-01-141-1/+1
* glsl: propagate pragma info down into compiler from preprocessorBrian Paul2009-01-141-3/+10
* mesa: fix incorrect transformation of GL_SPOT_DIRECTIONBrian Paul2009-01-141-1/+2
* Big endian fixes.Matthieu Herrb2009-01-111-1/+2
* mesa: set version string to 7.3-rc1Brian Paul2009-01-081-1/+1
* mesa: Remove _Active and _UseTexEnvProgram flags from fragment programs.Eric Anholt2009-01-073-14/+0
* mesa: Add _mesa_snprintf.José Fonseca2009-01-072-0/+15
* mesa: fix GL_DEPTH_CLEAR_VALUE castingBrian Paul2009-01-062-4/+4
* mesa: Fix the size per pixel for packed pixel format data type.Xiang, Haihao2009-01-063-2/+9
* mesa: Fix the number of components for GL_UNSIGNED_SHORT_1_5_5_5_REV. (bug #1...Xiang, Haihao2009-01-061-1/+1
* mesa: add GLushort cases for render to texture (Z-buffers)Brian Paul2009-01-051-2/+50
* mesa: comments, whitespace changesBrian Paul2009-01-011-13/+31
* mesa: increase max texture image units and GLSL samplers to 16Brian Paul2008-12-3112-131/+182
* mesa: increase max constants/uniforms to 256 (vec4 vectors)Brian Paul2008-12-301-2/+2
* Add do_row_3d for mipmapping 3D texturesIan Romanick2008-12-191-21/+444
* Fix typeo in mipmap filter for GL_UNSIGNED_SHORT_1_5_5_5_REVIan Romanick2008-12-191-1/+1
* mesa: Clip copytexsubimage to read framebuffer bounds, not scissor region.Eric Anholt2008-12-181-1/+1
* mesa: Correct _mesa_clip_to_region() off-by-one.Eric Anholt2008-12-181-2/+2
* mesa: remove unneeded _mesa_reference_fragprog() callBrian Paul2008-12-171-4/+2
* mesa: updated commentsBrian Paul2008-12-171-10/+12
* mesa: move _mesa_dlopen(), etc into separate dlopen.c fileBrian Paul2008-12-154-72/+146
* Perform range checking on app supplied texture base levelIan Romanick2008-12-141-0/+12
* mesa: Fix GenerateMipmapEXT(GL_TEXTURE_CUBE_MAP_ARB).Eric Anholt2008-12-061-2/+10
* mesa: fix conditional in save_Lightfv(), bug 18838Brian2008-12-011-1/+1
* mesa: enable texture compression extensions for software drivers when possibleBrian Paul2008-11-281-1/+10
* mesa: remove unneeded compressed texure size checksPhillip Klaus Krause2008-11-281-6/+0
* mesa: add gl_program::Input/OutputFlags[] arrayBrian Paul2008-11-242-0/+5
* mesa: fix shadow sampling unit issue.Xiang, Haihao2008-11-201-1/+6
* mesa: clamp luminance if needed.Xiang, Haihao2008-11-192-2/+10
* mesa: fix generation of fixed function state when no vp existsAlan Hourihane2008-11-131-43/+41
* mesa: restore the negate flag of dots in build_lighting.Xiang, Haihao2008-11-111-0/+3
* mesa: update new state for RasterPos like other operations.Xiang, Haihao2008-11-111-3/+3
* mesa: new _mesa_is_pow_two() functionBrian2008-11-105-23/+33
* mesa: fix some misc breakage caused by editing auto-generated files rather th...Brian Paul2008-11-101-4/+8