Vinson Lee
|
57b5ca5d11
|
glu/sgi: Silence uninitialized variable warnings.
|
2009-12-22 23:07:00 -08:00 |
|
Vinson Lee
|
19a40524d3
|
Add gallium to darwin config.
|
2009-12-22 18:21:41 -08:00 |
|
Vinson Lee
|
aae32df718
|
xlib: Use C-style comments.
|
2009-12-22 17:51:58 -08:00 |
|
Vinson Lee
|
b20382d477
|
trace: Silence uninitialized variable warnings.
|
2009-12-22 17:34:39 -08:00 |
|
Vinson Lee
|
f6ca26e5a7
|
trace: Add PIPE_OS_APPLE.
|
2009-12-22 17:17:28 -08:00 |
|
Vinson Lee
|
6ce28a755c
|
gallium/util: Add PIPE_OS_APPLE to u_stream_stdc.c.
|
2009-12-22 16:23:00 -08:00 |
|
Vinson Lee
|
5e73bcb396
|
gallium/util: Add PIPE_OS_APPLE to u_network.
|
2009-12-22 15:59:50 -08:00 |
|
Vinson Lee
|
fb8bff341e
|
i915g: Use C-style comment.
|
2009-12-22 15:19:48 -08:00 |
|
Vinson Lee
|
cf02484fb6
|
glx: Compile dri2.c only if GLX_DIRECT_RENDERING is defined.
|
2009-12-22 14:51:12 -08:00 |
|
Vinson Lee
|
c1033299e8
|
ffb: Silence compiler warnings.
|
2009-12-22 14:28:40 -08:00 |
|
Eric Anholt
|
f677480389
|
intel: Replace some gen3 IS_* checks with context structure usage.
Shaves 400 bytes or so from i915_dri.so.
|
2009-12-22 14:20:27 -08:00 |
|
Eric Anholt
|
cb3810dd19
|
intel: Replace IS_965 checks with context structure usage.
Saves another 600 bytes or so of code.
|
2009-12-22 14:20:27 -08:00 |
|
Eric Anholt
|
0b87f143c4
|
intel: Replace IS_G4X() across the driver with context structure usage.
Saves ~2KB of code.
|
2009-12-22 14:20:26 -08:00 |
|
Eric Anholt
|
1c96e85c9d
|
intel: Replace IS_IGDNG checks with intel->is_ironlake or needs_ff_sync.
Saves ~480 bytes of code.
|
2009-12-22 14:20:26 -08:00 |
|
Eric Anholt
|
b08ed4f595
|
mesa: Fix a NULL deref in glDeleteFragmentShaderATI(badname);
Fixes piglit ati-fs-bad-delete. Caught by clang.
|
2009-12-22 14:20:26 -08:00 |
|
Eric Anholt
|
fbeceec97b
|
mesa: remove unnecessary store.
|
2009-12-22 14:20:26 -08:00 |
|
Eric Anholt
|
6260d4a14c
|
mesa: Remove an unnecessary store reported by clang.
This was a workaround for a compiler warning that was showing a real
error. The real error was later fixed.
|
2009-12-22 14:20:26 -08:00 |
|
Eric Anholt
|
d85a6f70eb
|
intel: Fix leakage of active texture state in glBitmap fp metaops.
Noticed by clang.
|
2009-12-22 14:20:26 -08:00 |
|
Eric Anholt
|
e3202a8cc7
|
i915: Fix use of uninitialized variable in OPCODE_NOISE stub.
We don't actually care which register is used since we're just
swizzling (0,0,0,0), but it should be a valid variable number.
Detected by clang.
|
2009-12-22 14:20:26 -08:00 |
|
Eric Anholt
|
d203dbc73d
|
mesa: Replace CLAMP_SELF() macro with more obvious CLAMP() usage.
The same code is generated, and readers and static analyzers are
happier.
|
2009-12-22 14:20:26 -08:00 |
|
Eric Anholt
|
5727147f89
|
intel: Remove unused stored values reported by clang.
|
2009-12-22 14:20:26 -08:00 |
|
Eric Anholt
|
1a80fe461e
|
mesa: Remove _mesa_exit wrapper for exit().
It does nothing else while being less useful than exit() because it lacks
attributes that real exit() has.
|
2009-12-22 14:20:26 -08:00 |
|
Brian Paul
|
ddd9729bc3
|
mesa: adjust OPCODE_IF/ELSE BranchTarget fields to point to ELSE/ENDIF instr.
This is a little more logical. Suggested in bug report 25654.
|
2009-12-22 14:26:06 -07:00 |
|
Brian Paul
|
db721151b7
|
mesa: adjust BRK/CONT BranchTarget to always point to ENDLOOP instruction
To be more consistant.
|
2009-12-22 14:26:06 -07:00 |
|
Brian Paul
|
e8ea2d26cd
|
mesa: added some assertions in BNGLOOP/ENDLOOP cases
|
2009-12-22 14:26:06 -07:00 |
|
Brian Paul
|
b5ddc7821a
|
mesa: fix binary() function, printf format string
Need to use the constant 1ULL and 0xllx format string. This fixes incorrect
results and a NULL pointer/parameter bug.
|
2009-12-22 13:33:40 -07:00 |
|
Roland Scheidegger
|
d186079520
|
i965g: fix for edgeflag changes (untested)
|
2009-12-22 21:26:51 +01:00 |
|
Roland Scheidegger
|
35e8283c69
|
Merge branch 'gallium-edgeflags'
Conflicts:
src/mesa/state_tracker/st_draw.c
|
2009-12-22 20:54:26 +01:00 |
|
José Fonseca
|
00b463fc30
|
scons: Set the default windows platform to be windows userspace.
I thought I had done this ages ago.
|
2009-12-22 19:03:56 +00:00 |
|
Michal Krol
|
79bb3da4d3
|
tgsi: Implement BREAKC in interpreter.
|
2009-12-22 16:11:40 +01:00 |
|
Keith Whitwell
|
f069e45750
|
i965g: fix bo_reference
|
2009-12-22 09:57:16 +00:00 |
|
Keith Whitwell
|
96d63ebbf5
|
i965g: update for u_format changes
|
2009-12-22 09:52:26 +00:00 |
|
Keith Whitwell
|
aa02683e45
|
Merge branch 'i965g-restart'
Conflicts:
configure.ac
|
2009-12-22 09:40:39 +00:00 |
|
Christoph Bumiller
|
ebbc73d1ae
|
nv50: correct the negation of DDY sources
The state tracker now does the correct thing, so
interpret negation normally.
|
2009-12-22 10:14:45 +01:00 |
|
Vinson Lee
|
1bf2d78b11
|
progs/tests: Fix build.
|
2009-12-22 00:54:34 -08:00 |
|
Corbin Simpson
|
5bcd26c172
|
docs: Re-adjust headers for TGSI, regenerate.
|
2009-12-21 21:04:10 -08:00 |
|
Corbin Simpson
|
1a7b2f7e95
|
docs: Regenerate.
|
2009-12-21 20:33:18 -08:00 |
|
Corbin Simpson
|
da65ac6bba
|
docs: Moar cleanup.
Good enough for now!
|
2009-12-21 20:32:46 -08:00 |
|
Corbin Simpson
|
ecb2f2a230
|
docs: \times.
Yay for sed.
|
2009-12-21 20:07:10 -08:00 |
|
Corbin Simpson
|
14743ac0e3
|
docs: abs, lg2, ceil.
|
2009-12-21 20:01:42 -08:00 |
|
Corbin Simpson
|
dd801e5c02
|
docs: Pow, sqrt.
|
2009-12-21 19:41:09 -08:00 |
|
Corbin Simpson
|
d92a685bc3
|
docs: Clean floor, sine, cosine.
|
2009-12-21 19:30:29 -08:00 |
|
Corbin Simpson
|
e8ed3b9607
|
docs: Start mathifying TGSI insts.
|
2009-12-21 19:12:55 -08:00 |
|
Ian Romanick
|
71678a7ede
|
intel: Replace release info in DRIVER_DATE with "DEVELOPMENT"
|
2009-12-21 18:46:17 -08:00 |
|
Ian Romanick
|
a4b6b42885
|
Merge branch 'mesa_7_7_branch'
Conflicts:
src/mesa/main/version.h
|
2009-12-21 18:45:31 -08:00 |
|
Ian Romanick
|
82184970d3
|
Add MD5 checksums for 7.6.1 release
|
2009-12-21 18:43:09 -08:00 |
|
Ian Romanick
|
e9b5ed1c13
|
Add MD5 checksums for 7.6.1 release
|
2009-12-21 18:32:32 -08:00 |
|
Ian Romanick
|
6ffed19993
|
Add MD5 checksums for 7.7 release
|
2009-12-21 18:30:35 -08:00 |
|
Ian Romanick
|
7e210b9337
|
mesa: set version string to 7.7
|
2009-12-21 18:28:32 -08:00 |
|
Ian Romanick
|
164b583852
|
intel: Bump driver date to reflect status as final Q4 driver RC
|
2009-12-21 18:27:50 -08:00 |
|