aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'origin/master' into gallium-0.2Brian Paul2008-12-301-2/+2
|\
| * mesa: increase max constants/uniforms to 256 (vec4 vectors)Brian Paul2008-12-301-2/+2
* | mesa: Do not specify types in bitfields.José Fonseca2008-12-301-2/+2
* | Merge commit 'origin/master' into gallium-0.2Brian Paul2008-12-192-24/+447
|\|
| * 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: remove unneeded _mesa_reference_fragprog() callBrian Paul2008-12-181-4/+2
* | mesa: updated commentsBrian Paul2008-12-181-10/+12
* | mesa: choose GLSL vertex shader over ARB/internal vertex program in get_fp_in...Brian Paul2008-12-171-1/+13
* | mesa: fix fixed-function test in get_fp_input_mask() - again.Brian Paul2008-12-171-3/+5
* | mesa: add missing cases for texture array targetsBrian Paul2008-12-171-6/+10
* | Revert "mesa: fix vertex program test in get_fp_input_mask()"Brian Paul2008-12-171-1/+3
* | mesa: fix vertex program test in get_fp_input_mask()Brian Paul2008-12-171-3/+1
* | Merge commit 'origin/master' into gallium-0.2Brian Paul2008-12-164-72/+146
|\|
| * mesa: move _mesa_dlopen(), etc into separate dlopen.c fileBrian Paul2008-12-154-72/+146
* | Merge commit 'origin/master' into gallium-0.2Alan Hourihane2008-12-151-0/+12
|\|
| * Perform range checking on app supplied texture base levelIan Romanick2008-12-141-0/+12
* | mesa: fixes for srgb, new srgb formatsRoland Scheidegger2008-12-127-54/+358
* | 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