José Fonseca
883097053d
win32kprof: Store the profile data as an caller->callee hash table, instead of a trace.
hace 17 años
José Fonseca
4db631a399
gallium: Open a new file when existing profile memory map is exhausted.
hace 17 años
José Fonseca
2fafe29793
win32kprof: Generate callgraphs.
Relies on gprof2dot.py.
hace 17 años
José Fonseca
ac25408c47
win32kprof: Convert tabs to spaces.
hace 17 años
José Fonseca
1662be3764
win32kprof: Consider the section alignment when estimating the image base.
hace 17 años
Zack Rusin
4d38d86b2c
add edge detection to that example
hace 17 años
Brian Paul
ec9c79a7dd
mesa: initial support for GLSL struct/array comparisons
hace 17 años
Brian Paul
c9a7ee2d00
mesa: added null ptr check (error handling case)
hace 17 años
Brian Paul
5ba32b79d8
mesa: fix +=, -=, etc. operators
hace 17 años
Jonathan White
467e6526a8
gallium: Temporary workaround for mismatched pipe create and pipe destroy
hace 17 años
Brian Paul
7e8f79e39d
mesa: remove an error check for NV_v_p that doesn't apply to ARB_v_p
hace 17 años
Brian Paul
70d3928f63
mesa: fix some issues in _mesa_validate_program()
hace 17 años
Brian Paul
fbf26e109b
mesa: assorted glsl uniform/attribute fixes
Fix incorrect uniform/attribute size query results.
Add missing error checking for glUniform, glUniformMatrix params
Fix an array size/allocation error.
hace 17 años
Brian Paul
d8cbac5330
mesa: remove debug code
hace 17 años
Jakob Bornecrantz
1753ff9872
tgsi: Update Makefile to include tgsi_iterate.c
hace 17 años
Michal Krol
b3c8d0c348
tgsi: Parse source register extended swizzle.
hace 17 años
Michal Krol
9d068d4b90
tgsi: Add support for branch instructions with target labels.
hace 17 años
Michal Krol
25a7f422b4
tgsi: Warn if an indirect register not ADDR[0].
hace 17 años
Michal Krol
73e1d0be75
tgsi: Add support for indirect addressing in dump, sanity and text modules.
hace 17 años
Michal Krol
613f0df64d
tgsi: Remove redundant code.
hace 17 años
Michal Krol
83f245bd24
tgsi: Use tgsi_iterate in tgsi_dump.
hace 17 años
Michal Krol
57482e1549
tgsi: Keep version and processor info in iterate_ctx.
hace 17 años
Michal Krol
fef7f2b070
tgsi: Fix error handling.
hace 17 años
Michal Krol
82f11f7e7c
tgsi: Tidy up and fix tgsi_dump.
hace 17 años
Michal Krol
307a252d15
tgsi: Fix dump enums.
hace 17 años
Michal Krol
15c902455f
tgsi: Preserve flags parameter for tgsi_dump().
hace 17 años
Michal Krol
5e9ea9d938
scons: List util/tgsi_dump_c.c.
hace 17 años
Michal Krol
5ded4ffc50
tgsi: Split tgsi_dump into two modules.
hace 17 años
José Fonseca
2170ec9048
pipebuffer: More detailed description of bufer over-/undereflows.
hace 17 años
José Fonseca
5853b6c2fe
python/tests: Check support for non-pot/non-square textures.
hace 17 años
José Fonseca
43df2fe2d9
gallium: Fix typo in function name.
hace 17 años
José Fonseca
939be248fe
raw2png: Handle r5g6b5 format.
hace 17 años
José Fonseca
b1d6ff1afd
python/tests: Specify the right texture target when querying formats.
hace 17 años
José Fonseca
8aafc03b26
gallium: Finer grained is_format_supported.
hace 17 años
José Fonseca
ff26c50153
tgsi: Make tgsi_sanity return TRUE on success as documented.
hace 17 años
José Fonseca
1a8ceb3828
gallium: Move PIPE_TEXTURE_USAGE* to p_defines.h
hace 17 años
Brian Paul
72e57b52f0
mesa: glsl: various writemask/swizzle improvements and clean-ups
hace 17 años
Brian Paul
7218626cf5
mesa: rework array/struct addressing code.
The slang_ir_storage type now has a pointer to parent storage to represent
storage of an array element within an array, or a field within a struct.
This fixes some problems related to addressing of fields/elements in non-
trivial cases. More work to follow.
hace 17 años
Brian Paul
a4fd90e325
mesa: regenerated file
hace 17 años
Brian Paul
2b3515c5b2
mesa: fix some GLSL /= int operators
plus add a few more special constructors to improve code quality.
hace 17 años
Brian Paul
b64882d0f8
mesa: fix set_program_uniform_matrix(): need to loop over matrix count
hace 17 años
José Fonseca
583b9ccbd5
gallium: Add a pf_is_ycbcr utility function.
hace 17 años
José Fonseca
3ca935d9ef
python/tests: Extend the texture tests to cover volumes.
hace 17 años
José Fonseca
bfee84df86
python: Add methods to get texture width, height, etc.
SWIG does a poor job with arrays inside structures.
hace 17 años
Michal Krol
1e5419fa30
tgsi: Express tgsi_sanity in terms of tgsi_iterate.
hace 17 años
Michal Krol
e1fd3ea415
scons: List util/tgsi_iterate.c.
hace 17 años
Michal Krol
638ecbda3e
tgsi: Add tgsi_iterate_shader utility.
Walks the token stream and invokes callbacks.
hace 17 años
Michal Krol
f2053cfa1a
tgsi: Fix parsing an instruction with no operands.
hace 17 años
Michal Krol
10d1dc68a4
tgsi: Perform a sanity check after reading a shader from text.
hace 17 años
Michal Krol
3c5ec98e45
scons: List util/tgsi_sanity.c.
hace 17 años