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
/
dlist.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
No need for _mesa_save_error() to be public.
Brian Paul
2006-03-01
1
-32
/
+37
*
added BlitFramebuffer() support
Brian Paul
2006-03-01
1
-2
/
+43
*
re-formated with indent.
Brian Paul
2006-02-26
1
-2320
/
+2657
*
Remove need to initialize the InstSize[] array elements by just storing
Brian Paul
2006-02-26
1
-210
/
+33
*
display list clean-ups
Brian Paul
2006-02-26
1
-69
/
+76
*
Removed the GL_SGIX/SGIS_pixel_texture extensions. Same thing can be
Brian Paul
2005-12-14
1
-93
/
+0
*
Make _mesa_is_proxy_texture() non-static and use in a few more places.
Brian Paul
2005-11-11
1
-6
/
+3
*
Wrap every place that accesses a dispatch table with a macro. A new script-
Ian Romanick
2005-07-18
1
-915
/
+917
*
Major check-in of changes for GL_EXT_framebuffer_object extension.
Brian Paul
2005-05-04
1
-10
/
+3
*
mesa-main-0-NULL.patch from Jeff Muizelaar
Keith Whitwell
2005-02-11
1
-1
/
+1
*
Determine ahead of time whether a display list will include vertices
Keith Whitwell
2005-01-22
1
-17
/
+43
*
Some initial work for OpenGL 2.0: glStencilFunc/Op/MaskSeparate() functions.
Brian Paul
2005-01-12
1
-1
/
+79
*
Implement software ATI_fragment_shader
Dave Airlie
2004-12-19
1
-1
/
+67
*
Change the dispatch offsets for the VertexAttrib*NV functions so they don't
Brian Paul
2004-11-27
1
-76
/
+298
*
clean up code related to dispatch table initialization
Brian Paul
2004-11-27
1
-3
/
+1
*
GL_(UN)PACK_SKIP_IMAGES should only be applied to 3D texture pack/unpacking
Brian Paul
2004-11-10
1
-16
/
+16
*
Bug #1682: Mesa core code that gets linked into DRI drivers should never call
Adam Jackson
2004-10-24
1
-1
/
+1
*
added support for GL_ARB_draw_buffers
Brian Paul
2004-10-02
1
-0
/
+34
*
remove CR
Daniel Borca
2004-08-30
1
-1
/
+1
*
Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch 101...
Brian Paul
2004-08-25
1
-0
/
+1
*
glBegin/EndQueryARB didn't work inside display lists
Brian Paul
2004-06-28
1
-2
/
+63
*
Fix problems when sizeof(Node) != sizeof(float)
Keith Whitwell
2004-06-03
1
-5
/
+31
*
Add printing for recently added opcodes.
Keith Whitwell
2004-04-20
1
-0
/
+52
*
in TexEnv functions, check if pname == GL_TEXTURE_ENV_COLOR and fetch appropr...
Brian Paul
2004-04-19
1
-14
/
+26
*
added some assertions, just to be safe
Brian Paul
2004-04-02
1
-0
/
+4
*
fix some warnings
Brian Paul
2004-03-26
1
-1
/
+1
*
Implementation of GL_EXT_pixel_buffer_object extension.
Brian Paul
2004-03-13
1
-47
/
+77
*
plug in _mesa_BlendFunc into dispatch table
Brian Paul
2004-03-04
1
-0
/
+1
*
comments, capitalization, misc-clean-ups
Brian Paul
2004-03-03
1
-24
/
+34
*
glBindProgramARB wasn't getting compiled into display lists (bug 887383)
Brian Paul
2004-01-30
1
-3
/
+7
*
Added support for EXT_blend_equation_separate / ATI_blend_equation_separate.
Ian Romanick
2004-01-27
1
-0
/
+25
*
Silence a compiler warning DRI builds using gcc3.
Ian Romanick
2004-01-21
1
-1
/
+1
*
Remove dd_function_table::BlendFunc. All drivers now use
Ian Romanick
2004-01-21
1
-22
/
+0
*
change MALLOC to CALLOC to silence valgrind error in _playback_copy_to_current()
Brian Paul
2004-01-15
1
-3
/
+3
*
Add missing GLAPIENTRY
Karl Schultz
2003-12-04
1
-54
/
+54
*
casts for g++
Brian Paul
2003-11-25
1
-1
/
+1
*
Merge vtx-0-2-branch
Keith Whitwell
2003-11-24
1
-43
/
+823
*
Added GLAPIENTRY decorations for all first level OpenGL API function entry
Kendall Bennett
2003-10-21
1
-334
/
+334
*
Assorted casts to silence g++ warnings.
Brian Paul
2003-09-19
1
-8
/
+8
*
Move macros from header to C file. Updated some comments
Brian Paul
2003-09-18
1
-26
/
+61
*
Updates to fix problems building with the Open Watcom compiler.
Kendall Bennett
2003-09-12
1
-15
/
+15
*
display list support for ARB_vertex/fragment_program
Brian Paul
2003-09-09
1
-11
/
+148
*
plug in vertex buffer object functions
Brian Paul
2003-09-09
1
-0
/
+18
*
Moved some shared vertex/fragment program code into new program.c file.
Brian Paul
2003-08-31
1
-3
/
+5
*
Silence compiler warnings about implicit casts or conversions by supplying ex...
Karl Schultz
2003-08-30
1
-10
/
+10
*
Added support for GL_IBM_multimode_draw_arrays.
Ian Romanick
2003-08-22
1
-0
/
+27
*
remove printf
Brian Paul
2003-07-22
1
-2
/
+0
*
Initial implementation of GL_MESA_program_debug - a vertex/fragment program
Brian Paul
2003-07-21
1
-0
/
+1
*
Merge Jose's documentation and core Mesa changes from embedded branch
Keith Whitwell
2003-07-17
1
-38
/
+64
*
tweak checks for display list zero
Brian Paul
2003-07-03
1
-1
/
+6
[next]