Ian Romanick
|
795f1faf81
|
Create all the right modes for 16-bit screens.
|
vor 21 Jahren |
Brian Paul
|
04bcaac383
|
added _tnl_allow_vertex/pixel_fog() calls
|
vor 21 Jahren |
Felix Kuehling
|
21893e56e0
|
Call _tnl_allow_pixel/vertex_fog in savageCreateContext. (Brian Paul)
|
vor 21 Jahren |
Brian Paul
|
54056db8db
|
use ABS(Z) when computing blend factors
|
vor 21 Jahren |
Brian Paul
|
20e25ca50a
|
call _tnl_allow_pixel/vertex_fog() funcs
|
vor 22 Jahren |
Brian Paul
|
8d407300c2
|
turns out we probably need a _tnl_allow_pixel_fog() function afterall
|
vor 22 Jahren |
Brian Paul
|
4d5dddd125
|
jump through dispatch table instead of calling gl functions directly
|
vor 22 Jahren |
Brian Paul
|
9d1ff8c1bb
|
fix incorrect texcoord attribute index
|
vor 22 Jahren |
Brian Paul
|
2615e81620
|
added some GLAPIENTRY keywords, minor clean-ups
|
vor 22 Jahren |
Brian Paul
|
4a048e5e48
|
s/transform/tnl/
|
vor 22 Jahren |
Brian Paul
|
0adce8f7c7
|
upgraded to version 22
|
vor 22 Jahren |
Brian Paul
|
1e3d868ffb
|
Yet another revision of _ae_update_state(). Issue both conventional AND
generic vertex attribute commands, ignoring ctx->VertexProgram.Enabled
since this function may be used during display list compilation.
|
vor 22 Jahren |
Brian Paul
|
0f1e19c03c
|
added some const keywords
|
vor 22 Jahren |
Brian Paul
|
ffa7eff9ff
|
glDrawArrays loop was wrong
|
vor 22 Jahren |
Brian Paul
|
cf20f8cc3f
|
updates from Erdi Chen
|
vor 22 Jahren |
Brian Paul
|
537f42e240
|
fix typo (Matt Case)
|
vor 22 Jahren |
Ian Romanick
|
c00fbd55ba
|
The available GLX version is now logged in addition to the client
version and the server version.
|
vor 22 Jahren |
Dave Airlie
|
001dc022fc
|
delete the textures
|
vor 22 Jahren |
Felix Kuehling
|
263581bba4
|
Imported the Savage DRI driver from the savage-2-0-0-branch of DRI CVS
with modifications to make it work with current Mesa 6.
|
vor 22 Jahren |
Brian Paul
|
6e450f22bb
|
some minor tweaks
|
vor 22 Jahren |
Daniel Borca
|
2aa84490c0
|
fixed some typos
|
vor 22 Jahren |
Ian Romanick
|
304d3aa9cb
|
Refactored several variables out of XMesaVisual in favor of identical
fields in __GLcontextModes (the base type). Removed the need to keep
the XMesaVisualInfo pointer when building inside the X-server.
|
vor 22 Jahren |
Brian Paul
|
e01370271e
|
recent bug fixes/changes (fog, glArrayElement, triangle rasterization)
|
vor 22 Jahren |
Brian Paul
|
0733dbb011
|
A few more tweaks to fog code.
Remove unneeded FABSF() macros.
Added blend factor clamping in a few spots.
|
vor 22 Jahren |
Brian Paul
|
4e41eb1061
|
compute fog coord in eye space, not clip space
|
vor 22 Jahren |
Brian Paul
|
09da0b8e66
|
A bit of an overhaul of the fog code.
glFogCoord didn't always work reliably.
ARB fragment program fog options work now.
Per-fragment fog computations are now perspective corrected.
|
vor 22 Jahren |
Brian Paul
|
9a389d4bdb
|
define DO_FRAGMENT_FOG=1 to test fragment program fog option
|
vor 22 Jahren |
Brian Paul
|
a60c89e8c8
|
added SPAN_W
|
vor 22 Jahren |
Brian Paul
|
230ebaff2a
|
just some reformatting
|
vor 22 Jahren |
Brian Paul
|
4250c7acac
|
some debug code
|
vor 22 Jahren |
Brian Paul
|
5cd79f9267
|
added FogOption to fragment_program struct
|
vor 22 Jahren |
Brian Paul
|
c2f6d6d092
|
added FixedToDouble() macro
|
vor 22 Jahren |
Brian Paul
|
84b4a3a087
|
Added TRIANGLE_WALK_DOUBLE to optionally walk triangle edges with GLdoubles
instead of GLfixed. (Justin Novosad)
|
vor 22 Jahren |
Roland Scheidegger
|
bb1dcb4fad
|
texture env combine refactor (Andreas Stenglein), following the same principles as the refactored code already present in the R200 driver
|
vor 22 Jahren |
Brian Paul
|
64d6ddabaa
|
remove incorrect negation in fog coord computation
|
vor 22 Jahren |
Keith Whitwell
|
477363455d
|
Add _tnl_set_attr() to complement existing get_attr() call.
|
vor 22 Jahren |
Keith Whitwell
|
7b5199e8a4
|
glutInitWindowPosition
|
vor 22 Jahren |
Daniel Borca
|
45f4c5ec3b
|
cleanup and some WGL PIXELFORMAT issues
|
vor 22 Jahren |
Daniel Borca
|
a49a08d014
|
fog_coord demo
|
vor 22 Jahren |
Brian Paul
|
05ad3078a9
|
some code clean-ups
|
vor 22 Jahren |
Brian Paul
|
7c4a61c57f
|
Minor clean-ups of variable scopes, initializations, etc.
New comments discussing FIXED_FRAC_BITS, SUB_PIXEL_BITS, max viewport size
and rasterization accuracy.
|
vor 22 Jahren |
Keith Whitwell
|
0200947f5e
|
Remove debug
|
vor 22 Jahren |
Keith Whitwell
|
964e5325bd
|
Make it easier for drivers to create "subclasses" of the existing
program struct hierarchy.
Add driver callbacks to enable the above and make it possible to track
more changes to program objects.
|
vor 22 Jahren |
Brian Paul
|
70dacabfe5
|
added note about kernel modules
|
vor 22 Jahren |
Ian Romanick
|
659dce40e2
|
Minor tweaks to get the fbconfig list returned by __driCreateNewScreen
to pass through filter_modes (in libGL) properly.
|
vor 22 Jahren |
Brian Paul
|
9ad80a475d
|
info about precompiled libs for Solaris
|
vor 22 Jahren |
Brian Paul
|
88bf038708
|
init secondary color to (0,0,0,1). remove some redundant initializations.
|
vor 22 Jahren |
Brian Paul
|
85ad44b292
|
set buffer object default Usage and Access
|
vor 22 Jahren |
Brian Paul
|
de47068b85
|
new comments, rename some stuff
|
vor 22 Jahren |
Ian Romanick
|
71996ddbe1
|
Fix a problem that caused the new interface code to not actually be
used. Fix a couple problems that confound the fbconfig filtering code
in libGL.
|
vor 22 Jahren |