- 969ff9e xlib: Use trace usage. by José Fonseca · 16 years ago
- 3c90678 trace: Separate the trace screen/context vs the original screen/context. by José Fonseca · 16 years ago
- c67f353 mesa: Don't use alignments < 4. by José Fonseca · 16 years ago
- 449cb6b mesa: posix_memalign requires alignment to be multiple of sizeof(void*) by José Fonseca · 16 years ago
- a8540ef gallium: Catch errors from posix_memalign. by José Fonseca · 16 years ago
- 50c6092 python: Simplify st_winsys. by José Fonseca · 16 years ago
- 0ecaa37 python: Bindings fixes. by José Fonseca · 16 years ago
- d756f95 translate: Draw can request up to PIPE_MAX_ATTRIBS + 1 vertex elements. by José Fonseca · 16 years ago
- 73467e1 check for winsys->destroy before calling by Alan Hourihane · 16 years ago
- 19ff232 gallium: fix exec_kilp(), fix Exec/FuncMask test for TGSI_OPCODE_RET by Brian Paul · 16 years ago
- f3048ad gallium: in fallback_copy_texsubimage() create new tex surface for CPU read access by Brian Paul · 16 years ago
- 3a1af84 tgsi: Initial code for KILP, needs CCs working to be complete. by Michal Krol · 16 years ago
- 83a5a22 tgsi: Use a homebrew version of toupper(). by Michal Krol · 16 years ago
- bfdb1d5 tgsi: Fix typo. by Michal Krol · 16 years ago
- 4b929b3 tgsi: Validate instruction opcode and operand counts. by Michal Krol · 16 years ago
- 2caaba8 tgsi: Use tgsi_info to dump opcode names. by Michal Krol · 16 years ago
- 79e5277 tgsi: Use tgsi_opcode_info. by Michal Krol · 16 years ago
- 6d83a0c make: List tgsi_info.c. by Michal Krol · 16 years ago
- 668ac25 scons: List tgsi_info.c. by Michal Krol · 16 years ago
- 94f9faa tgsi: Opcode information. by Michal Krol · 16 years ago
- d8be393 fix compilation by Zack Rusin · 16 years ago
- e7e992b mesa: KIL -> KIL, KIL_NV -> KILP. by Michal Krol · 16 years ago
- db38708 i915: Swap meanings of KIL and KILP. by Michal Krol · 16 years ago
- e8e75c8 cell: KILP is a predicated discard, KIL is a conditional discard. by Michal Krol · 16 years ago
- f0874d1 tgsi: Swap meanings of KIL and KILP opcodes. by Michal Krol · 16 years ago
- f633b14 gallivm: Translate KIL instead of KILP. by Michal Krol · 16 years ago
- 0c8f4c2 draw: Use KIL instead of KILP. by Michal Krol · 16 years ago
- 9804ab9 gallium: Make a note that OPCODE_KIL is a conditional kill. by Michal Krol · 16 years ago
- 4424c66 gallium: more context clean-up by Brian Paul · 16 years ago
- a6880ac mesa: glsl: fix error detection of writing to read-only variables by Brian Paul · 16 years ago
- c01fbc7 mesa: texture crop rect state by Brian Paul · 16 years ago
- 5af6055 mesa: glsl: fix comment by Brian Paul · 16 years ago
- faad665 gallium: distinguish between KIL and KILP by Brian Paul · 16 years ago
- 8f243d6 mesa: glsl: enable bzero() in slang_typeinfo_construct() by Brian Paul · 16 years ago
- ee7296d mesa: glsl: remove reads of output regs from fragment shaders too by Brian Paul · 16 years ago
- af3d9db mesa: set point state by Brian Paul · 16 years ago
- 49c2ee9 mesa: allow _mesa_remove_output_reads() to work on fragment programs by Brian Paul · 16 years ago
- 0fe0dc3 mesa: glsl: better error messages by Brian Paul · 16 years ago
- ef82311 mesa: glsl: regenerated files by Brian Paul · 16 years ago
- 3e0bbd4 mesa: glsl: additional constructors by Brian Paul · 16 years ago
- 42b262d mesa: glsl: better mod() functions by Brian Paul · 16 years ago
- 3eea56d mesa: Rename sources to sources.mak. by José Fonseca · 16 years ago
- 0f5a2eb gallium: Disable debug break by default on windows. by José Fonseca · 16 years ago
- 80d3a65 tgsi: Prevent division by zero. by José Fonseca · 16 years ago
- 3b5ee3d gallium: Allow compilation inside X. by José Fonseca · 16 years ago
- cf16285 gdi: Remove CVS keyword. by José Fonseca · 16 years ago
- ebb5855 glut: Remove EOF characters. by José Fonseca · 16 years ago
- 506b8eb python: Use st_buffers instead of pipe_buffers. by José Fonseca · 16 years ago
- 4a77fad trace: More dump fixes. by José Fonseca · 16 years ago
- 7b8fa93 trace: Fix create_blend_state dump. by José Fonseca · 16 years ago
- e54fa77 trace: Dump polygon stipple state as an array. by José Fonseca · 16 years ago
- e08072c python: Bindings for p_compiler.h types. by José Fonseca · 16 years ago
- d4d8f80 trace: Fix create_depth_stencil_alpha_state trace. by José Fonseca · 16 years ago
- e69e94d python: Bindings for pipe_{depth,stencil,alpha}_state. by José Fonseca · 16 years ago
- 166b939 trace: Dump pipe_{depth,stencil,alpha}_state names. by José Fonseca · 16 years ago
- ca826d7 gallium: Name pipe_depth_stencil_alpha_state member structures. by José Fonseca · 16 years ago
- ae0c9b5 python: Simplify setting the constant buffers. by José Fonseca · 16 years ago
- e7f1ac3 python: Split the interface definition file in smaller ones. by José Fonseca · 16 years ago
- b5f7dd0 python: Add unsigned arrays. by José Fonseca · 16 years ago
- 8dbb301 trace: Replace buffer_map+memcpy+buffer_unmap by buffer_write by José Fonseca · 16 years ago
- a318325 trace: Zero the buffers to avoid dumping uninitialized memory. by José Fonseca · 16 years ago
- a304d27 python: Allow writing to buffers. by José Fonseca · 16 years ago
- e5a6068 trace: Fix hexadecimal dumping. by José Fonseca · 16 years ago
- 94cf4f1 trace: Trace winsys/screen/context creation. by José Fonseca · 16 years ago
- 91f6032 trace: Trace texture depth. by José Fonseca · 16 years ago
- 23e8c92 python: Update the documentation. by José Fonseca · 16 years ago
- 66ef96f softpipe: Include missing header. by Michal Krol · 16 years ago
- 40436b3 mesa: glsl: regenerated file by Brian Paul · 16 years ago
- 1c30e56 mesa: glsl: change refract() functions to allow inlining by Brian Paul · 16 years ago
- 2023f7f mesa: glsl: use SGE instead of SGT in step() functions by Brian Paul · 16 years ago
- 90ffd27 mesa: glsl: fix bugs in refract() functions, plus minor optimization by Brian Paul · 16 years ago
- 0423a39 version 20 of glxext.h by Brian Paul · 16 years ago
- 1a1079e version 41 of glext.h by Brian Paul · 16 years ago
- 6fccd8d mesa: glsl: add missing sampler types in sizeof_glsl_type(), bug 17079 by Brian Paul · 16 years ago
- a0a6144 gallium: added comment by Brian Paul · 16 years ago
- e552140 gallium: added _NEW_PROGRAM to dependencies by Brian Paul · 16 years ago
- d506fc0 gallium: debug/print vertex tweak by Brian Paul · 16 years ago
- 2260472 gallium: emit sprite coords (gl_PointCoord) by Brian Paul · 16 years ago
- 5549d35 trace: Dump writes to pipe_buffers. by José Fonseca · 16 years ago
- 376f2cb trace: Prevent tracing internal pipe driver calls. by José Fonseca · 16 years ago
- dc31bb5 gallium: Invert include order. by José Fonseca · 16 years ago
- 696067e trace: Dump shaders as text. by José Fonseca · 16 years ago
- 673489f tgsi: Dump shaders to a string too. by José Fonseca · 16 years ago
- 3e1974f util: Utility functions to print to a string buffer without overflowing. by José Fonseca · 16 years ago
- b65259d trace: Allow to dump binary data. by José Fonseca · 16 years ago
- 6c7aff2 trace: Trace pipe_winsys calls. by José Fonseca · 16 years ago
- fcfe638 trace: Remove unused code. by José Fonseca · 16 years ago
- 74b14fe mesa: fix some feature tests by Brian Paul · 16 years ago
- 966e199 mesa: fix some pixel transfer state tests for depth formats by Brian Paul · 16 years ago
- 2785822 gallium: fix additional glCopyTex[Sub]Image issues by Brian Paul · 16 years ago
- 48cf46a mesa: fix out-of-bounds memory reads in swizzle_copy() by Brian Paul · 16 years ago
- 74d649d trace: Prevent from internal calls from pipe_context to pipe_screen from being traced. by José Fonseca · 16 years ago
- 9dcb956 gallium: Add destroy callback to all *_winsys interfaces. by José Fonseca · 16 years ago
- be36f78 i965: Remove extraneous arg to debug_printf. by José Fonseca · 16 years ago
- 4e070f1 gallium: clean-up, remove dead code, update comments by Brian Paul · 16 years ago
- c1c4ff2 gallium: use PIPE_FORMAT_X8Z24_UNORM for 24-bit Z but no stencil by Brian Paul · 16 years ago
- fdb7dc8 softpipe: add support for PIPE_FORMAT_X8Z24_UNORM, PIPE_FORMAT_Z24X8_UNORM by Brian Paul · 16 years ago
- 6a82ea2 trace: Simplify HTML output. by José Fonseca · 16 years ago
- 05e9096 trace: Merge the CSS into the XSL. by José Fonseca · 16 years ago
- ce2137a trace: Dump format names. by José Fonseca · 16 years ago