Brian Paul
|
609f35274c
|
fix two-sided lighting / vertex program bug (#887330)
|
il y a 22 ans |
Brian Paul
|
d761adad5d
|
added Daniel Stone for getting CVS access
|
il y a 22 ans |
Brian Paul
|
b6a9cb7095
|
another pbuffer demo (Andrew Lentvorski)
|
il y a 22 ans |
Brian Paul
|
20c831bb89
|
s/getenv/_mesa_getenv/
|
il y a 22 ans |
Brian Paul
|
b07d6a8158
|
updated list of env vars
|
il y a 22 ans |
Felix Kuehling
|
cc5d045744
|
Include context.h in radeon_state.c.
|
il y a 22 ans |
Brian Paul
|
3a99674980
|
glXChooseFBConfig() didn't handle GLX_FBCONFIG_ID option
|
il y a 22 ans |
Brian Paul
|
18a949000c
|
tweak comments
|
il y a 22 ans |
Daniel Borca
|
61bc62cc40
|
added glutGetProcAddress in DMesaGLUT
|
il y a 22 ans |
Daniel Borca
|
4c7883e402
|
fixed a bug in GL_NEAREST sampler
|
il y a 22 ans |
Brian Paul
|
c9e1c8098b
|
added display list option (l key)
|
il y a 22 ans |
Brian Paul
|
1e71d2af5e
|
minor #ifdef fix
|
il y a 22 ans |
Brian Paul
|
6bbcae9473
|
added _NEW_PROGRAM to check_state flags for pipeline stages (fixes vparray demo bug)
|
il y a 22 ans |
Brian Paul
|
27ec7a5bf1
|
add vparray.c, fix indentation
|
il y a 22 ans |
Brian Paul
|
919404fd1d
|
enable program and arrays by default, minor clean-ups
|
il y a 22 ans |
Brian Paul
|
041e66b0d6
|
don't call gl functions directly, jump through _glapi_Dispatch table
|
il y a 22 ans |
Brian Paul
|
f5dbba7ec3
|
add missing CXX, CXXFLAGS for osf1 (Bug 886628)
|
il y a 22 ans |
Brian Paul
|
111156affe
|
glBindProgramARB wasn't getting compiled into display lists (bug 887383)
|
il y a 22 ans |
Brian Paul
|
26baf96bea
|
added unichrome directory
|
il y a 22 ans |
Brian Paul
|
f924a933b4
|
Minor fixes for recent Mesa 6.1 changes
|
il y a 22 ans |
Brian Paul
|
f18598cbd2
|
Via Unichrome/cle266 driver (Erdi Chen)
|
il y a 22 ans |
Brian Paul
|
2726d77b2e
|
more descriptive error strings
|
il y a 22 ans |
Keith Whitwell
|
bacd9d1739
|
Fix extract_3f_xyw().
|
il y a 22 ans |
Brian Paul
|
229d6a9624
|
replace spaces w/ tabs
|
il y a 22 ans |
Daniel Borca
|
4fe1303e83
|
GL_TEXTURE_1D and other stories...
|
il y a 22 ans |
Brian Paul
|
f8c31fcba3
|
more IRIX tweaks
|
il y a 22 ans |
Brian Paul
|
dc8f8bd88f
|
fix ARCHOPT typo
|
il y a 22 ans |
Brian Paul
|
9ca723f5f5
|
fix C++ link issues on IRIX
|
il y a 22 ans |
Karl Schultz
|
b72902e061
|
Add GLAPIENTRY function decorations for correct operation on Windows.
|
il y a 22 ans |
Brian Paul
|
5e83c2a081
|
tweak the #if test for defining _ASMAPI (fixes IRIX problem)
|
il y a 22 ans |
Brian Paul
|
938014f850
|
minor fixes to glw's touch depend
|
il y a 22 ans |
Karl Schultz
|
77650b4672
|
Fix compiler options regarding exception handing to resolve warnings.
|
il y a 22 ans |
Karl Schultz
|
1ce9940c79
|
Avoid setting NOWIN98 compiler optimization with VC 7.
|
il y a 22 ans |
Ian Romanick
|
253428f06a
|
Fixed a cut-and-paste bug from the BlendFuncSeparate driver interface
change.
|
il y a 22 ans |
Alan Hourihane
|
29b2ced167
|
fix printf warnings
|
il y a 22 ans |
Brian Paul
|
e8df62b5a7
|
patch from bug 885992
|
il y a 22 ans |
Brian Paul
|
c24d40b178
|
s/BlendEquatioRGB/BlendEquationRGB/
|
il y a 22 ans |
Keith Whitwell
|
eabe7beeaa
|
add glutInitWindowPosition calls
|
il y a 22 ans |
Keith Whitwell
|
469d1b0f22
|
Add glutInitWindowPosition call
|
il y a 22 ans |
Keith Whitwell
|
27413ed249
|
Move FRAG_BIT_ definitions to mtypes.h so that NEED_SECONDARY_COLOR() macro
works globally.
|
il y a 22 ans |
Keith Whitwell
|
43b5772834
|
Use NEED_SECONDARY_COLOR() for checking specular state at all times
when ctx->_TriangleCaps might be inaccurate (ie while ctx->NewState might
be non-zero).
|
il y a 22 ans |
Dave Airlie
|
c78a89d761
|
fix breakage associated with pointers not being initialised in
mesa_create_context
|
il y a 22 ans |
Brian Paul
|
5102075330
|
change PFNGLXGETUSTPROC's argument from uint64_t to int64_t to match the DRI
|
il y a 22 ans |
Ian Romanick
|
74cf25b081
|
Missed this commit as part of the addition of
GL_EXT_blend_equation_separate / GL_ATI_blend_equation_separate.
|
il y a 22 ans |
Ian Romanick
|
c93105eb9e
|
Added support for EXT_blend_equation_separate / ATI_blend_equation_separate.
The internal driver interface was also changed to use
BlendEquationSeparate instead of BlendEquation.
|
il y a 22 ans |
Keith Whitwell
|
dd9e6e7e37
|
Catch and shortcircuit no-primitive and no-vertex cases in _tnl_wrap_buffers()
|
il y a 22 ans |
Karl Schultz
|
da2be88f18
|
Add new driverfuncs.
|
il y a 22 ans |
Keith Whitwell
|
18fa367ac6
|
Consolidate texObj->Pos/Neg/X/Y/Z and texObj->Image into a single
array, texObj->Image[face][level].
|
il y a 22 ans |
Keith Whitwell
|
740f7de085
|
Tweak: set z scale to one, else tnl thinks we have a 3d texcoord.
|
il y a 22 ans |
Brian Paul
|
727d345b41
|
remove bogus assertion in DeleteTexture() function
|
il y a 22 ans |