summaryrefslogtreecommitdiffstats
path: root/src/mesa/main
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'origin/master' into gallium-0.2Alan Hourihane2008-12-091-2/+10
|\
| * mesa: Fix GenerateMipmapEXT(GL_TEXTURE_CUBE_MAP_ARB).Eric Anholt2008-12-061-2/+10
* | Merge commit 'origin/master' into gallium-0.2Alan Hourihane2008-12-083-8/+11
|\|
| * 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
* | Merge commit 'origin/master' into gallium-0.2Brian Paul2008-11-242-0/+5
|\|
| * mesa: add gl_program::Input/OutputFlags[] arrayBrian Paul2008-11-242-0/+5
* | Merge commit 'origin/master' into gallium-0.2Alan Hourihane2008-11-203-3/+16
|\|
| * 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: fix generation of fixed function state when no vp existsAlan Hourihane2008-11-131-43/+41
* | Merge commit 'origin/master' into gallium-0.2Brian Paul2008-11-118-30/+52
|\|
| * 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
| * GLX: fix out-of-bounds memory issue in indirect glAreTexturesResident()Brian Paul2008-11-101-4/+4
| * mesa: use NRM3 in emit_normalize_vec3() when drivers are readyBrian2008-11-081-0/+5
* | Merge commit 'origin/master' into gallium-0.2Brian Paul2008-11-071-3/+2
|\|
| * mesa: use _bfc0 instead of _col0 when building back face lighting.Xiang, Haihao2008-11-071-3/+2
* | Merge commit 'origin/gallium-0.1' into gallium-0.2Brian Paul2008-11-051-0/+12
|\ \
| * | mesa: additional debug flags for glsl debug/disassemblyBrian Paul2008-11-012-30/+28
| * | mesa: note that texcoords are generated by setup routines when pointsprite en...Keith Whitwell2008-10-201-0/+12
* | | Merge commit 'origin/master' into gallium-0.2Alan Hourihane2008-11-013-31/+29
|\ \ \ | | |/ | |/|
| * | mesa: additional debug flags for glsl debug/disassemblyBrian Paul2008-11-012-30/+28
| * | mesa: fix a typo in the previous commitXiang, Haihao2008-10-311-1/+1
| * | mesa: fix an issue in _mesa_PointParameterfv().Xiang, Haihao2008-10-301-1/+1
* | | Merge commit 'origin/master' into gallium-0.2Alan Hourihane2008-10-274-88/+82
|\| |
| * | mesa: remove calls to _mesa_adjust_image_for_convolution(), use texImage fieldsBrian Paul2008-10-231-14/+6
| * | mesa: move convolution image adjustment code for glCopyTexSubImage1/2/3D()Brian Paul2008-10-221-15/+21
| * | mesa: some re-org of glCopyTexSubImage1/2/3D() error checkingBrian Paul2008-10-221-33/+32
| * | mesa: in textore.c, only adjust image for convolution if image is a color formatBrian Paul2008-10-223-14/+20
| * | mesa: fix error codes in _mesa_GetObjectParameterivARB(), bug 17861Brian Paul2008-10-161-15/+6
* | | Merge commit 'origin/gallium-0.1' into gallium-0.2Keith Whitwell2008-10-156-41/+92
|\ \ \ | | |/ | |/|
| * | mesa: modify fixed function vertex programs not to reference constant attributesKeith Whitwell2008-10-142-30/+41
| * | mesa: new _mesa_set_vp_override() function for driver-override of vertex programBrian Paul2008-10-104-11/+51
* | | Merge commit 'origin/master' into gallium-0.2Brian Paul2008-10-107-57/+34
|\ \ \ | | |/ | |/|
| * | mesa: fix asst. issues in _mesa_texstore_argb8888()Brian Paul2008-10-101-40/+10
| * | mesa: remove unneeded includesBrian Paul2008-10-102-2/+0
| * | mesa: fix error codes in _mesa_GetObjectParameterivARB(), bug 17861Brian Paul2008-10-101-1/+12
| * | mesa: rename macro params to emphasize that there's no particular color orderingBrian Paul2008-10-101-12/+12
| * | mesa: remove unneeded includesBrian Paul2008-10-102-2/+0
* | | Merge commit 'origin/master' into gallium-0.2Keith Whitwell2008-10-1011-51/+72
|\| |
| * | mesa: Pass the context to query object delete cb to avoid null dereference.Eric Anholt2008-10-071-1/+1
| * | mesa: fix convolve/convolution mix-upsBrian2008-10-062-3/+3
| * | mesa: updated _mesa_delete_query() commentsBrian Paul2008-10-061-2/+1
| * | mesa: add missing GLcontext param to _mesa_delete_query().Brian Paul2008-10-062-2/+2
| * | Unify ARB_depth_texture and SGIX_depth_textureIan Romanick2008-10-016-22/+16