Vinson Lee
1bf2d78b11
progs/tests: Fix build.
16 years ago
Ian Romanick
71678a7ede
intel: Replace release info in DRIVER_DATE with "DEVELOPMENT"
16 years ago
Ian Romanick
a4b6b42885
Merge branch 'mesa_7_7_branch'
Conflicts:
src/mesa/main/version.h
16 years ago
Ian Romanick
82184970d3
Add MD5 checksums for 7.6.1 release
16 years ago
Ian Romanick
e9b5ed1c13
Add MD5 checksums for 7.6.1 release
16 years ago
Ian Romanick
6ffed19993
Add MD5 checksums for 7.7 release
16 years ago
Ian Romanick
7e210b9337
mesa: set version string to 7.7
16 years ago
Ian Romanick
164b583852
intel: Bump driver date to reflect status as final Q4 driver RC
16 years ago
Ian Romanick
48302e9b30
Merge branch 'mesa_7_6_branch' into mesa_7_7_branch
Conflicts:
scons/gallium.py
scons/generic.py
src/mesa/main/version.h
16 years ago
Ian Romanick
75ad099d3c
mesa: set version string to 7.6.1
16 years ago
Brian Paul
ef17105134
glsl: assorted clean-ups in slang_compile.c
16 years ago
Vinson Lee
982acbddab
progs/perf: Fix MSVC build.
(cherry picked from commit cbf46ed670 )
16 years ago
José Fonseca
09415ca234
mesa: Fix missing finite symbol error on Windows.
Caused by some weird logic regarding the __WIN32__ define which made
the finite definition dependent on the header include order.
(cherry picked from commit 622bdecabd )
16 years ago
Michal Krol
de7021b71c
mesa: Include <unistd.h> only when one is available.
(cherry picked from commit 970823978c )
16 years ago
Jeremy Huddleston
3839f6768d
darwin: Build glsl
Signed-off-by: Jeremy Huddleston <jeremyhu@freedesktop.org>
16 years ago
Jeremy Huddleston
5bbdc7f420
osmesa: Fix a copy/paste error in building libOSMesa
Signed-off-by: Jeremy Huddleston <jeremyhu@freedesktop.org>
16 years ago
Brian Paul
9eb7fc6661
Merge branch 'mesa_7_7_branch'
Conflicts:
src/mesa/main/version.h
src/mesa/state_tracker/st_atom_shader.c
16 years ago
Vinson Lee
2b7b2b90e3
scons: Define _USE_MATH_DEFINES on MSVC.
16 years ago
Brian Paul
b57abd3bea
Merge branch 'mesa_7_6_branch' into mesa_7_7_branch
Conflicts:
configure.ac
progs/demos/morph3d.c
progs/demos/textures.c
progs/glsl/shtest.c
progs/glsl/texaaline.c
progs/tests/packedpixels.c
progs/xdemos/corender.c
src/mesa/main/version.h
16 years ago
Fabio Pedretti
bf064ce0c3
configure.ac: fix for libdrm_radeon API changes.
16 years ago
Fabio Pedretti
e46ad402f1
configure.ac: fix for libdrm_radeon API changes.
16 years ago
Fabio Pedretti
ae1c0a06e8
configure.ac: fix for libdrm_radeon API changes.
16 years ago
Dave Airlie
bd9e0ebaff
radeon/r600: use new libdrm_radeon api
16 years ago
Dave Airlie
bce03f7174
radeon: drop assert accessing cref which is meant to be hidden
16 years ago
Dave Airlie
34671efa29
radeon: drop unused members of radeon_state.
16 years ago
Dave Airlie
e77bfc436d
r600: move structs for legacy cmdbuf into cmdbuf C file.
these really shouldn't be exposed here
16 years ago
Dave Airlie
9373287a1b
radeon/r600: use new libdrm_radeon api
16 years ago
Dave Airlie
9d2910ee0f
radeon: drop assert accessing cref which is meant to be hidden
16 years ago
Dave Airlie
43d8727301
radeon: drop unused members of radeon_state.
16 years ago
Dave Airlie
1703628011
r600: move structs for legacy cmdbuf into cmdbuf C file.
these really shouldn't be exposed here
16 years ago
Vinson Lee
07b54fe35b
progs/redbook: Silence compiler warnings.
16 years ago
Brian Paul
fdae39c289
progs/perf: added check for GL_ARB_framebuffer_object
16 years ago
Brian Paul
79e74cda73
progs/demos: report pixel rate in million pixels / sec
16 years ago
Brian Paul
bd5fbcf92b
osmesa: added new GLSL libs
16 years ago
Brian Paul
d26cdaaa23
progs/osmes: add missing libGL dependency, remove unneeded lines
16 years ago
Keith Whitwell
0fc4dd3819
i965g: fixes to build after merge of master
16 years ago
Keith Whitwell
f72de22439
i965g: remove half-finished change to tgsi_parse
16 years ago
Keith Whitwell
57531baa92
i965g: back out unintentional changes to linux-dri
16 years ago
Keith Whitwell
66e779c22b
i965g: back out unintentional changes to gears
16 years ago
Keith Whitwell
a5585cb533
Merge commit 'origin/master' into i965g-restart
Conflicts:
SConstruct
configs/default
configs/linux-dri
16 years ago
Christoph Bumiller
c020a83fae
util: draw cube mipmaps with TEX CUBE
16 years ago
Roland Scheidegger
8f1d2ab590
python: fix some pipe_format_simplify merge damage
16 years ago
Roland Scheidegger
ba25137655
svga: fix typo
16 years ago
Keith Whitwell
d288a30610
ws/i965: respect DEBUG_WINSYS flag
16 years ago
Keith Whitwell
061411b261
i965g: hook vertex state emit up to PIPE_NEW_VERTEX_BUFFER
16 years ago
Keith Whitwell
1ec7e058f5
i965g: keep refcounts to bound vertex buffers
16 years ago
Keith Whitwell
6c719d4c22
i965g: add DEBUG_WINSYS flag
16 years ago
Dave Airlie
753f0a1dea
r600: fix glFrontFace(GL_CW)
fd.o bug #25290
Suggested fix from Rafael Monica
16 years ago
Keith Whitwell
f217927a57
i965g: remove duplicate set_viewport_state, fixes samples/depth
16 years ago
Andre Maasikas
764899d7ab
r600: support more of arb_point_sprite and also sprite_coord_origin
16 years ago