Brian Paul
639e7a140e
ARB prog parser: use _mesa_add_unnamed_constant() to use fewer constant slots
This function will search the constant parameters in an effort to re-use
constant slots. For example, {1,2,3,4} and {4,1,1,2} can be stored in
one constant slot and accessed with different swizzles. The swizzle info
must be propogated though the parsing code in a few places.
Fixes Piglit "vpfp-generic tests/shaders/generic/big-param.vpfp" failure.
15 anos atrás
Vinson Lee
b4658dbf04
st/egl: Move declaration before code.
15 anos atrás
Vinson Lee
c67bb15d4e
intel: Silence compiler warnings.
15 anos atrás
Vinson Lee
46c2196de3
llvmpipe: Fix assert.
15 anos atrás
Vinson Lee
e049ddb754
llvmpipe: Silence compiler warnings.
15 anos atrás
Keith Whitwell
f0ba7d897d
util: better fix for unused variable warnings with asserts
Modify the non-debug (ie disabled) version of assert to expose the
value in the expression to the compiler (avoiding the unused variable
messages) while still expanding to a noop.
15 anos atrás
Vinson Lee
31d1822473
llvmpipe: Silence compiler warnings.
15 anos atrás
Vinson Lee
c441386b0c
st/xorg: Silence unused variable warnings.
15 anos atrás
Vinson Lee
aa0437532e
g3dvl: Silence compiler warnings.
15 anos atrás
Vinson Lee
bf63b9d7a9
st/vega: Silence compiler warnings.
15 anos atrás
Vinson Lee
9d3092d134
gallium/xlib: Silence unused variable warning.
15 anos atrás
Vinson Lee
d1f64fa72f
trace: Silence unused variable warnings.
15 anos atrás
Vinson Lee
f31f9cf485
i915g: Silence unused variable warning.
15 anos atrás
Vinson Lee
3a2f96f18a
softpipe: Silence unintialized variable warnings.
15 anos atrás
Vinson Lee
180ccffe55
softpipe: Silence unused variable warning.
15 anos atrás
Vinson Lee
0463ee64e3
tgsi/ureg: Silence uninitialized variable warnings.
15 anos atrás
Brian Paul
7831515e69
st/mesa: add missing case for PIPE_FORMAT_B8G8R8A8_UNORM
15 anos atrás
Vinson Lee
331e910b5c
gallium/util: Remove comma at end of enumerator list.
15 anos atrás
Vinson Lee
3c2fd1bae0
rbug: Remove comma at end of enumerator list.
15 anos atrás
Vinson Lee
f8ca25e02f
rbug: Remove comma at end of enumerator list.
15 anos atrás
Vinson Lee
fc11424bcd
mesa: Remove comma at end of enumerator list.
15 anos atrás
Vinson Lee
309c156bae
i915: Fix assert.
15 anos atrás
Vinson Lee
cd59e6f553
intel: Silence implicit function declaration warning.
15 anos atrás
Vinson Lee
67a4abcc3b
glu/sgi: Fix include recursion.
arcsorter.h should not include itself.
15 anos atrás
Vinson Lee
2447786ed0
i965: Fix assert.
15 anos atrás
Vinson Lee
f5ad1d0d02
i965: Add missing va_end.
15 anos atrás
Vinson Lee
098f10c270
glsl: Initialize member a_obj of struct slang_operation.
15 anos atrás
Vinson Lee
261c3cd530
glu/sgi: Initialize variable in directedLine.
15 anos atrás
Vinson Lee
520955a0cd
gallium/util: Initialize variable in util_clear.
15 anos atrás
Vinson Lee
6138145b35
glu/sgi: Silence compiler warnings.
15 anos atrás
Vinson Lee
51dcea2aac
util: Ensure debug_dump_flags generates a null-terminated string.
15 anos atrás
Vinson Lee
2ea061509d
st/xorg: Use C-style comments.
15 anos atrás
Vinson Lee
15ecd0337e
st/vega: Move declaration outside for loop.
15 anos atrás
Vinson Lee
1b0ab3e3c9
st/egl: Use C-style comments.
15 anos atrás
Vinson Lee
6c8c1ce78b
glx: Add XF86DRI[Open|Close]FullScreen prototypes to xf86dri.h.
15 anos atrás
Vinson Lee
cf3bb0cf31
glx: Move declaration outside for loop.
15 anos atrás
Maarten Maathuis
8e8502bc63
gallium: only create pipe buffer when size is nonzero
- This fixes a crash upon starting spring (a rts engine/game).
Signed-off-by: Maarten Maathuis <madman2003@gmail.com>
15 anos atrás
Vinson Lee
57b5ca5d11
glu/sgi: Silence uninitialized variable warnings.
15 anos atrás
Vinson Lee
aae32df718
xlib: Use C-style comments.
15 anos atrás
Vinson Lee
b20382d477
trace: Silence uninitialized variable warnings.
15 anos atrás
Vinson Lee
f6ca26e5a7
trace: Add PIPE_OS_APPLE.
15 anos atrás
Vinson Lee
6ce28a755c
gallium/util: Add PIPE_OS_APPLE to u_stream_stdc.c.
15 anos atrás
Vinson Lee
5e73bcb396
gallium/util: Add PIPE_OS_APPLE to u_network.
15 anos atrás
Vinson Lee
fb8bff341e
i915g: Use C-style comment.
15 anos atrás
Vinson Lee
cf02484fb6
glx: Compile dri2.c only if GLX_DIRECT_RENDERING is defined.
15 anos atrás
Vinson Lee
c1033299e8
ffb: Silence compiler warnings.
15 anos atrás
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.
15 anos atrás
Ian Romanick
7e210b9337
mesa: set version string to 7.7
15 anos atrás
Ian Romanick
164b583852
intel: Bump driver date to reflect status as final Q4 driver RC
15 anos atrás
Ian Romanick
75ad099d3c
mesa: set version string to 7.6.1
15 anos atrás