Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
mesa3d
/
3c342ebd784fa8defa6d97e47d3f8d2f39826d4e
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
4753d60
Added ctx parameter to _mesa_debug()
by Brian Paul
· 22 years ago
5e54ddc
by Jouk Jansen
· 22 years ago
f803545
by Jouk Jansen
· 22 years ago
4c46637
added Porting Information section
by Brian Paul
· 22 years ago
d09a1d8
more removal of fprintf() calls
by Brian Paul
· 22 years ago
2f35d5e
fixed a couple dumb mistakes
by Brian Paul
· 22 years ago
9a33a11
New _mesa_debug() function to replace fprintf() calls.
by Brian Paul
· 22 years ago
1013e46
Moved big/little endian code to glheader.h.
by Brian Paul
· 22 years ago
35883ce
Fix NASM problems, remove static var in SSE detection code. (Josh Vanderhoof)
by Brian Paul
· 22 years ago
4fe2f3f
Added CPLUSPLUS for sunos5 entries
by Brian Paul
· 22 years ago
b58c5ad
GGI driver updates (Filip Spacek)
by Brian Paul
· 22 years ago
dd41748
added missing texture cube map targets
by Brian Paul
· 22 years ago
3f058cd
version 15 of glext.h
by Brian Paul
· 22 years ago
9800ada
s/GL_MAX_TEXTURE_RECTANGLE_SIZE_NV/GL_MAX_RECTANGLE_TEXTURE_SIZE_NV/
by Brian Paul
· 22 years ago
112f7cd
fixed point sprite bug
by Brian Paul
· 22 years ago
f21a487
replaced hard-coded 4 with NUM_TEXTURE_TARGETS
by Brian Paul
· 22 years ago
e0107e8
replaced 0xf and 0xf0 with TEXTURE0_ANY and TEXTURE1_ANY
by Brian Paul
· 22 years ago
241afd8
NASM fix for *_CONTENT() macros (Josh Vanderhoof)
by Brian Paul
· 22 years ago
af2a1c1
more big-endian tweaks
by Brian Paul
· 22 years ago
28b03c6
use CONTENT() macro on line 205 (Josh Vanderhoof)
by Brian Paul
· 22 years ago
f5a0781
bring over Michel Daenzer's DRI changes
by Brian Paul
· 22 years ago
91d6f12
added another spot-check to verify dispatch table correctness
by Brian Paul
· 22 years ago
60f1a3c
Added GL_NV_point_sprite functions: glPointParameteri[v]NV().
by Brian Paul
· 22 years ago
1d155c1
added GL_NV_point_sprite entrypoints
by Brian Paul
· 22 years ago
4290dba
added -axK to linux-icc CFLAGS
by Brian Paul
· 22 years ago
a078d75
some initial work for fbconfigs/pbuffers
by Brian Paul
· 22 years ago
1c40d50
added GL_NV_point_sprite
by Brian Paul
· 22 years ago
f105bc4
removed experiemental GL_MESA_sprite_point extension
by Brian Paul
· 22 years ago
6c408b4
replaced experimental MESA_sprite_point with NV_point_sprite
by Brian Paul
· 22 years ago
23d8ef3
dispatch offsets for ARB_window_pos
by Brian Paul
· 22 years ago
22538b2
updated vertex program dispatch
by Brian Paul
· 22 years ago
ee29d3b
updated vertex program dispatch offsets to official values
by Brian Paul
· 22 years ago
02e0de2
another checkpoint of struct immediate replacement code
by Keith Whitwell
· 22 years ago
002483e
Minor change to current raster position and texcoords.
by Brian Paul
· 23 years ago
9228a93
Fix FETCH(argb1555) mask values
by Keith Whitwell
· 23 years ago
79cfdeb
remove -xK flag from linux-icc
by Brian Paul
· 23 years ago
30ec9db
added linux-icc config (Marc.Dietrich)
by Brian Paul
· 23 years ago
a5cdf99
remove test code
by Alan Hourihane
· 23 years ago
056b358
glutSwapBuffers implicitly does a glFinish when swapping back to the front
by Alan Hourihane
· 23 years ago
f595212
Implemented GL_ARB_texture_env_crossbar.
by Brian Paul
· 23 years ago
c450d57
replaced GLshort with GLushort in _mesa_sizeof_packed_type()
by Brian Paul
· 23 years ago
18385b0
added GL_TEXTURE_MAX_ANISOTROPY_EXT to glGetTexParameteriv()
by Brian Paul
· 23 years ago
57c35b1
added GL_TEXTURE_MAX_ANISOTROPY_EXT to glGetTexParameter (bug 548812)
by Brian Paul
· 23 years ago
df7bd4b
test mapsize against 1, not 0 in glPixelMap()
by Brian Paul
· 23 years ago
fb68919
added GL_EDGE_FLAG_ARRAY_COUNT_EXT to glGetBooleanv() (Bug 548277)
by Brian Paul
· 23 years ago
dc2270b
Apply alpha buffer control fix to accum buffer too.
by Karl Schultz
· 23 years ago
e694a87
Fix up alpha buffer handling for Windows.
by Karl Schultz
· 23 years ago
62c36a2
call _mesa_sizeof_packed_type() in _mesa_GetTexImage() (bug 547203)
by Brian Paul
· 23 years ago
dec0131
Test for NULL pointer for LoadMatrix(), MultMatrix() and
by Alan Hourihane
· 23 years ago
fdd631a
removed CVS $Log comments
by Brian Paul
· 23 years ago
62954c8
test program for NV_vertex_program + vertex arrays
by Brian Paul
· 23 years ago
bcc5d46
by Jouk Jansen
· 23 years ago
f55b303
added to-do list for the 4.1 release
by Brian Paul
· 23 years ago
61bac60
check for vertex program mode
by Brian Paul
· 23 years ago
28c61d5
fixed assertion, replaced switch() with if/elseif
by Brian Paul
· 23 years ago
12bab63
Vertex program attribute arrays seem to work now. This includes fallbacks
by Brian Paul
· 23 years ago
f3781ea
added support for vertex program attribute arrays
by Brian Paul
· 23 years ago
b775272
vertex program attribute array work
by Brian Paul
· 23 years ago
1113e32
fixed Width/Height cut&paste typo
by Brian Paul
· 23 years ago
04df3bb
Re-scheduling of the instructions according to the MMX pairing rules. This is dificult to quantify but the improvemnet reaches about of 0.7% in some cases in a Pentium III. In older Pentiums the improvements could be quite substancial due less capable integer pipelines.
by Jose Fonseca
· 23 years ago
3fe2bb8
Added min and max blend functions. Slight optimization of _mesa_mmx_blend_add.
by Jose Fonseca
· 23 years ago
4fa66fa
Provide a reasonable replacement for __FUNCTION__ when using non GNU C
by Karl Schultz
· 23 years ago
Next »