summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary
AgeCommit message (Expand)Author
2009-03-31util: Enable assembly breakpointt on x86_64.José Fonseca
2009-03-30tgsi: Condition codes are implied in KILP.Michal Krol
2009-03-30tgsi: Explain symbols used in instruction set documentation.Michal Krol
2009-03-30tgsi: Document BRA opcode.Michal Krol
2009-03-27util: Support Z24S8/Z24X8.José Fonseca
2009-03-27mesa: Use the python executable from sys.executable.José Fonseca
2009-03-26tgsi: pass zero vector to texture sampler for 1D case instead of NULLBrian Paul
2009-03-25translate: Avoid unused variable warning.José Fonseca
2009-03-25util: Use size_t (for x86_64).José Fonseca
2009-03-25util: Don't use x86 asm on x86_64.José Fonseca
2009-03-25draw: Use size_t (for x86_64).José Fonseca
2009-03-25Add #ifdefs needed to compile Gallium on Solaris with gcc or Sun ccAlan Coopersmith
2009-03-23draw: update aa points shader commentKeith Whitwell
2009-03-23gallium: Remove remnants of reference counting internals outside of p_refcnt.h.Michel Dänzer
2009-03-22debug: Add function for writing transfers to filesJakob Bornecrantz
2009-03-23util: Add a new macro for testing empty lists.José Fonseca
2009-03-22tgsi: minor commentsBrian Paul
2009-03-21tgsi: Document KIL, KILP instructions.Michal Krol
2009-03-20gallium/util: add upload manager helper moduleKeith Whitwell
2009-03-19tgsi: Document vs_2_0 instruction set operations.Michal Krol
2009-03-19tgsi: Document vs_1_1 instruction set operations.Michal Krol
2009-03-19tgsi: Begin documenting ps_2_x instruction set operations.Michal Krol
2009-03-18util: avoid clashprone UINT, UBYTE enum valuesKeith Whitwell
2009-03-18draw: use AOS_ERROR rather than clash-prone ERROR() macroKeith Whitwell
2009-03-17tgsi: Restore statement ordering.José Fonseca
2009-03-17util: Realloc takes bytes.José Fonseca
2009-03-17tgsi: Document ps_2_0 instruction set operations.Michal Krol
2009-03-17tgsi: Document ps_1_4 instruction set operations.Michal Krol
2009-03-17tgsi: Document ps_1_1 instruction set operations.Michal Krol
2009-03-17tgsi: Begin documenting GLSL instruction set operations.Michal Krol
2009-03-17tgsi: Begin documenting NV_geometry_program4 instruction set operations.Michal Krol
2009-03-17tgsi: Silence const pointer cast warnings.Michal Krol
2009-03-16util: bitmask data type.José Fonseca
2009-03-16gallium: Use struct pipe_atomic for pipe refcounts.Thomas Hellstrom
2009-03-16tgsi: Begin documenting NV_gpu_program4 instruction set operations.Michal Krol
2009-03-16tgsi: Document NV_vertex_program3 instruction set operations.`Michal Krol
2009-03-13gallium: consolidate bypass_vs and bypass_clipping flagsKeith Whitwell
2009-03-13gallium: no need to keep a copy of shader tokens in state trackerKeith Whitwell
2009-03-13gallium: Remove do_flip argument from surface_copyJakob Bornecrantz
2009-03-12tgsi: Localise SCS code.Michal Krol
2009-03-12tgsi: Rewrite NRM opcode, store 1.0 in W component.Michal Krol
2009-03-12tgsi: Begin documenting NV_fragment_program2 instruction set operations.Michal Krol
2009-03-12tgsi: Begin documenting ARB_fragment_program instruction set operations.Michal Krol
2009-03-12tgsi: Document ARB_vertex_program instruction set operations.Michal Krol
2009-03-12tgsi: Begin documenting NV_vertex_program2 instruction set operations.Michal Krol
2009-03-12util: fix debug_assert() to avoid unused variable warnings in release buildsKeith Whitwell
2009-03-11tgsi: Implement RFL, SFL, STR, X2D opcodes.Michal Krol
2009-03-11tgsi: Begin documenting NV_fragment_program instruction set operations.Michal Krol
2009-03-11tgsi: Implement RCC opcode.Michal Krol
2009-03-11tgsi: Document NV_vertex_program1_1 instruction set operations.Michal Krol