Michal Krol
94f9faab31
tgsi: Opcode information.
17 年前
Zack Rusin
d8be393cb6
fix compilation
17 年前
Michal Krol
e7e992b12a
mesa: KIL -> KIL, KIL_NV -> KILP.
17 年前
Michal Krol
db38708c43
i915: Swap meanings of KIL and KILP.
17 年前
Michal Krol
e8e75c8c86
cell: KILP is a predicated discard, KIL is a conditional discard.
17 年前
Michal Krol
f0874d1a6b
tgsi: Swap meanings of KIL and KILP opcodes.
17 年前
Michal Krol
f633b14b92
gallivm: Translate KIL instead of KILP.
17 年前
Michal Krol
0c8f4c25ff
draw: Use KIL instead of KILP.
17 年前
Michal Krol
9804ab9acc
gallium: Make a note that OPCODE_KIL is a conditional kill.
Map OPCODE_TEXKILL to OPCODE_KIL.
17 年前
Brian Paul
4424c66875
gallium: more context clean-up
17 年前
Brian Paul
a6880ace4c
mesa: glsl: fix error detection of writing to read-only variables
17 年前
Brian Paul
c01fbc7866
mesa: texture crop rect state
17 年前
Brian Paul
5af60556ed
mesa: glsl: fix comment
17 年前
Brian Paul
faad665594
gallium: distinguish between KIL and KILP
Note: KIL (unconditional) not done yet.
17 年前
Brian Paul
8f243d6593
mesa: glsl: enable bzero() in slang_typeinfo_construct()
17 年前
Brian Paul
ee7296d319
mesa: glsl: remove reads of output regs from fragment shaders too
17 年前
Brian Paul
af3d9dba56
mesa: set point state
17 年前
Brian Paul
49c2ee9d99
mesa: allow _mesa_remove_output_reads() to work on fragment programs
17 年前
Brian Paul
0fe0dc32e4
mesa: glsl: better error messages
17 年前
Brian Paul
ef82311b3d
mesa: glsl: regenerated files
17 年前
Brian Paul
3e0bbd404a
mesa: glsl: additional constructors
17 年前
Brian Paul
42b262d01a
mesa: glsl: better mod() functions
17 年前
José Fonseca
3eea56dc93
mesa: Rename sources to sources.mak.
17 年前
José Fonseca
0f5a2ebec4
gallium: Disable debug break by default on windows.
17 年前
José Fonseca
80d3a653f0
tgsi: Prevent division by zero.
17 年前
José Fonseca
3b5ee3d6de
gallium: Allow compilation inside X.
17 年前
José Fonseca
cf16285d1b
gdi: Remove CVS keyword.
17 年前
José Fonseca
ebb5855821
glut: Remove EOF characters.
17 年前
José Fonseca
506b8ebdba
python: Use st_buffers instead of pipe_buffers.
17 年前
José Fonseca
4a77fadd10
trace: More dump fixes.
17 年前
José Fonseca
7b8fa937eb
trace: Fix create_blend_state dump.
17 年前
José Fonseca
e54fa77d13
trace: Dump polygon stipple state as an array.
17 年前
José Fonseca
e08072c5db
python: Bindings for p_compiler.h types.
17 年前
José Fonseca
d4d8f80388
trace: Fix create_depth_stencil_alpha_state trace.
17 年前
José Fonseca
e69e94d301
python: Bindings for pipe_{depth,stencil,alpha}_state.
17 年前
José Fonseca
166b939d52
trace: Dump pipe_{depth,stencil,alpha}_state names.
17 年前
José Fonseca
ca826d79a6
gallium: Name pipe_depth_stencil_alpha_state member structures.
So that the previously anonymous depth/stencil/alpha structures can be
identified in the traces.
This is just syntactic sugar: it does not break source or binary compatibility.
17 年前
José Fonseca
ae0c9b56d4
python: Simplify setting the constant buffers.
17 年前
José Fonseca
e7f1ac39be
python: Split the interface definition file in smaller ones.
17 年前
José Fonseca
b5f7dd0c08
python: Add unsigned arrays.
17 年前
José Fonseca
8dbb3011a1
trace: Replace buffer_map+memcpy+buffer_unmap by buffer_write
17 年前
José Fonseca
a318325b51
trace: Zero the buffers to avoid dumping uninitialized memory.
17 年前
José Fonseca
a304d27118
python: Allow writing to buffers.
17 年前
José Fonseca
e5a606883f
trace: Fix hexadecimal dumping.
17 年前
José Fonseca
94cf4f15c3
trace: Trace winsys/screen/context creation.
17 年前
José Fonseca
91f6032919
trace: Trace texture depth.
17 年前
José Fonseca
23e8c92543
python: Update the documentation.
17 年前
Michal Krol
66ef96f6dc
softpipe: Include missing header.
17 年前
Brian Paul
40436b31a6
mesa: glsl: regenerated file
17 年前
Brian Paul
1c30e56cd2
mesa: glsl: change refract() functions to allow inlining
17 年前