Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
mesa3d
/
8afe7de8deaf3c9613fd68b344de8c52b02b1879
/
src
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
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
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
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
a078d75
some initial work for fbconfigs/pbuffers
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
· 23 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
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
bcc5d46
by Jouk Jansen
· 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
bf80e1e
Allocate a sw_span struct in the swrast context instead of allocating it
by Brian Paul
· 23 years ago
05be7ae
pass context pointer to _tnl_free_immediate(), removed backref pointer
by Brian Paul
· 23 years ago
0c527ab
MMX add blending function added.
by Jose Fonseca
· 23 years ago
533e888
MMX modulate belding function added. Factorization of more common MMX code.
by Jose Fonseca
· 23 years ago
68c48df
Correct check for noop array state change (Raystonn)
by Alan Hourihane
· 23 years ago
26e2fb0
removed a stray debug printf
by Brian Paul
· 23 years ago
4c5f8a8
C++ fix
by Brian Paul
· 23 years ago
7322ccc
new casts
by Brian Paul
· 23 years ago
6c5b702
added two (GLchan *) casts
by Brian Paul
· 23 years ago
a670c12
casts to fix GLint/GLuint mismatches
by Brian Paul
· 23 years ago
db07de0
added some casts
by Brian Paul
· 23 years ago
36c3df7
restored writeAll = GL_FALSE test/assignment
by Brian Paul
· 23 years ago
55d9ee8
Definition of several utility macros for self-contained MMX operations such as scaling and lerping.
by Jose Fonseca
· 23 years ago
9ff3e9d
Core of the future vertex engine. Isn't built yet, nor will be for a while...
by Keith Whitwell
· 23 years ago
ef65c60
Removed code that was proven to have faster alternatives to reduce complexity and facilitate reusability.
by Jose Fonseca
· 23 years ago
4c1f792
fixed problem with swap() function and GCC3 (patch 414404)
by Brian Paul
· 23 years ago
620735a
Disabled SPARC cliptest functions for now. See bug report 544665.
by Brian Paul
· 23 years ago
d60bb2f
Remaining patch for the 255x255=255 identity correction be
by Jose Fonseca
· 23 years ago
cffb351
Jose's latest patch (GMBT_GEOMETRIC_CORRECTION)
by Brian Paul
· 23 years ago
8c598cf
fixes for corrected GL_DOT3_RGB[A]_EXT token values
by Brian Paul
· 23 years ago
d23de4d
updated a few comments
by Brian Paul
· 23 years ago
b7f5e92
Klaus Niederkrueger's latest changes: use INIT_SPAN() to init span primitive
by Brian Paul
· 23 years ago
9add9a2
new MMX blend code (Jose Fonseca)
by Brian Paul
· 23 years ago
0cd8a1e
by Jouk Jansen
· 23 years ago
306d3fc
bring in changes from dri tcl branch
by Keith Whitwell
· 23 years ago
e503d8b
Update filelist to reflect two removed source files.
by Karl Schultz
· 23 years ago
0a79baf
remove dead vertex assembly
by Keith Whitwell
· 23 years ago
c030a18
tranforming display list normals by non-uniform scale didn't work (Carlos Pereira)
by Brian Paul
· 23 years ago
ebe4e32
repair Array.NewState flags (Michael Fitzpatrick)
by Brian Paul
· 23 years ago
1420902
export more symbols for osmesa (win32)
by Karl Schultz
· 23 years ago
4d030ba
casts to silence compiler warnings
by Karl Schultz
· 23 years ago
42f916d
fixed some 3D texture image stride bugs when using 16-bit channels
by Brian Paul
· 23 years ago
01dc182
added OSMesaGetProcAddress()
by Brian Paul
· 23 years ago
486734a
Texture combine alpha subtraction was wrong. Fixed 16-bit channel glitches
by Brian Paul
· 23 years ago
09784e1
use NULL lambda array for pixel texture
by Brian Paul
· 23 years ago
d5c94ef
fixed 16 bit/channel problem in blend_modulate()
by Brian Paul
· 23 years ago
5433815
fixed 16/32-bit channel problems in CopyColor[Sub]Table()
by Brian Paul
· 23 years ago
1d84421
fixup float/ushort conversion macros
by Brian Paul
· 23 years ago
6b50a00
blend_add() modified for GLfloat channels
by Brian Paul
· 23 years ago
02ee456
call _mesa_ResizeBuffersMESA() in OSMesaMakeCurrent() to reconcile buffer size changes
by Brian Paul
· 23 years ago
99aab34
return NULL from Fake_glXCreateContext() if dpy or visinfo are NULL
by Brian Paul
· 23 years ago
b63e855
more blending updates from Jose
by Brian Paul
· 23 years ago
31fe0ad
minor re-org
by Brian Paul
· 23 years ago
f9e75c3
DJGPP updates
by Brian Paul
· 23 years ago
17b7cc4
faster blending (Jose Fonseca)
by Brian Paul
· 23 years ago
01bcd83
updates from Jose Fonseca
by Brian Paul
· 23 years ago
1537b63
GL_ARB_point_parameters support
by Brian Paul
· 23 years ago
86a7cc6
minor optimization in GL_TRANSFORM_BIT popping
by Brian Paul
· 23 years ago
6c921af
DOS driver update
by Brian Paul
· 23 years ago
Next »