Jakob Bornecrantz
358aab12c6
mesa: State tracker now checks for faulty shaders on debug
пре 17 година
Jakob Bornecrantz
ad16ecbbe4
tgsi: Make tgsi_sanity.c compile with make
пре 17 година
José Fonseca
eef2edadf3
trace: Fix typo in build instructions.
пре 17 година
Brian Paul
b1f5fbe1cb
mesa: fix MSAA enable state in update_multisample()
пре 17 година
Brian Paul
987c4b35b8
mesa: remove some assertions that are invalid during context tear-down
пре 17 година
Keith Whitwell
cd23c5c599
mesa: get another class of degenerate dlists working
Primitive begin in one dlist, end in another.
пре 17 година
Brian Paul
75c19eb5a1
gallium: add another value check to util_fast_pow()
Fixes glitches seen in morph3d demo.
пре 17 година
Brian Paul
44e53b37a0
cell: fix twiddled tile display for XSHM. Fixed blank window problem.
пре 17 година
Brian Paul
33aa5b6964
cell: disable calls to old gen code
пре 17 година
Brian Paul
aa66f08a21
cell: initial support for fragment shader code generation.
TGSI shaders are translated into SPE instructions which are then sent to
the SPEs for execution. Only a few opcodes work, no swizzling yet, no
support for constants/immediates, etc.
пре 17 година
Brian Paul
dbbbc33344
use APP_CC
пре 17 година
Brian Paul
084ab37b7f
cell: fix tile twidding bug seen in the event of multiple expose events
пре 17 година
Brian Paul
bc304bbd49
cell: minor improvements to fragment code-gen
пре 17 година
Brian Paul
178bbaff80
gallium: add special cases in spe_load_float(), spe_load_int(), added spe_splat()
пре 17 година
Brian Paul
be925ab6e8
cell: put cell_ prefix on gen_fragment_function()
пре 17 година
Brian Paul
fbf1586b36
gallium: typo: s/PIPE_FORMAT_Z16UNORM/PIPE_FORMAT_Z16_UNORM/
пре 17 година
Dima Zavin
7d3d5fb7a5
egl_xdri: Add the top-level lib dir so we link against the libGL we built.
пре 17 година
Dima Zavin
912488a8d0
egl_dri/egl_xdri: Makefiles should use pkg-config to find libdrm.
пре 17 година
Brian Paul
d50d68a1c9
glut: only call glFinish() in processWindowWorkList() for indirect contexts.
Basically, do as the comment says.
пре 17 година
Brian Paul
90c93bbeee
define new APP_CC configuration variable for building apps/demos/tests
For Cell, need to use different compilers for the libraries vs. the demos/tests
to avoid strange link error regarding "_Unwind_GetIPInfo@GCC_4.2.0"
пре 17 година
Brian Paul
7ce1d0fb67
cell: more comments, stub code for colormask/logicop/etc
пре 17 година
Brian Paul
5c459b3925
simple quad drawing test
пре 17 година
Brian Paul
1b5331d7eb
cell: fix typos in blend code-gen
пре 17 година
Brian Paul
73c6ae98c1
cell: remove old state CMDs, added comments
пре 17 година
Brian Paul
f6bf8d9d41
cell: clean-up, comments
пре 17 година
Brian Paul
a558369ec6
cell: disable NEW_VS emit
пре 17 година
Brian Paul
924653e37d
cell: don't build unused sources
пре 17 година
Brian Paul
f19903aa83
cell: remove old blend/depth/stencil/logicop structs
пре 17 година
Brian Paul
aa4a08d429
cell: asst. clean-up
пре 17 година
Brian Paul
283ffdf996
cell: checkpoint: remove more of the old per-fragment code
пре 17 година
Brian Paul
add86031db
cell: begin new blending code (both codegen and fallback paths)
пре 17 година
Brian Paul
6092a05704
cell: fix shuffle in spu_unpack_B8G8R8A8()
пре 17 година
Brian Paul
5336e758a4
cell: added cast in spu_splats() call
пре 17 година
Brian Paul
701fcee65d
cell: remove old per-fragment code, replace with all new code
пре 17 година
Brian Paul
284ab5a612
cell: checkpoint commit of new per-fragment processing
Do code generation for alpha test, z test, stencil, blend, colormask
and framebuffer/tile read/write as a single code block.
Ian's previous blend/z/stencil test code is still there but mostly disabled
and will be removed soon.
пре 17 година
Brian Paul
ee582fd3a7
gallium: assorted additions and fixes to Cell SPE rtasm code
Fix incorrect opcode for fsmbi.
Added "macro" functions for loading floats/ints, register complement, zero, move.
Added #defines for return address and stack pointer registers.
Added assertions to check that the instruction buffer doesn't overflow.
пре 17 година
Brian Paul
04ae4fba3c
cell: minor change to Z float/int conversion code (avoid switch)
пре 17 година
Brian Paul
cd9722dcdd
cell: comments
пре 17 година
Brian Paul
0e79e474de
cell: comments, etc.
пре 17 година
Brian Paul
bb5becf1e2
gallium: comments, assertions, etc
пре 17 година
Brian Paul
83054d9297
press 'c' to toggle Z clear value between 0/1
пре 17 година
Brian Paul
8df4c3a21f
press 'f' to cycle through depth test funcs
пре 17 година
José Fonseca
eb5b16d278
tgsi: Fix newline pos.
пре 17 година
José Fonseca
dc1834a873
tgsi: Verify constants are set before attempting to read them.
пре 17 година
José Fonseca
d671cf460f
softpipe: Code (commented out) to dump BMPs.
пре 17 година
José Fonseca
bfe45670ae
util: Ensure we always have a full qualified file name on windows display.
пре 17 година
Michal Krol
67c213499a
util: Enable u_stream_std.c for PIPE_SUBSYSTEM_WINDOWS_USER.
пре 17 година
Michal Krol
05ecd6d402
softpipe: Silence compiler warning on Windows.
пре 17 година
Michal Krol
56e7c5522e
softpipe: Protect pipe_condvar_signal/broadcast calls with a mutex.
пре 17 година
Michal Krol
68e672a864
softpipe: Set SP_NUM_QUAD_THREADS 1 effectively disabling multithreaded softpipe.
We want to make it env variable, or even better, autodetect as the feature makes
softpipe run slower on a single CPU.
пре 17 година