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
/
attrib.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
compiler warnings
Karl Schultz
2001-09-18
1
-5
/
+5
*
more warning fixes (Karl Schultz)
Brian Paul
2001-09-14
1
-6
/
+9
*
fixed a glPush/PopAttrib bug related to texture binding (reported by Wes Bethel)
Brian Paul
2001-08-07
1
-12
/
+16
*
fixed NewState update bugs in _mesa_PopClientAttrib()
Brian Paul
2001-08-07
1
-4
/
+4
*
added GL_IBM_rasterpos_clip extension
Brian Paul
2001-06-26
1
-2
/
+6
*
Consolidated source files. Since the re-org a number of source files
Brian Paul
2001-06-18
1
-5
/
+1
*
infrastructure for GL_ARB_multisample
Brian Paul
2001-05-29
1
-2
/
+41
*
minor clean-ups and warning fixes
Brian Paul
2001-05-03
1
-3
/
+3
*
Fixed a number of minor GL_ARB_texture_env_combine/dot3 issues.
Brian Paul
2001-04-17
1
-2
/
+3
*
Reimplemented glPopAttrib code for GL_TEXTURE_BIT. It now calls the
Brian Paul
2001-04-11
1
-31
/
+157
*
- Port 3.4 texture utils, texture format work to 3.5 (including new
Gareth Hughes
2001-03-18
1
-1
/
+2
*
Consistent copyright info (version number, date) across all files.
Gareth Hughes
2001-03-12
1
-4
/
+1
*
lots of gl_*() to _mesa_*() namespace clean-up
Brian Paul
2001-03-03
1
-8
/
+8
*
Implemented GL_SGIX_shadow and GL_SGIX_shadow_texture.
Brian Paul
2001-02-20
1
-1
/
+4
*
GL_SHADE_MODEL wasn't popped correctly
Brian Paul
2001-01-29
1
-2
/
+2
*
redo _mesa_PopAttrib() to call Mesa state functions so derived state is updated
Brian Paul
2001-01-24
1
-185
/
+210
*
Lots of GLchan datatype changes.
Brian Paul
2001-01-24
1
-6
/
+2
*
Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.
Brian Paul
2001-01-23
1
-3
/
+3
*
Major rework of tnl module
Keith Whitwell
2000-12-26
1
-12
/
+11
*
Renamed texture object _P to _MaxLevel and _M to _MaxLambda.
Brian Paul
2000-12-14
1
-3
/
+3
*
Set ENABLE_LIGHT according to ctx->Light.Enabled whether or not
Brian Paul
2000-11-27
1
-2
/
+2
*
Committing in .
Jouk Jansen
2000-11-22
1
-9
/
+9
*
Replaced Texture.CurrentD[] with separate Texture.Current1/2/3D vars.
Brian Paul
2000-11-19
1
-18
/
+19
*
Move the transform and lighting code to two new directories
Keith Whitwell
2000-11-16
1
-1
/
+5
*
- Changes for new software rasterizer modules
Keith Whitwell
2000-11-05
1
-16
/
+14
*
Removed UPDATE_IMAGE_TRANSFER_STATE, use _NEW_PIXEL flag instead.
Brian Paul
2000-10-30
1
-3
/
+1
*
Replace the flags Mesa was using for ctx->NewState with a new set
Keith Whitwell
2000-10-30
1
-4
/
+21
*
More GLchan color channel changes.
Brian Paul
2000-10-29
1
-1
/
+2
*
Basic work to support deep color channels:
Brian Paul
2000-10-28
1
-8
/
+8
*
removed ctx->Texture.Enabled, use ctx->Texture.ReallyEnabled instead
Brian Paul
2000-09-28
1
-112
/
+144
*
First batch of OpenGL SI related changes:
Brian Paul
2000-09-26
1
-2
/
+2
*
implemented new ImageTransferState bitmask
Brian Paul
2000-08-21
1
-1
/
+2
*
restore driver depth test enable/disable state in PopAttrib()
Brian Paul
2000-07-19
1
-1
/
+4
*
added texture cube map state save/restore
Brian Paul
2000-07-05
1
-2
/
+7
*
Err, initial code for GL_EXT_convolution, not histogram
Brian Paul
2000-05-07
1
-1
/
+1
*
initial code for GL_EXT_histogram extension
Brian Paul
2000-05-07
1
-1
/
+7
*
added GL_SGIX/SGIS_pixel_texture extension
Brian Paul
2000-04-07
1
-1
/
+5
*
fixed compiler warnings on BeOS R4
Brian Paul
2000-03-19
1
-2
/
+2
*
glPopAttrib() now calls Driver's ClearColor, ClearIndex and ColorMask functions
Brian Paul
2000-03-10
1
-8
/
+26
*
added LineWidth device driver function
Brian Paul
2000-03-03
1
-1
/
+6
*
add callbacks for stipple
Keith Whitwell
2000-02-27
1
-2
/
+4
*
Fog coordinate stage which drivers may use to replace standard fogging
Keith Whitwell
2000-02-25
1
-1
/
+5
*
replaced gl_ prefix with _mesa_ prefix
Brian Paul
2000-02-02
1
-41
/
+19
*
updated includes for source file reorg
Brian Paul
2000-02-02
1
-2
/
+2
*
another typo
Keith Whitwell
1999-11-23
1
-2
/
+2
*
fixed shade model bug (A.Borrmann)
Brian Paul
1999-11-22
1
-2
/
+8
*
first big check-in of new Mesa 3.3 code
Brian Paul
1999-11-11
1
-20
/
+43
*
changes to silence MSVC warnings
Brian Paul
1999-11-08
1
-3
/
+3
*
clean-up of header includes (Daryll)
Brian Paul
1999-11-08
1
-5
/
+1
*
removed GL_ prefix from memory macros
Brian Paul
1999-10-13
1
-29
/
+29
[next]