Commit Graph

15762 Commits

Author SHA1 Message Date
Brian Paul
1a46dcc8a9 gallium: replace LOG2() macro with util_fast_log2() inline func 2008-08-22 15:25:21 -06:00
Brian Paul
1c2ff4d9e6 gallium: use new util_fast_exp2(), _log2(), pow() functions
New code surrounded with #if FAST_MATH to allow comparing against original
code if we need to debug.
2008-08-22 15:16:43 -06:00
Brian Paul
07bebb839d mesa: glsl: regenerated file 2008-08-22 15:14:47 -06:00
Brian Paul
47d4b958cf mesa: glsl: implement exp() functions in terms of EXP asm instruction, not pow 2008-08-22 15:14:36 -06:00
Brian Paul
9e2b867b3f gallium: new u_math.[ch] files for math functions
So far, optimized/low-precision versions of exp(), exp2(), log2(), pow().
2008-08-22 15:13:47 -06:00
José Fonseca
d32f51d471 python/retrace: Interpret texture/surfaces destructions. 2008-08-22 03:14:51 +01:00
José Fonseca
807a7487ff trace: Don't trace texture/surfaces releases, only destructions. 2008-08-22 03:14:24 +01:00
José Fonseca
152d00d199 trace: Use a 4 hexadecimal digit suffix. 2008-08-22 03:13:27 +01:00
José Fonseca
7f3c3683ce python/retrace: Process the trace call-by-call (instead of reading everything into memory). 2008-08-22 01:23:48 +01:00
José Fonseca
10624065b0 python/retrace: Support gziped traces. 2008-08-21 18:46:04 +01:00
José Fonseca
34d12c1787 trace: Hack to detect writes to user buffers.
It often happens that new data is written directly to the user buffers
without mapping/unmapping. This hack marks user buffers and dumps them
before passing them to pipe context.
2008-08-21 18:46:04 +01:00
José Fonseca
0fff3e4ea9 trace: Split the output stream on windows.
Because windows limits the ammount of memory that can be mapped.
2008-08-21 18:46:04 +01:00
José Fonseca
f52db6cd44 scons: Build the trace pipe driver by default. 2008-08-21 18:46:03 +01:00
Brian Paul
ad9c862ffb mesa: glsl: fix a swizzle bug in storage_to_src_reg()
Need to remove the 'nil' components before swizzling a swizzle
2008-08-20 14:40:02 -06:00
Brian Paul
e55093bf2f mesa: glsl: add check for exceeding max number of constants/uniforms 2008-08-20 14:39:10 -06:00
Brian Paul
29bee15b1e mesa: glsl: regenerated file 2008-08-20 11:07:25 -06:00
Brian Paul
ef33697c7e mesa: glsl: better implementation of ftransform() 2008-08-20 11:06:53 -06:00
Brian Paul
0fae764898 gallium: test for and cull prims with inf/nan vertices in sp_setup.c code. 2008-08-20 10:32:26 -06:00
Brian Paul
f6abdb2043 gallium: fix typo in LINE() macro (replace i+1 with i1 var)
We were sometimes referencing an invalid vertex.
Fixes progs/trivial/line-clip.c test among others.
2008-08-20 10:32:26 -06:00
José Fonseca
34cffce334 python/retrace: Retrace draw_elements and draw_range_elements. 2008-08-20 16:57:51 +01:00
José Fonseca
1d881b8e84 python: bindings for draw_range_elements. 2008-08-20 16:57:51 +01:00
Brian Paul
815cdcfbc0 mesa: allow for extra per-context init 2008-08-19 18:14:15 -06:00
Brian Paul
7f9959ae83 gallium: fix do_flip bug in sp_surface_copy()
Surfaces are always in y=0=top raster order so the caller should invert
the Y coordinate if needed; don't do it in sp_surface_copy().

Fixes a glCopyTexture regression.
2008-08-19 17:41:34 -06:00
Brian Paul
63c0970dca gallium: fix an assertion 2008-08-19 17:04:48 -06:00
Brian Paul
84a496746e gallium: implement a fast-path for glReadPixels for common cases 2008-08-19 14:35:32 -06:00
Brian Paul
e90c0c976d gallium: do a proper implementation of GL_OES_read_format
Examine the currently bound color buffer's format to see if there's a good
format/type match.
2008-08-19 14:35:31 -06:00
José Fonseca
9e3aaa5048 gallium: WinCE build fixes. 2008-08-19 21:35:06 +01:00
José Fonseca
d7f8b95e09 python/retrace: Add several missing functions. 2008-08-19 21:35:06 +01:00
José Fonseca
d27ffb8c6d trace: Fix pipe_clip_state dump. 2008-08-19 21:35:06 +01:00
José Fonseca
9adfc57a4c python: Handle null state. 2008-08-19 21:35:06 +01:00
José Fonseca
5f1ef11ad2 python/retrace: Trim null chars.
They are often left in memory mapped files, and are not part of the XML
accept chars anyway.
2008-08-19 21:35:06 +01:00
José Fonseca
200d6dcc83 trace: Support C++. 2008-08-19 21:35:06 +01:00
Brian Paul
ff01a12b23 mesa: glsl: more writemask error checking 2008-08-19 12:04:35 -06:00
Brian Paul
bec1519a32 mesa: glsl: added some post incr/decr error checks 2008-08-19 11:31:10 -06:00
Brian Paul
c4cf2513e6 mesa: glsl: limit function matching through casting 2008-08-19 11:23:25 -06:00
Brian Paul
3e1706f720 mesa: glsl: add usage tracking for uniform vars
Unused uniforms are no longer included in the active uniforms list.
2008-08-19 10:27:06 -06:00
Brian Paul
df9bd01ea0 mesa: glsl: put var emit/ref code into separate functions 2008-08-19 10:05:11 -06:00
Michal Krol
146a0fba00 gallium: Add note about vs_2_0 EXPP mapping. 2008-08-19 15:32:09 +02:00
Michal Krol
47e14cc093 Add NV_vertex_program specific tests. 2008-08-19 14:44:41 +02:00
Michal Krol
2858ec66c2 Add support for NVIDIA programs. 2008-08-19 14:43:19 +02:00
Michal Krol
4405e428e4 tgsi: Implement LOG opcode for SSE2 codegen. 2008-08-19 12:08:14 +02:00
Michal Krol
0d9d2045e8 tgsi: Implement EXP opcode for SSE2. 2008-08-19 11:47:30 +02:00
José Fonseca
7f2d349b2d mesa: Call pipe->destroy on context destruction for all platforms. 2008-08-19 02:24:13 +01:00
José Fonseca
f9e14e0dac xlib: Revert destroying pipe_screen (temporary). 2008-08-19 00:18:55 +01:00
Michal Krol
de3083be71 tgsi: Fix ARL opcode in SSE2 codegen. 2008-08-19 00:44:18 +02:00
Michal Krol
5d0a079fd0 st: Do not translate program constants to immediates when
indirect addressing used.
2008-08-19 00:44:16 +02:00
Michal Krol
3eeaa943e2 st: Translate address register declaration. 2008-08-19 00:44:15 +02:00
Michal Krol
81dbc31f8b st: Fix immediate construction. 2008-08-19 00:44:13 +02:00
Michal Krol
2b512c0135 tgsi: Workaround debug output buffer size limitations. 2008-08-19 00:44:11 +02:00
Michal Krol
5b16730df8 Port vp to Windows. 2008-08-19 00:44:09 +02:00