index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
main
/
texstate.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Applied Matt Sealey's patch to remove/isolate all stdio.h function calls.
Brian Paul
2002-06-29
1
-13
/
+11
*
Port glXCopyContext bug from 4.0 branch.
Brian Paul
2002-06-17
1
-1
/
+63
*
Implemented GL_NV_texture_rectangle extension.
Brian Paul
2002-06-15
1
-30
/
+73
*
Added ctx parameter to _mesa_debug()
Brian Paul
2002-06-15
1
-5
/
+5
*
more removal of fprintf() calls
Brian Paul
2002-06-13
1
-16
/
+16
*
replaced experimental MESA_sprite_point with NV_point_sprite
Brian Paul
2002-05-27
1
-347
/
+433
*
Implemented GL_ARB_texture_env_crossbar.
Brian Paul
2002-05-02
1
-90
/
+84
*
added GL_TEXTURE_MAX_ANISOTROPY_EXT to glGetTexParameteriv()
Brian Paul
2002-04-26
1
-1
/
+7
*
added GL_TEXTURE_MAX_ANISOTROPY_EXT to glGetTexParameter (bug 548812)
Brian Paul
2002-04-25
1
-1
/
+7
*
added some casts
Brian Paul
2002-04-19
1
-5
/
+5
*
fixes for corrected GL_DOT3_RGB[A]_EXT token values
Brian Paul
2002-04-12
1
-3
/
+9
*
Test implementation of proposed GL_EXT_shadow_funcs extension. This just
Brian Paul
2002-03-23
1
-1
/
+11
*
removed temporary ARB_texture enum defs
Brian Paul
2002-03-23
1
-7
/
+1
*
Finished up GL_ARB_depth_texture and GL_ARB_shadow.
Brian Paul
2002-02-15
1
-14
/
+13
*
fixed int->float conversion bug in _mesa_TexEnviv()
Brian Paul
2002-01-09
1
-6
/
+12
*
Replace old matrix stacks with new code based on struct matrix_stack.
Brian Paul
2001-12-18
1
-13
/
+13
*
call FLUSH_VERTICES() in _mesaTexParameterfv() (bug 491832)
Brian Paul
2001-12-13
1
-3
/
+25
*
prototype implementation of GL_ARB_depth_texture, GL_ARB_shadow, GL_ARB_shado...
Brian Paul
2001-12-04
1
-16
/
+150
*
added missing GL_MAX_TEXTURE_LOD_BIAS_EXT query
Brian Paul
2001-11-06
1
-2
/
+3
*
added GL_ARB_texture_mirrored_repeat
Brian Paul
2001-10-17
1
-12
/
+12
*
more compiler warning fixes
Karl Schultz
2001-09-18
1
-9
/
+9
*
better error messages
Brian Paul
2001-08-20
1
-7
/
+16
*
rename ERROR macro to TE_ERROR (Gerk Huisma)
Brian Paul
2001-07-23
1
-28
/
+28
*
Consolidated source files. Since the re-org a number of source files
Brian Paul
2001-06-18
1
-1
/
+133
*
Allow different max texture sizes for 1/2D, 3D and cube maps.
Brian Paul
2001-06-13
1
-6
/
+23
*
removed old, redundant CurrentTransformUnit state var
Brian Paul
2001-06-12
1
-6
/
+5
*
initial support for GL_SGIS_generate_mipmap extension
Brian Paul
2001-05-21
1
-43
/
+50
*
fixed a bad error string in ClientActiveTexture()
Brian Paul
2001-05-18
1
-2
/
+2
*
fixed two GL error calls
Brian Paul
2001-05-17
1
-3
/
+3
*
minor simplification in glGetTexLevelParameter
Brian Paul
2001-04-25
1
-17
/
+10
*
fixed problems with texel component size queries in glGetTexLevelParameter()
Brian Paul
2001-04-24
1
-8
/
+42
*
Minor fixes for Win32 (Karl Schultz).
Brian Paul
2001-04-20
1
-2
/
+2
*
bug fixes, added missing state query cases
Brian Paul
2001-04-19
1
-18
/
+163
*
Fixed a number of minor GL_ARB_texture_env_combine/dot3 issues.
Brian Paul
2001-04-17
1
-35
/
+85
*
added missing 'break' in _mesa_TexEnvfv(), better error messages
Brian Paul
2001-04-16
1
-26
/
+36
*
querying proxy texture image info was segfaulting because of NULL TexFormat p...
Brian Paul
2001-03-30
1
-2
/
+3
*
- Restore texImage->IntFormat.
Gareth Hughes
2001-03-28
1
-2
/
+2
*
More texture format updates. Drivers now need only plug an appropriate
Gareth Hughes
2001-03-28
1
-3
/
+3
*
added GL_ARB_texture_border_clamp
Brian Paul
2001-03-26
1
-7
/
+20
*
added GL_ARB_texture_env_combine, GL_ARB_texture_env_dot3
Brian Paul
2001-03-22
1
-1
/
+15
*
- Port 3.4 texture utils, texture format work to 3.5 (including new
Gareth Hughes
2001-03-18
1
-9
/
+22
*
fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ...
Brian Paul
2001-03-07
1
-2
/
+2
*
lots of gl_*() to _mesa_*() namespace clean-up
Brian Paul
2001-03-03
1
-118
/
+118
*
removed some bogus error checks
Brian Paul
2001-02-28
1
-15
/
+3
*
Implemented GL_SGIX_shadow and GL_SGIX_shadow_texture.
Brian Paul
2001-02-20
1
-2
/
+30
*
Changed FetchTexel() function pointer arguments.
Brian Paul
2001-02-17
1
-1
/
+62
*
Work in glGetTexImage() to return GL_COLOR_INDEX images.
Brian Paul
2001-02-17
1
-2
/
+11
*
Overhaul of texture image handling.
Brian Paul
2001-02-06
1
-2
/
+1
*
Removed knowledge of swrast Clear/Bitmap/Accum/Draw/Read/CopyPixels
Keith Whitwell
2001-01-29
1
-2
/
+1
*
Lots of GLchan datatype changes.
Brian Paul
2001-01-24
1
-5
/
+5
[next]