search for: res32

Displaying 6 results from an estimated 6 matches for "res32".

Did you mean: res2
2002 Dec 07
1
need help installing wine...Please!
...2 -D__WINE__ -D_REENTRANT -o relay.o relay.c gcc -c -I. -I. -I../../include -I../../include -g -O2 -Wall -mpreferred-stack-boundary=2 -D__WINE__ -D_REENTRANT -o res16.o res16.c gcc -c -I. -I. -I../../include -I../../include -g -O2 -Wall -mpreferred-stack-boundary=2 -D__WINE__ -D_REENTRANT -o res32.o res32.c gcc -c -I. -I. -I../../include -I../../include -g -O2 -Wall -mpreferred-stack-boundary=2 -D__WINE__ -D_REENTRANT -o spec16.o spec16.c gcc -c -I. -I. -I../../include -I../../include -g -O2 -Wall -mpreferred-stack-boundary=2 -D__WINE__ -D_REENTRANT -o spec32.o spec32.c gcc -c -I. -I....
2015 Jun 22
2
[RFC PATCH 5/8] nv50: prevent NULL pointer dereference with pipe_query functions
...y(pq); > > + if (!pq) > + return; > + > q->state = NV50_QUERY_STATE_ENDED; > > switch (q->type) { > @@ -294,9 +303,12 @@ nv50_query_result(struct pipe_context *pipe, struct pipe_query *pq, > uint64_t *res64 = (uint64_t *)result; > uint32_t *res32 = (uint32_t *)result; > boolean *res8 = (boolean *)result; > - uint64_t *data64 = (uint64_t *)q->data; > + uint64_t *data64; > int i; > > + if (!pq) > + return FALSE; > + > if (q->state != NV50_QUERY_STATE_READY) > nv50_query_update(...
2001 Apr 19
0
lex error building on Solaris 8
I get the following error when attempting to build wine 20010326 on Solaris 8, MU3 ./tools/wineinstall ... cd `dirname winebuild/__depend__` && make depend ../../tools/makedep -I. -I. -I../../include -I../../include -C. import.c main.c parser.c relay.c res16.c res32.c spec16.c spec32.c utils.c -C. cd `dirname wmc/__depend__` && make depend ../../tools/makedep -I. -I. -I../../include -I../../include -C. lang.c mcl.c utils.c wmc.c write.c mcy.y -C. cd `dirname wrc/__depend__` && make depend lex -Cf -d -Ppp -8 -olex.ppl.c ./ppl.l lex: i...
2001 Mar 11
3
Cannot even compile Wine
...y `/share/Emulators/wine-20010305/tools/specmaker' cd `dirname winebuild/__depend__` && make depend make[2]: Entering directory `/share/Emulators/wine-20010305/tools/winebuild' ../../tools/makedep -I. -I. -I../../include -I../../include -C. import.c main.c parser.c relay.c res16.c res32.c spec16.c spec32.c utils.c -C. make[2]: Leaving directory `/share/Emulators/wine-20010305/tools/winebuild' cd `dirname wmc/__depend__` && make depend make[2]: Entering directory `/share/Emulators/wine-20010305/tools/wmc' ../../tools/makedep -I. -I. -I../../include -I../../inclu...
2015 Jun 22
12
[RFC PATCH 0/8] nv50: expose global performance counters
Hello there, This series exposes NVIDIA's global performance counters for Tesla through the Gallium's HUD and the GL_AMD_performance_monitor extension. This adds support for 24 hardware events which have been reverse engineered with PerfKit (Windows) and CUPTI (Linux). These hardware events will allow developers to profile OpenGL applications. To reduce latency and to improve accuracy,
2010 Dec 01
3
Error While installing Wine on OSX version 10.4.1.1!!
...> :info:build ../../tools/makedep -C. -S../.. -T../.. client.c expr.c hash.c header.c proxy.c server.c typegen.c typelib.c typetree.c utils.c widl.c write_msft.c parser.y parser.l > :info:build ../../tools/makedep -C. -S../.. -T../.. import.c main.c parser.c relay.c res16.c res32.c spec16.c spec32.c utils.c > :info:build config.status: creating tools/winedump/Makefile > :info:build config.status: creating tools/winegcc/Makefile > :info:build ../../tools/makedep -C. -S../.. -T../.. debug.c dos.c dump.c emf.c font.c le.c lib.c lnk.c main.c minidump....