- 26 Jan, 2010 2 commits
-
-
Alan Hourihane authored
-
Alan Hourihane authored
-
- 24 Jan, 2010 1 commit
-
-
Vinson Lee authored
-
- 10 Jan, 2010 1 commit
-
-
José Fonseca authored
Everybody is using the C99's integer types. Everybody except Microsoft, which in turns means everybody is including their own definitions of C99 integer types for MSVC, causing duplicate definitions when linking two projects. This is the case of building Gallium and LLVM with MSVC. Shipping alternative stdint.h and stdbool.h headers for MSVC allows us to share a single definition. It also removes clutter from the Gallium headers.
-
- 01 Jan, 2010 3 commits
-
-
José Fonseca authored
Cell driver's SConscript never got written, and it is not trivial one to write, so don't accept cell in the driver option to avoid confusion.
-
José Fonseca authored
This is a substantial reorganization, This particular commit enables: - building the progs for unices platforms - glew is now built as a shared library (it is the default, and it is inconvenient and pointless to shift away from that default) - all progs get built by default
-
José Fonseca authored
This fixes MinGW cross compilation build, recently broken due to the use of convenience libraries in the GLSL preprocessor.
-
- 10 Dec, 2009 1 commit
-
-
José Fonseca authored
This is quite messy. GLSL code has to be built twice: one for the host OS, another for the target OS.
-
- 17 Nov, 2009 1 commit
-
-
Jakob Bornecrantz authored
-
- 05 Nov, 2009 1 commit
-
-
Jakob Bornecrantz authored
But there are some missing symbols, "nm -u i965_dri.so" [SNIP] U brw_surface_bo U brw_surface_pitch U brw_texture_blanket_winsys_buffer U brw_texture_get_winsys_buffer U brw_update_dirty_counts [SNIP]
-
- 05 Oct, 2009 2 commits
-
-
Jakob Bornecrantz authored
None of the other driver have a silly sufix, so just drop it. Nothing new added in this commit or any other commit but this is better marketing.
-
Jakob Bornecrantz authored
The driver never work with real hardware and has bitrotted for quite some time now, might as well drop it. If somebody wants to look at it just use git.
-
- 29 Aug, 2009 1 commit
-
-
José Fonseca authored
-
- 25 Aug, 2009 1 commit
-
-
Michel Dänzer authored
scons ... statetrackers=xorg
-
- 24 Jun, 2009 1 commit
-
-
Jakob Bornecrantz authored
This driver does no transformation of the gallium calls going to the real driver, like the identity matrix. It is intended to be the basis for transforming and/or debug drivers like trace and rbug. Authors of this patch are: Michal Krol, orignal heavy lifting. José Fonesca, object wrapping code stolen from trace. Jakob Bornecrantz, put it all toghether and renamed a stuff.
-
- 08 May, 2009 1 commit
-
-
José Fonseca authored
-
- 05 May, 2009 1 commit
-
-
José Fonseca authored
-
- 04 Apr, 2009 1 commit
-
-
Corbin Simpson authored
-
- 09 Mar, 2009 1 commit
-
-
Michel Dänzer authored
They don't seem necessary here, but they shouldn't hurt either...
-
- 18 Feb, 2009 1 commit
-
-
Jakob Bornecrantz authored
Please read previous commit for more info.
-
- 02 Feb, 2009 1 commit
-
-
Corbin Simpson authored
-
- 24 Jan, 2009 1 commit
-
-
José Fonseca authored
-
- 12 Jan, 2009 1 commit
-
-
Michel Dänzer authored
-
- 23 Oct, 2008 1 commit
-
-
Michel Dänzer authored
-
- 29 Aug, 2008 1 commit
-
-
Jonathan White authored
Added command line option for Scons to select which version of MSVS to use. Versions 7.1, 8.0 and 9.0 are allowed. Usage is scons MSVS_VERSION=8.0.
-
- 21 Aug, 2008 1 commit
-
-
José Fonseca authored
-
- 07 Aug, 2008 1 commit
-
-
José Fonseca authored
Only pipe_screen calls traced, and only linux supported, for now.
-
- 15 Jul, 2008 1 commit
-
-
José Fonseca authored
-
- 13 Jul, 2008 1 commit
-
-
José Fonseca authored
Still under development. Just barely works.
-
- 27 Jun, 2008 1 commit
-
-
José Fonseca authored
-
- 06 Jun, 2008 2 commits
-
-
José Fonseca authored
-
José Fonseca authored
More logic can be shared between public and private branches this way.
-
- 05 Jun, 2008 1 commit
-
-
Jonathan White authored
Note that int32_t is typedef'd both in p_compiler.h and eglplatform.h
-
- 02 Jun, 2008 1 commit
-
-
José Fonseca authored
Conditional build of the winsys based on the platform.
-
- 31 May, 2008 1 commit
-
-
José Fonseca authored
But only actually build it on some. This results in a better default scons experience.
-
- 27 May, 2008 1 commit
-
-
José Fonseca authored
-
- 25 Apr, 2008 3 commits
-
-
José Fonseca authored
-
José Fonseca authored
-
José Fonseca authored
Actually, more like get rid of all our hacks when compiling for user-land windows. Only MSVC is supported atm though.
-
- 12 Mar, 2008 1 commit
-
-
José Fonseca authored
-