José Fonseca
c852e960cc
util: Silent potential loss of precision warnings.
...
Also ensure multiplication doesn't happen for negative numbers.
2010-01-02 00:01:42 +00:00
Vinson Lee
fd237a879f
llvmpipe: Use C-style comment.
2010-01-01 15:38:19 -08:00
Vinson Lee
dac82c378a
gallium/util: Silence format warnings.
2010-01-01 15:32:52 -08:00
Vinson Lee
88bd32383a
ARB prog parser: Silence unused variable warnings.
2010-01-01 15:12:58 -08:00
Vinson Lee
7df06e7e9d
gallium/util: Replace h_addr with h_addr_list[0].
...
Fixes compilation error on Mac OS.
2010-01-01 15:01:22 -08:00
Vinson Lee
a349687d49
glu/sgi: Initialize members of class Knotvector.
2010-01-01 14:46:30 -08:00
Vinson Lee
5d3d202ac9
glu/sgi: Initialize member of struct Property.
2010-01-01 14:39:16 -08:00
Igor Oliveira
9595b59247
tgsi: Add missing semantic name in text parser.
2010-01-01 19:03:27 +01:00
José Fonseca
486ccb55a8
r300: Fix scons build.
2010-01-01 12:16:20 +00:00
José Fonseca
89d778ff02
scons: Don't list cell as a driver.
...
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.
2010-01-01 12:16:20 +00:00
José Fonseca
cf9be46c01
llvmpipe: Add missing include path.
...
The abscense was being masked previously.
2010-01-01 12:16:20 +00:00
José Fonseca
c847a13d38
gallium: Generate a single library for auxiliaries with Make too.
2010-01-01 12:16:19 +00:00
José Fonseca
f8f4757d46
scons: Aggregate all tiny libraries in a single library.
...
Makes integration of gallium into out of tree components much easier. No
pratical change for components in this tree,
2010-01-01 12:16:19 +00:00
José Fonseca
fc8e0b97e5
gallium: Remove the sct module.
...
Not used, and its functionality is now addressed by
pipe_context::is_texture/buffer_referenced callbacks.
2010-01-01 12:16:19 +00:00
José Fonseca
7bbf7f94ea
scons: Build progs together with everything else.
...
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
2010-01-01 12:16:19 +00:00
José Fonseca
58b401315b
progs: Ignore derived files.
2010-01-01 12:16:19 +00:00
José Fonseca
cbb23523a8
glsl: Ignore programs.
2010-01-01 12:16:19 +00:00
José Fonseca
3d747eded4
scons: Don't globally define WIN32_LEAN_AND_MEAN.
...
Some of the demo progams legitimately need the functionality
that's disabled by WIN32_LEAN_AND_MEAN.
Instead the solution should be to define WIN32_LEAN_AND_MEAN just before
including windows.h on a case by case basis.
2010-01-01 12:16:19 +00:00
José Fonseca
33f44b93d2
mesa: Avoid WIN32_LEAN_AND_MEAN re-definition.
2010-01-01 12:16:18 +00:00
José Fonseca
04c7f483b4
mesa: Make condrender.[ch] prototypes match.
...
GLAPI on windows is more than "extern" -- it includes the --, so the
mismatch between condrender.[ch] prototypes causes "different linkage"
errors on windows.
2010-01-01 11:20:38 +00:00
José Fonseca
97e2c5ac0b
scons: Expose convienience libraries to the host environment.
...
This fixes MinGW cross compilation build, recently broken due to the use
of convenience libraries in the GLSL preprocessor.
2010-01-01 11:00:58 +00:00
José Fonseca
700a2ebbf1
glut: Silent the glut*_ATEXIT_HACK defined but not used warnings.
...
There are two ways to silent this: put inline keyword, or reimplement the
hack as a #define. inline keyword actually varies slightly with compiler
so I've opted by the latter.
2010-01-01 11:00:58 +00:00
Brian Paul
c9b5583518
st/mesa: implement conditional rendering
2009-12-31 14:47:21 -07:00
Brian Paul
f1b382d2e6
st/mesa: move st_query_object type to header to make it public
2009-12-31 14:46:57 -07:00
Brian Paul
41450b03a8
softpipe: implement conditional rendering
2009-12-31 14:46:15 -07:00
Brian Paul
c0b4fb06b8
gallium: pipe_context::render_condition() and mode flags
...
For conditional rendering predicated on results of an occlusion query.
If this driver function is NULL, conditional rendering is not supported by
the driver.
2009-12-31 14:45:15 -07:00
Christoph Bumiller
45a01bc5bd
nv50: small fix for handling "dangerous" swizzles
2009-12-31 22:29:39 +01:00
Brian Paul
25024d9482
Merge branch 'mesa_7_7_branch'
...
Conflicts:
configs/darwin
src/gallium/auxiliary/util/u_clear.h
src/gallium/state_trackers/xorg/xorg_exa_tgsi.c
src/mesa/drivers/dri/i965/brw_draw_upload.c
2009-12-31 09:02:27 -07:00
Brian Paul
d14beea534
mesa: remove a line of dead code
2009-12-31 08:50:26 -07:00
Brian Paul
06f10903cb
docs: 7.8 relnotes: GL_NV_conditional_render and GL_EXT_draw_buffers2
2009-12-31 08:49:28 -07:00
Brian Paul
f10470e3fe
mesa: enable ColorMaskIndexed in display lists
2009-12-31 08:49:28 -07:00
Brian Paul
34075d0219
progs/tests: added test for GL_EXT_draw_buffers2
...
Render into two color buffers (render targets). Display half of each
buffer in the window. Use different color masks for each render target.
Only enable blending for the second render target.
2009-12-31 08:49:27 -07:00
Brian Paul
fcc2e1a729
mesa: enable GL_EXT_draw_buffers2 for sw drivers
2009-12-31 08:49:27 -07:00
Brian Paul
c28b451e40
docs: update status for conditional rendering
2009-12-31 08:49:27 -07:00
Brian Paul
08d145e1d7
progs/tests: added conditional rendering test program
2009-12-31 08:49:27 -07:00
Brian Paul
aa491c19b9
mesa: turn on NV_conditional_render for software drivers
2009-12-31 08:49:27 -07:00
Brian Paul
ab26682eb4
swrast: add check for conditional rendering
2009-12-31 08:49:27 -07:00
Brian Paul
699cfaeb3c
tnl: add check for conditional rendering
2009-12-31 08:49:26 -07:00
Brian Paul
ff3a52643d
mesa: plug in API functions for conditional rendering
2009-12-31 08:49:26 -07:00
Brian Paul
007b1f42c4
mesa: added dispatch for GL_NV_conditional_render extension
2009-12-31 08:49:26 -07:00
Brian Paul
5a0eb89da5
mesa: added FLUSH_VERTICES(), more comments
2009-12-31 08:49:26 -07:00
Brian Paul
2be0d77a97
mesa: add flag for GL_NV_conditional_render extension
2009-12-31 08:49:26 -07:00
Brian Paul
0fbe828c1d
mesa: _mesa_Begin/EndConditionalRender() functions
...
For GL_NV_conditional_render and GL3.
The drawing functions don't check the query object yet.
No API dispatch yet.
2009-12-31 08:49:26 -07:00
Brian Paul
534e005185
mesa: make _mesa_lookup_query_object() an non-private inline function
2009-12-31 08:49:25 -07:00
Brian Paul
195e7657e2
swrast: use different temp array in _swrast_get_dest_rgba()
...
When using multiple color drawbuffers with blending/logicop/masking we
were overwriting color values which we still needed.
2009-12-31 08:44:27 -07:00
Christoph Bumiller
4e4244b910
nv50: fix TEXLOD sequence and use it only in FPs
2009-12-31 14:34:46 +01:00
Christoph Bumiller
616ddc8dfa
nv50: cannot kill branch if immediate is used
...
The immediate's bits eat the condition bits.
2009-12-31 14:34:42 +01:00
Christoph Bumiller
b3425bc360
nv50: make assimilate_temp safe
...
Cannot change hw reg assigned to a TGSI TEMP on the fly if
we are in a loop, conditional, or can jump around wildly.
2009-12-31 14:34:38 +01:00
Christoph Bumiller
d9ae8f31d5
nv50: handle TGSI_OPCODE_EXP,LOG
...
Not that they make much sense on nv50, but we also do LIT ...
2009-12-31 14:34:34 +01:00
Christoph Bumiller
f2cca04bd8
nv50: add support for subroutines
2009-12-31 14:34:30 +01:00