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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Remove redundant error checking.
Brian Paul
2004-10-31
2
-23
/
+52
*
decoder "width" parameter represents "stride-in-pixels"
Daniel Borca
2004-10-29
1
-3
/
+3
*
VertexAttrib3svNV was incorrect
Brian Paul
2004-10-29
1
-3
/
+3
*
Use the generic __amd64__, instead of __AMD64__ which has to be defined by hand.
Eric Anholt
2004-10-28
1
-1
/
+1
*
fill api entries for ARB_shader_objects and ARB_vertex_shader
Michal Krol
2004-10-27
1
-0
/
+50
*
add entries for extensions ARB_shader_objects, ARB_fragment_shader and
Michal Krol
2004-10-27
2
-1
/
+24
*
add FEATURE flags for ARB_shader_objects, ARB_vertex_shader and
Michal Krol
2004-10-27
1
-0
/
+3
*
Bug #1682: Mesa core code that gets linked into DRI drivers should never call
Adam Jackson
2004-10-24
2
-64
/
+263
*
changed _mesa_rescale_teximage2d to allow rescaling of padded images
Daniel Borca
2004-10-18
2
-12
/
+17
*
added dstRowStride to dxtCompressTexFuncExt;
Daniel Borca
2004-10-18
1
-5
/
+5
*
use RowStride instead of Width in texel fetchers.
Daniel Borca
2004-10-18
1
-11
/
+11
*
Add support for OES_read_format. As soon as glext.h is updated with the
Ian Romanick
2004-10-16
4
-0
/
+36
*
add more mess to the dynamic linking system
Daniel Borca
2004-10-12
1
-25
/
+35
*
Reject unsupported texture formats passed to glCompressedTexImage?D. This
Ian Romanick
2004-10-08
1
-0
/
+3
*
Add Roland Scheidegger's S3TC patch. This patch does not implement the
Eric Anholt
2004-10-07
2
-21
/
+119
*
added support for GL_ARB_draw_buffers
Brian Paul
2004-10-02
14
-296
/
+591
*
fix a comment
Brian Paul
2004-10-02
1
-2
/
+2
*
bump version to 6.3
Brian Paul
2004-10-02
1
-3
/
+3
*
VBO RefCount fix (David Reveman)
Brian Paul
2004-09-27
2
-0
/
+10
*
don't test for NULL pixels pointer here, do that in the 'store' routines afte...
Brian Paul
2004-09-23
1
-6
/
+9
*
added a comment in BindTexture
Brian Paul
2004-09-23
1
-0
/
+4
*
in _mesa_problem() include version number in error message
Brian Paul
2004-09-15
1
-3
/
+4
*
also fix possible delete bugs with buffer objects and vertex/fragment programs
Brian Paul
2004-09-14
2
-6
/
+10
*
Repeatedly deleting a texture ID with glDeleteTextures() could lead to a crash.
Brian Paul
2004-09-14
2
-11
/
+23
*
Handle GL_MAX_VERTEX_ATTRIBS_ARB in glGet*().
Brian Paul
2004-09-13
4
-30
/
+44
*
remove ARB_texture_non_power_of_two from _mesa_enable_1_5_extensions()
Brian Paul
2004-09-13
1
-2
/
+1
*
changes towards GL_ARB_point_sprite (two-zero)
Daniel Borca
2004-09-13
4
-0
/
+53
*
updated error msg
Brian Paul
2004-09-10
1
-2
/
+2
*
More updates for Doxygen.
Brian Paul
2004-09-10
1
-12
/
+17
*
Update the doxygen configuration file.
Jose Fonseca
2004-09-09
6
-13
/
+9
*
also test for __arm__ for setting USE_IEEE (X bug 1155)
Brian Paul
2004-09-01
1
-0
/
+1
*
remove CR
Daniel Borca
2004-08-30
1
-1
/
+1
*
revived unused code, but got rid of warnings
Daniel Borca
2004-08-30
1
-10
/
+10
*
Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch 101...
Brian Paul
2004-08-25
21
-23
/
+144
*
Windows ICD driver code (patch 1014800)
Brian Paul
2004-08-25
1
-10
/
+12
*
fix a couple bad casts
Brian Paul
2004-08-25
1
-2
/
+2
*
Disable x86 iround() version on BeOS with gcc < 2.95.x, as it choke GAS.
Philippe Houdoin
2004-08-24
1
-1
/
+2
*
check if __mips or _MIPS_ARCH is defined to set IEEE_ONE (bug 1003026)
Brian Paul
2004-08-22
1
-0
/
+1
*
also check for __hppa__ and hpux for IEEE support (bug 1003026)
Brian Paul
2004-08-22
1
-1
/
+2
*
enabled GL_ARB_texture_rectangle
Brian Paul
2004-08-20
1
-0
/
+1
*
bump version to 6.2
Brian Paul
2004-08-19
1
-3
/
+3
*
don't check for ARB_texture_non_power_of_two for OpenGL 1.5 (Philipp Klaus Kr...
Brian Paul
2004-08-19
1
-2
/
+1
*
Committing in .
Jouk Jansen
2004-08-19
1
-2
/
+2
*
check for either GL_NV_vertex_program or GL_ARB_vertex_program for some enables
Brian Paul
2004-08-18
1
-12
/
+13
*
updates from Jouk
Brian Paul
2004-08-18
1
-3
/
+4
*
don't enable the float texture and GLhalf pixel extensions yet
Brian Paul
2004-08-17
1
-4
/
+7
*
Update Visual Studio Project file for src tree updates.
Karl Schultz
2004-08-14
1
-42
/
+10
*
fix some memory leaks (bug #1002030)
Brian Paul
2004-08-14
4
-39
/
+68
*
Remove obsoleted BeOS-specific makefile as the main Makefile system now
Philippe Houdoin
2004-08-14
1
-453
/
+0
*
Silent compiler "variable may be used uninitialized" warnings.
Philippe Houdoin
2004-08-14
1
-5
/
+6
[prev]
[next]