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
*
more warning fixes (Karl Schultz)
Brian Paul
2001-09-15
1
-10
/
+10
*
fixes for proxy cube map texture images
Brian Paul
2001-07-26
1
-2
/
+8
*
Added Win32 memory debugging and fixed a few memory leaks (Gerk Huisma)
Brian Paul
2001-07-19
1
-1
/
+11
*
added GL_IBM_rasterpos_clip extension
Brian Paul
2001-06-26
1
-1
/
+2
*
Allow different max texture sizes for 1/2D, 3D and cube maps.
Brian Paul
2001-06-13
1
-3
/
+6
*
removed old, redundant CurrentTransformUnit state var
Brian Paul
2001-06-12
1
-2
/
+1
*
Sparc optimized GLAPI dispatch table.
davem69
2001-06-05
1
-1
/
+7
*
Add USE_SPARC_ASM diagnostics to print_info.
davem69
2001-06-05
1
-1
/
+6
*
infrastructure for GL_ARB_multisample
Brian Paul
2001-05-29
1
-1
/
+9
*
initial support for GL_SGIS_generate_mipmap extension
Brian Paul
2001-05-21
1
-1
/
+2
*
set MRD to 1.0, fixes new Glean polygon offset failure
Brian Paul
2001-05-07
1
-2
/
+2
*
minor clean-ups and warning fixes
Brian Paul
2001-05-03
1
-14
/
+2
*
Support for floating point color representation in tnl module.
Keith Whitwell
2001-04-28
1
-2
/
+22
*
added _mesa_free_framebuffer_data()
Brian Paul
2001-04-27
1
-23
/
+43
*
fixed a potential tex obj reference count problem involving multi-texture
Brian Paul
2001-04-25
1
-17
/
+10
*
Updated bug report info in _mesa_problem()
Brian Paul
2001-04-04
1
-2
/
+6
*
New mechanism for thread-safe GL API dispatch. C-based dispatch is faster.
Brian Paul
2001-03-28
1
-2
/
+1
*
- Minor cleanups of ctx->Driver.Current*Primitive usage.
Gareth Hughes
2001-03-24
1
-15
/
+1
*
- Port 3.4 texture utils, texture format work to 3.5 (including new
Gareth Hughes
2001-03-18
1
-1
/
+2
*
Add missing header file.
Gareth Hughes
2001-03-12
1
-1
/
+2
*
Clean up install, restore for exec vtxfmts.
Gareth Hughes
2001-03-11
1
-1
/
+2
*
Support for swappable tnl modules.
Gareth Hughes
2001-03-11
1
-1
/
+5
*
lots of gl_*() to _mesa_*() namespace clean-up
Brian Paul
2001-03-03
1
-14
/
+13
*
GLvisual inside GLframebuffer is no longer a pointer, copy the struct instead.
Brian Paul
2001-02-28
1
-9
/
+22
*
Initialize Line._Width
Keith Whitwell
2001-02-27
1
-1
/
+2
*
Disable most extensions by default. Drivers should enable them as needed.
Brian Paul
2001-02-26
1
-5
/
+5
*
Changed FetchTexel() function pointer arguments.
Brian Paul
2001-02-17
1
-6
/
+6
*
Overhaul of texture image handling.
Brian Paul
2001-02-06
1
-2
/
+1
*
removed the unused/broken GL_PGI_misc_hints extension
Brian Paul
2001-01-24
1
-5
/
+1
*
Lots of GLchan datatype changes.
Brian Paul
2001-01-24
1
-2
/
+2
*
Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.
Brian Paul
2001-01-23
1
-49
/
+52
*
Add a 'RenderPrimitive' callback to t_vb_render.c. Helps out drivers
Keith Whitwell
2001-01-08
1
-2
/
+3
*
various compilation/warning fixes
Keith Whitwell
2001-01-05
1
-2
/
+2
*
Major rework of tnl module
Keith Whitwell
2000-12-26
1
-19
/
+10
*
set visual->MRD to 2.0
Brian Paul
2000-12-16
1
-2
/
+2
*
initialize convolution filters to zero
Brian Paul
2000-12-09
1
-1
/
+6
*
Initial work on GL_MESA_sprite_point extension.
Brian Paul
2000-12-08
1
-1
/
+2
*
Added MaxClipPlanes and MaxLights to gl_constants struct so T&L
Brian Paul
2000-11-27
1
-1
/
+3
*
Support for swappable t&l modules, including an example one in the FX
Keith Whitwell
2000-11-24
1
-66
/
+4
*
Committing in .
Jouk Jansen
2000-11-22
1
-11
/
+11
*
Replaced Texture.CurrentD[] with separate Texture.Current1/2/3D vars.
Brian Paul
2000-11-19
1
-33
/
+56
*
Move the transform and lighting code to two new directories
Keith Whitwell
2000-11-16
1
-149
/
+101
*
Replaced ctx->Point.Size with ctx->Point._Size
Brian Paul
2000-11-15
1
-3
/
+3
*
Cleanup of derived state calculation prior to seperating software T&L
Keith Whitwell
2000-11-13
1
-9
/
+4
*
- Changes for new software rasterizer modules
Keith Whitwell
2000-11-05
1
-44
/
+28
*
Moved the software rasterizer to a new directory.
Keith Whitwell
2000-10-31
1
-12
/
+10
*
Rearrange VERT_* flags to support 4 texture units.
Keith Whitwell
2000-10-30
1
-4
/
+5
*
Removed UPDATE_IMAGE_TRANSFER_STATE, use _NEW_PIXEL flag instead.
Brian Paul
2000-10-30
1
-2
/
+2
*
Replace the flags Mesa was using for ctx->NewState with a new set
Keith Whitwell
2000-10-30
1
-5
/
+6
*
renamed Current.ByteColor Current.Color
Brian Paul
2000-10-29
1
-3
/
+3
[next]