Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
mesa3d
/
a2ae6faf1a853655ac6c58b80a7dc3b1811a8740
a2ae6fa
removed glext.h fix-ups corrected in glext.h version 17
by Brian Paul
· 22 years ago
e14c151
version 17
by Brian Paul
· 22 years ago
530d461
added OpenGL 1.4 entrypoints
by Brian Paul
· 22 years ago
3a03211
added GL_IBM_texture_mirrored_repeat (Ian Romanick)
by Brian Paul
· 22 years ago
e7abc07
test for ARB_texture_cube_map when getting GL version(Ian Romanick)
by Brian Paul
· 22 years ago
0a7fc57
by Jouk Jansen
· 22 years ago
7e35cc5
updated wglGetProcAddress
by Brian Paul
· 22 years ago
528afb5
updated DOS file list
by Brian Paul
· 22 years ago
05ed911
updates from Daniel Borca
by Brian Paul
· 22 years ago
b9f7544
improved error string
by Brian Paul
· 22 years ago
ba88dd0
s/5/NUM_TEXTURE_TARGETS/
by Brian Paul
· 22 years ago
ed00b2e
fixed compilation problem for swdd->SetBuffer
by Brian Paul
· 22 years ago
391876e
fix up stuff accidentaly checked in a few days ago
by Brian Paul
· 22 years ago
53880a8
Don't call _mesa_initialize_context because we are using
by Karl Schultz
· 22 years ago
4177198
define GLAPIENTRY and GLAPI if not defined in gl.h
by Brian Paul
· 22 years ago
fb657ef
added glXAllocate/FreeMemoryNV()
by Brian Paul
· 22 years ago
8fefafa
stub functions for glXAllocate/FreeMemoryNV()
by Brian Paul
· 22 years ago
2188d00
minor error message changes
by Brian Paul
· 22 years ago
6216690
re-enable ASSIGN_NORM_GROUP( 3dnow )
by Brian Paul
· 22 years ago
1e0241d
replace Current.Color with Current.Attrib[VERT_ATTRIB_COLOR0]
by Brian Paul
· 22 years ago
713800a
update colormaterial state on swtcl wakeup
by Keith Whitwell
· 22 years ago
2b93007
s/DrawDestMask/_DrawDestMask/
by Brian Paul
· 22 years ago
b79e99a
s/ProjectedClipPtr/NdcPtr/
by Brian Paul
· 22 years ago
3ac01f5
fix problems in FXgetImage()
by Brian Paul
· 22 years ago
34713c1
fixed array index typo in VERT_SAVE_RGBA() macro
by Brian Paul
· 22 years ago
5117a82
added multitexture and line stipple
by Brian Paul
· 22 years ago
f569dc4
minor tweaks
by Brian Paul
· 22 years ago
9f7011b
added error checking for glCallLists() type parameter
by Brian Paul
· 22 years ago
af3265f
added new GLUT features
by Brian Paul
· 22 years ago
6bf6cd3
bump lib version to 3.7.1, more make clean commands
by Brian Paul
· 22 years ago
7ae6714
added glutGetProcAddress()
by Brian Paul
· 22 years ago
46a035f
added glutGetProcAddress() and GLUT_FPS env var option
by Brian Paul
· 22 years ago
1073066
Add note about needing to run VCVARS32.BAT when compiling.
by Karl Schultz
· 22 years ago
1972ac6
added (char *) casts
by Brian Paul
· 22 years ago
3efe5be
fix up resulting FOGC and PSIZ when needed
by Brian Paul
· 22 years ago
352c13f
init tmp->Normal.size = 3
by Brian Paul
· 22 years ago
ebe671c
comments
by Brian Paul
· 22 years ago
ea53a5b
change GLvector3f to GLvector4f for normal transformation
by Brian Paul
· 22 years ago
946ad27
change dest stride to 16 bytes instead of 12
by Brian Paul
· 22 years ago
2a1abe3
initialize SWvertex array to zeros
by Brian Paul
· 22 years ago
fb8ca95
changed normal stride from 12 to 16 bytes since normals are now GLfloat[4] (for vertex program)
by Brian Paul
· 22 years ago
a4ac844
re-check-in - something didn't work on the previous check-in
by Brian Paul
· 22 years ago
e968686
latest bug fixes
by Brian Paul
· 22 years ago
77df887
struct sw_span is again allocated on the stack, but the arrays of span
by Brian Paul
· 22 years ago
2353e96
Coerce vsnprintf to _vsnprintf for windows
by Karl Schultz
· 22 years ago
971df9b
misc updates
by Brian Paul
· 22 years ago
c2656d5
define MAXSTRING and use vsnprintf to preven overflows
by Brian Paul
· 22 years ago
f1dee4f
Catch up windows driver with recent context mods
by Karl Schultz
· 22 years ago
54572c1
export new symbols for osmesa lib
by Karl Schultz
· 22 years ago
c712425
fix warnings (bug 580528)
by Brian Paul
· 22 years ago
5c711e3
fix patching offsets (Sven Panne) (patch 544637)
by Brian Paul
· 22 years ago
e237491
silence warnings
by Brian Paul
· 22 years ago
f02a5f6
Pedantic compiler fixes (Sven Panne)
by Brian Paul
· 22 years ago
902d2fa
applied Eric Anholt's patch for Athlon SSE
by Brian Paul
· 22 years ago
8eaffa2
re-enable X86 code
by Brian Paul
· 22 years ago
55c82c5
added Read/DrawBuffer porting info
by Brian Paul
· 22 years ago
3b4fbbc
Overhaul of glRead/DrawBuffer() code. Now, swrast->Driver.SetBuffer()
by Brian Paul
· 22 years ago
b4338e5
by Jouk Jansen
· 22 years ago
89f9cf8
Added divide by zero check (Jon Perry). Remove dead vars. Fix indentation.
by Brian Paul
· 22 years ago
c2fa38d
added Gerk Huisma's GLchan=GLfloat fixes
by Brian Paul
· 22 years ago
4336c28
CHAN_TYPE==GL_FLOAT clamping. call _tnl_MakeCurrent. (Gerk Huisma)
by Brian Paul
· 22 years ago
e201bef
blending fixes for CHAN_TYPE==GL_FLOAT (Gerk Huisma)
by Brian Paul
· 22 years ago
3c342eb
added GL_EXT_multi_draw_arrays
by Brian Paul
· 22 years ago
e8ed14d
added unofficial dispatch offsets for GL_EXT_multi_draw_arrays functions
by Brian Paul
· 22 years ago
2525bc7
Implemented GL_EXT_multi_draw_arrays: glMultiDrawArraysEXT() and glMultiDrawElementsEXT().
by Brian Paul
· 22 years ago
1074d8c
indentation fix
by Brian Paul
· 22 years ago
487047c
prep for OpenGL 1.4 feature set
by Brian Paul
· 22 years ago
4e9676f
Applied Matt Sealey's patch to remove/isolate all stdio.h function calls.
by Brian Paul
· 22 years ago
f1ad551
fix CHAN_TYPE==GL_FLOAT compile problem
by Brian Paul
· 22 years ago
058f319
pull in 4.0.3 docs to trunk
by Brian Paul
· 22 years ago
7082420
removed extra right-paren
by Brian Paul
· 22 years ago
07bb988
FRONT_AND_BACK culling
by Keith Whitwell
· 22 years ago
82d9f3c
finish-up vertex program evaluators
by Brian Paul
· 22 years ago
0c3f820
remove an unneeded statement in update_polygon(), added a comment
by Brian Paul
· 22 years ago
4db3c48
test program for NV_vertex_program and evaluators
by Brian Paul
· 22 years ago
581cc20
fix problems in _mesa_debug/printf()
by Brian Paul
· 22 years ago
8e7bd03
added some _mesa_debug() calls
by Brian Paul
· 22 years ago
2abbb66
checkpoint: updates for NV_vertex_program evaluators - a bit more left to do
by Brian Paul
· 22 years ago
d65e0be
set stage->inputs properly (I think), plus debug/comment updates
by Brian Paul
· 22 years ago
455d262
added support for NV_vertex_program evaluators
by Brian Paul
· 22 years ago
837bf6e
Added new bitfields to tnl_eval_store for NV_vertex_program evaluators
by Brian Paul
· 22 years ago
775669f
put XSync in get_buffer_size(), plus clean-up
by Brian Paul
· 22 years ago
02c03ef
Moved GL_PROGRAM_ERROR_POSITION_NV state (it's not per-program).
by Brian Paul
· 22 years ago
f922986
by Jouk Jansen
· 22 years ago
10d7f54
new fix for initial window size problem
by Brian Paul
· 22 years ago
85d8160
Port glXCopyContext bug from 4.0 branch.
by Brian Paul
· 22 years ago
d373819
Joe Krahn's context sharing test program
by Brian Paul
· 22 years ago
83b820a
Fix glXCopyContext bug
by Brian Paul
· 22 years ago
1043a64
fix a comment
by Brian Paul
· 22 years ago
d834e8d
fixed window size initialization bug
by Brian Paul
· 22 years ago
8816c70
added a comment
by Brian Paul
· 22 years ago
d66ca10
added some braces
by Brian Paul
· 22 years ago
e514cfe
the GGI driver is up to date
by Brian Paul
· 22 years ago
4e99da1
test for GL_NV_texture_rectangle
by Brian Paul
· 22 years ago
9c0babf
added GL_ARB_texture_env_crossbar
by Brian Paul
· 22 years ago
e769cda
updates to 4.1 features
by Brian Paul
· 22 years ago
bfa168e
updated with 4.0.x -> 4.1 porting info
by Brian Paul
· 22 years ago
8afe7de
Implemented GL_NV_texture_rectangle extension.
by Brian Paul
· 22 years ago
8bdd0dc
#ifdef-out unused big-endian texel fetch functions
by Brian Paul
· 22 years ago
9d47f3d
added missing ctx parameter to _mesa_debug() calls
by Brian Paul
· 22 years ago
Next »