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
/
context.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
setup default programs for GL_ARB_vertex/fragment_program
Brian Paul
2003-06-01
1
-3
/
+8
*
Added support for NV_light_max_exponent.
Ian Romanick
2003-05-30
1
-0
/
+2
*
check buffer->UseSoftware*Buffer in _mesa_free_framebuffer_data()
Brian Paul
2003-05-27
1
-18
/
+20
*
Use ctx->Const.MaxTextureImageUnits and MaxTextureCoordUnits in more places.
Brian Paul
2003-05-01
1
-0
/
+1
*
alias ARB/NV program functions where possible
Brian Paul
2003-04-21
1
-0
/
+3
*
minor re-org of program matrix, program local parameter limits
Brian Paul
2003-04-18
1
-4
/
+4
*
checkpoint: more infrastructure for GL_ARB_vertex/fragment_program.
Brian Paul
2003-04-17
1
-7
/
+41
*
Some groundwork for GL_ARB_vertex/fragment_program.
Brian Paul
2003-04-11
1
-1
/
+10
*
clean-up current state initialization
Brian Paul
2003-04-01
1
-9
/
+8
*
minor initialization fixes
Brian Paul
2003-04-01
1
-2
/
+4
*
New device driver hooks for texture object and texture image creation to
Brian Paul
2003-04-01
1
-160
/
+121
*
Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]
Brian Paul
2003-03-01
1
-3
/
+10
*
Make GL_SGI_texture_color_table work per-texture unit.
Brian Paul
2003-01-26
1
-7
/
+12
*
GL_SGI_texture_color_table extension (Eric Plante)
Brian Paul
2003-01-21
1
-1
/
+7
*
First batch of code for GL_NV_fragment_program.
Brian Paul
2003-01-14
1
-25
/
+44
*
Add mechanism to destroy mutexes. Important on OS's where mutex initialization
Keith Whitwell
2002-12-12
1
-1
/
+3
*
put FEATURE_NV_vertex_program around vpstate.h include
Brian Paul
2002-11-19
1
-2
/
+4
*
s/BZERO/_mesa_bzero/
Brian Paul
2002-10-30
1
-2
/
+2
*
init a few more fields in _mesa_initialize_visual()
Brian Paul
2002-10-29
1
-1
/
+10
*
Header file clean-up:
Brian Paul
2002-10-24
1
-49
/
+39
*
surround vertex program code with #if FEATURE_NV_vertex_program/#endif
Brian Paul
2002-10-16
1
-2
/
+11
*
context-related cleanups (ex: _mesa_notifySwapBuffers instead of _mesa_swapbu...
Brian Paul
2002-10-14
1
-91
/
+19
*
Another round of glRead/DrawBuffer() clean-ups and simplifications.
Brian Paul
2002-10-11
1
-16
/
+103
*
disable _glapi_set_warning_func() call as it's not present in older libGLs
Brian Paul
2002-10-10
1
-1
/
+7
*
XFree86 fixes (clib macro wrappers)
Brian Paul
2002-10-09
1
-1
/
+14
*
finally get rid of ctx->Texture._ReallyEnabled field
Brian Paul
2002-10-08
1
-2
/
+1
*
multiple GL_POINTS can now be rendered together into one fragment span
Brian Paul
2002-10-04
1
-1
/
+2
*
removed unused ctx->Polygon.OffsetMRD
Brian Paul
2002-10-02
1
-2
/
+1
*
new texture compression infrastructure
Brian Paul
2002-09-27
1
-2
/
+1
*
GL_EXT_stencil_two_side extension, not 100% complete yet.
Brian Paul
2002-09-06
1
-8
/
+17
*
Overhaul of glRead/DrawBuffer() code. Now, swrast->Driver.SetBuffer()
Brian Paul
2002-07-09
1
-8
/
+9
*
Applied Matt Sealey's patch to remove/isolate all stdio.h function calls.
Brian Paul
2002-06-29
1
-147
/
+17
*
fix problems in _mesa_debug/printf()
Brian Paul
2002-06-23
1
-3
/
+7
*
Moved GL_PROGRAM_ERROR_POSITION_NV state (it's not per-program).
Brian Paul
2002-06-18
1
-3
/
+4
*
new fix for initial window size problem
Brian Paul
2002-06-17
1
-2
/
+34
*
Port glXCopyContext bug from 4.0 branch.
Brian Paul
2002-06-17
1
-23
/
+58
*
added a comment
Brian Paul
2002-06-16
1
-1
/
+2
*
Implemented GL_NV_texture_rectangle extension.
Brian Paul
2002-06-15
1
-10
/
+43
*
Added ctx parameter to _mesa_debug()
Brian Paul
2002-06-15
1
-31
/
+70
*
more removal of fprintf() calls
Brian Paul
2002-06-13
1
-3
/
+3
*
fixed a couple dumb mistakes
Brian Paul
2002-06-13
1
-2
/
+2
*
New _mesa_debug() function to replace fprintf() calls.
Brian Paul
2002-06-13
1
-34
/
+176
*
replaced experimental MESA_sprite_point with NV_point_sprite
Brian Paul
2002-05-27
1
-2
/
+6
*
Minor change to current raster position and texcoords.
Brian Paul
2002-05-09
1
-3
/
+2
*
added some casts
Brian Paul
2002-04-19
1
-2
/
+2
*
bring in changes from dri tcl branch
Keith Whitwell
2002-04-09
1
-14
/
+48
*
remove dead vertex assembly
Keith Whitwell
2002-04-09
1
-2
/
+1
*
Replaced ClipEnabled[] array and _AnyClip with ClipPlanesEnabled bitmask.
Brian Paul
2002-03-29
1
-3
/
+2
*
Use MESA_PBUFFER_ALLOC/FREE macros to allocate all framebuffer and texture
Brian Paul
2002-03-19
1
-8
/
+8
*
Lots of changes related to framebuffer/window buffer resizing. Basically,
Brian Paul
2002-03-16
1
-1
/
+4
[next]