José Fonseca
db2df0aa9b
nv: Use util_format_name().
15 years ago
José Fonseca
06f76e4a6b
r300g: Use util_format_name().
15 years ago
José Fonseca
6f5e0539dc
trace: Use util_format_name().
15 years ago
José Fonseca
ee65faffc1
xorg: Use util_format_name().
15 years ago
José Fonseca
d468791cc8
mesa: Use util_format_name().
15 years ago
José Fonseca
5784381b1e
util: Add pf_name() replacement: util_format_name().
15 years ago
José Fonseca
c3168e050e
makefiles: Don't complaint about changing configs if the same one is reselected.
Otherwise it creates unnecessary pain when automating builds in a build
server/farm.
15 years ago
José Fonseca
4ab3f0edef
python/retrace: Interpret pipe_screen::context_create().
15 years ago
José Fonseca
11a981fda1
trace: Fix generated XML.
15 years ago
José Fonseca
f1848977e8
python: Tell swig how to index per-rendertarget blend state.
15 years ago
José Fonseca
04cc5055db
python: Pass p_format.h as-is to swig now that it has no inlines.
15 years ago
José Fonseca
50812e633f
progs/gallium/python: New home for python statetracker scripts.
15 years ago
Vinson Lee
0a3e362175
glut: Silence uninitialized variable warning.
15 years ago
Vinson Lee
3a299071d4
r300: Silence uninitialized variable warning.
15 years ago
Vinson Lee
4f131356cc
r600: Silence uninitialized variable warning.
15 years ago
Vinson Lee
ec5e54a40a
glu/sgi: Initialize members of class Curvelist.
15 years ago
Vinson Lee
1462c1299c
llvmpipe: Silence uninitialized variable warning.
15 years ago
Vinson Lee
71e750f482
softpipe: Silence uninitialized variable warnings.
15 years ago
Marek Olšák
260ec80f11
st/python: fix build error after gallium-screen-context merge
15 years ago
Marek Olšák
804a6d6a68
r300g: fix scons build
15 years ago
Brian Paul
85425b3b60
softpipe: fix broken cubemap / mipmap selection code
This is a quick-fix for the time being...
The per-face mipmap LOD computation was invalid at cube edges. In
mip_filter_nearest/linear() we were trying to compute LOD using
texcoords that were sometimes indexes into different cube faces.
The subtraction used to compute the partial derivatives basically
gave random values, so the LOD was unpredictable. This fix simply
uses the same cube face for all four pixels in the quad. The per-
face texcoords all reference the same cube face so the partial
deriviates are computed properly.
A more elaborate fix would involve computing the LOD at the same
time as we choose the cube faces. But for now, this solution works
well and allows the piglit/cubemap test to pass.
(cherry picked from commit 1ff9cd5079
)
15 years ago
Karl Schultz
b30898f4ab
mesa: Fix compiler warnings
Add explicit casts, fix constant types, fix variable types.
Fixes about 340 warnings in MSFT Visual Studio.
15 years ago
Brian Paul
5fd2b46a20
docs: document GL_ARB_fragment_coord_conventions
15 years ago
Brian Paul
31ed663a43
mesa: enable GL_ARB_fragment_coord_conventions for sw drivers
This extension is now implemented in the GLSL compiler so it can be
enabled by other drivers where applicable.
15 years ago
Brian Paul
c2c4935cb8
glsl: implement layout qualifiers
For GL_ARB_fragment_coord_conventions.
This only applies to gl_FragCoord and controls pixel center origin and
pixel center integer. For example:
layout (origin_upper_left, pixel_center_integer) varying vec4 gl_FragCoord;
This features introduces the idea of re-declaring variables with a changed
type. This may also apply to arrays in some cases but that's not
implemented at this time.
15 years ago
Brian Paul
26661ac0e1
glsl: added type layout field and new type compare func
Note: because of a weird dependency checking bug, a 'make clean' may be
needed before recompiling.
15 years ago
Brian Paul
b947b1d433
mesa: copy frag coord layout fields too
15 years ago
Brian Paul
46f788c2e5
glsl/cl: implement parsing for layout qualifiers
For GL_ARB_fragment_coord_conventions support.
15 years ago
Brian Paul
3b53b7e8b0
glsl/pp: fix incorrect extension enable flag for warn mode
15 years ago
José Fonseca
744994a9c6
mesa: Export GL_EXT_texture_cube_map.
Still used by some applications.
15 years ago
José Fonseca
a583c3ab47
wgl: Implement wglSwapMultipleBuffers.
15 years ago
José Fonseca
6b1193820f
svga: Fix texture border color.
Also opposite ordering.
15 years ago
Marek Olšák
43b4d2a048
r300g: do not invalidate texture caches when only sampler state is changed
15 years ago
Marek Olšák
8eb4cd5b82
r300g: cleanup the emission of RS block state
Emit as few regs as possible.
15 years ago
Marek Olšák
67049b59fd
r300g: cleanup the emission of framebuffer state
Some emits are not needed anymore.
15 years ago
Marek Olšák
8e2f9f4009
r300g: disable independent blend enables
Not supported by r300.
15 years ago
Marek Olšák
75910e96dc
r300g: emit INDEPENDENT_COLORFORMAT_ENABLE only on r5xx
15 years ago
Vinson Lee
bf1096a778
mesa: s/abort/sys.exit/
Python does not have the function abort.
15 years ago
Vinson Lee
672f98baf7
mesa: Remove unnecessary header.
15 years ago
Vinson Lee
1213eb6cb4
i965: Remove unnecessary headers.
15 years ago
Vinson Lee
4123df2074
st/xlib: Remove unnecessary header.
15 years ago
Vinson Lee
fcd8ffe8e1
dri: Remove unnecessary headers.
15 years ago
Vinson Lee
e7a53c78ae
mesa: Remove unnecessary headers.
15 years ago
Vinson Lee
f618641631
svga: Silence uninitialized variable warning.
15 years ago
Corbin Simpson
6a07a1738c
util: Properly init memory for blitter CSOs.
Fixes misrender on r300g.
15 years ago
Brian Paul
282dafcdc7
st/mesa: restore draw rasterization stage after rasterpos
This fixes invalid calls to rastpos_point/line/tri() that can occur
when glRasterPos() is called while in feedback or selection mode.
(cherry picked from commit b3c7dc6ff2
)
15 years ago
José Fonseca
a4865e82ef
scons: Undo bad merge from cherry-pick.
15 years ago
José Fonseca
cd5d760889
svga: A few more tweaks to blend color state emission.
15 years ago
José Fonseca
6af833add2
svga: Clamp max cube texture levels to supported max 2d levels.
15 years ago
José Fonseca
2bb4d75f28
svga: Report the 2d/3d texture sizes supported by the host.
15 years ago