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
*
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
*
Basic work to support deep color channels:
Brian Paul
2000-10-28
1
-2
/
+2
*
Implement EXT_fog_coord and EXT_secondary_color.
Keith Whitwell
2000-10-27
1
-1
/
+21
*
Major audit of all Mesa's x86 assembly code. This round is basically
Gareth Hughes
2000-10-23
1
-3
/
+4
*
polygon offset changes; added Visual->MRD field
Brian Paul
2000-10-21
1
-1
/
+3
*
Changes for multitexture > 3, code clean-ups.
Brian Paul
2000-10-20
1
-3
/
+9
*
if depthBits == 0, set DepthMask = 2^16 to fix per-fragment fog problems
Brian Paul
2000-10-09
1
-4
/
+5
*
removed ctx->Texture.Enabled, use ctx->Texture.ReallyEnabled instead
Brian Paul
2000-09-28
1
-2
/
+1
*
First batch of OpenGL SI related changes:
Brian Paul
2000-09-26
1
-92
/
+117
*
Replaced preprocessor symbol GL_MESA_TRACE with MESA_TRACE.
Brian Paul
2000-09-26
1
-3
/
+3
*
new comments, misc clean-up
Brian Paul
2000-09-17
1
-2
/
+14
*
added GL_MESA_trace support
Brian Paul
2000-09-15
1
-3
/
+3
*
explicitly init some texture vars
Brian Paul
2000-09-14
1
-1
/
+3
*
init mutex
Brian Paul
2000-09-12
1
-3
/
+4
*
changed gl_frame_buffer Xmax and Ymax to be exclusive boundary values
Brian Paul
2000-09-08
1
-1
/
+18
*
Removed ctx->Driver.LogicOp().
Brian Paul
2000-09-07
1
-3
/
+1
*
added tracing facility from Loki
Brian Paul
2000-09-05
1
-1
/
+38
*
don't free ctx inside _mesa_initialize_context() if error, caller does that.
Brian Paul
2000-08-29
1
-7
/
+3
*
implemented new ImageTransferState bitmask
Brian Paul
2000-08-21
1
-2
/
+2
*
initialize GenBit[STRQ] in init_texture_unit()
Brian Paul
2000-07-19
1
-1
/
+6
*
test for MESA_DEBUG = silent in gl_error(), misc clean-up
Brian Paul
2000-07-14
1
-22
/
+25
*
initialize some color table scale/bias factors
Brian Paul
2000-06-30
1
-1
/
+5
*
added GL_TABLE_TOO_LARGE to gl_error()
Brian Paul
2000-06-29
1
-1
/
+4
*
added code to initialize shininess tables
Brian Paul
2000-06-28
1
-1
/
+6
*
initialize TextureStack matrices
Brian Paul
2000-06-27
1
-2
/
+3
*
added aligned memory allocations (Gareth Hughes)
Brian Paul
2000-06-27
1
-13
/
+13
*
added GL_EXT_texture_env_combine (Holger Waechtler)
Brian Paul
2000-06-27
1
-1
/
+18
*
init Point.UserSize
Brian Paul
2000-06-27
1
-1
/
+2
*
more work on GL_ARB_texture_cube_map
Brian Paul
2000-05-26
1
-2
/
+13
*
changed allocation/initialization of API dispatch tables
Brian Paul
2000-05-24
1
-5
/
+15
*
register recent GL extensions for libGL compatibility
Brian Paul
2000-05-23
1
-1
/
+11
*
initial work for GL_ARB_texture_compression
Brian Paul
2000-05-23
1
-2
/
+4
*
initial code for GL_ARB_texture_cube_map
Brian Paul
2000-05-22
1
-1
/
+2
*
added Kevin's 32bpp Z buffer fix
Brian Paul
2000-05-18
1
-2
/
+10
[next]