index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
main
Commit message (
Expand
)
Author
Age
Files
Lines
*
In _mesa_TexEnvfv, do not accept values for GL_OPERAND2_ALPHA and GL_OPERAND2...
Roland Scheidegger
2005-08-15
1
-4
/
+24
*
added FREXPF() macro (bug 4060)
Brian Paul
2005-08-12
1
-0
/
+5
*
Remove _glapi_check_multithread from the interface exported by the loader to
Ian Romanick
2005-08-10
1
-7
/
+4
*
the PIXEL_MAP_I_TO_I table should be GLfloat, not GLint
Brian Paul
2005-08-10
2
-13
/
+14
*
Follow suggestion by Aapo Tahkola to fix giant memory leak from forgetting to...
Vladimir Dergachev
2005-08-06
1
-0
/
+1
*
Fix recent problems with display lists and other parts of the code.
Ian Romanick
2005-08-05
3
-2
/
+33
*
Major rip-up of internal function insertion interface. The old
mesa_6_3_1
Ian Romanick
2005-07-28
2
-5
/
+7
*
Make the vertex program source register Index field a signed int since
Brian Paul
2005-07-22
1
-1
/
+2
*
bump version to 6.3.1
Brian Paul
2005-07-21
1
-4
/
+4
*
check for FEATURE_EXT_framebuffer_object to enable EXT_framebuffer_object
Brian Paul
2005-07-21
1
-1
/
+3
*
remove ^M chars, disable shading language extensions
Brian Paul
2005-07-21
1
-26
/
+26
*
replace fprintf() calls with _mesa_problem()
Brian Paul
2005-07-19
1
-4
/
+5
*
remove fprintf()
Brian Paul
2005-07-19
1
-2
/
+0
*
Wrap every place that accesses a dispatch table with a macro. A new script-
Ian Romanick
2005-07-18
9
-2249
/
+2018
*
strip out vestigial #ifdef HAVE_CONFIG_H stanzas, they're confusing the
Adam Jackson
2005-07-16
2
-10
/
+0
*
need to flush vertices for GL_OCCLUSION_TEST_RESULT_HP query
Brian Paul
2005-07-15
2
-1
/
+5
*
Add a LDEXPF wrapper macro.
Keith Whitwell
2005-07-13
1
-0
/
+3
*
Cache texenv programs to avoid repeated compilation (Ben Skeggs)
Keith Whitwell
2005-07-11
4
-224
/
+448
*
The old MESA_PBUFFER_ALLOC() function allocated memory on 512-byte boundaries.
Brian Paul
2005-07-05
3
-12
/
+44
*
Add support for assembly (static) dispatch functions on x86-64. This
Ian Romanick
2005-07-02
1
-1
/
+1
*
Don't #define __FUNCTION__ on a Microsoft C compiler new enough to have it.
Karl Schultz
2005-07-01
1
-1
/
+2
*
Remove NEW_RENDERBUFFER stuff.
Brian Paul
2005-07-01
3
-9
/
+4
*
remove OLD_RENDERBUFFER stuff
Brian Paul
2005-07-01
1
-6
/
+2
*
Replace add_newer_entrypoints (src/mesa/main/context.c) with
Ian Romanick
2005-06-30
1
-221
/
+0
*
remove \n from warning message string
Brian Paul
2005-06-30
1
-2
/
+2
*
Add a set of predicate functions for testing matrices instead of directly
Brian Paul
2005-06-30
6
-55
/
+39
*
remove unused MEMSET16 macro
Brian Paul
2005-06-27
1
-2
/
+0
*
Get rid of the MESA_PBUFFER_ALLOC/FREE() macros.
Brian Paul
2005-06-27
3
-61
/
+20
*
fix for-loop in _mesa_GetDouble to avoid out of bounds memory read
Brian Paul
2005-06-26
2
-2
/
+2
*
check for null oldBuffer in _mesa_realloc(), cleaned up some comments
Brian Paul
2005-06-26
1
-11
/
+12
*
Mammoth update to the Python code generator scripts that live in
Ian Romanick
2005-06-21
1
-1571
/
+1571
*
ran "make" after update to glX_proto_send.py.
Jeremy Kolb
2005-06-20
1
-1568
/
+1568
*
Define __FUNCTION__ as a preprocessor symbol in glheader.h if we're not
Brian Paul
2005-06-19
1
-0
/
+11
*
mingw changes (Nolan Leake)
Brian Paul
2005-06-13
1
-0
/
+3
*
Store compiled vertex program representations in a pointer in the
Keith Whitwell
2005-06-09
2
-1
/
+2
*
fix GL_ALPHA render-to-texture problem (Jon Smirl)
Brian Paul
2005-06-07
2
-0
/
+7
*
set OLD_RENDERBUFFER=0, need to clean up a few more things before totally rem...
Brian Paul
2005-06-04
2
-2
/
+2
*
added code to detect GL_FRAMEBUFFER_INCOMPLETE_DUPLICATE_ATTACHMENT_EXT error
Brian Paul
2005-06-01
1
-3
/
+18
*
add support for GL_RENDERBUFFER_RED/GREEN/BLUE/etc_SIZE_EXT querie
Brian Paul
2005-05-31
1
-0
/
+57
*
properly pop the GL_TEXTURE_GEN_ enable state
Brian Paul
2005-05-27
1
-0
/
+8
*
Fix gl_enums.py so that enums that are listed with the same name in
Ian Romanick
2005-05-26
1
-2501
/
+2475
*
Cleanup some Windows junk.
Karl Schultz
2005-05-24
1
-12
/
+16
*
moved to windows build dir
Karl Schultz
2005-05-24
1
-540
/
+0
*
Change prototype for TextureMemCpy to return void* (was void).
Karl Schultz
2005-05-24
1
-1
/
+1
*
Import Thomas Helstrom's SSE memcpy code from the via X.org driver.
Keith Whitwell
2005-05-23
2
-21
/
+35
*
Detect use of disabled textures as tex_env_crossbar sources.
Keith Whitwell
2005-05-23
1
-8
/
+18
*
Support ARB_texture_env_crossbar. Changes the way programs are
Keith Whitwell
2005-05-23
1
-41
/
+119
*
Restore the negate() function.
Keith Whitwell
2005-05-23
1
-5
/
+33
*
don't include strings.h
Brian Paul
2005-05-17
1
-2
/
+0
*
Don't use _mesa_swizzle_ubyte_image if all three texture formats
Felix Kuehling
2005-05-16
1
-0
/
+12
[next]