nvc0: use most defs/decls from nouveau_pushbuf.h
[mesa.git] / src / gallium / auxiliary /
2010-12-20 Ben SkeggsMerge remote branch 'origin/master' into nvc0-new
2010-12-20 Marek Olšákgallium: remove unused 'buf' parameter in pipe_buffer_unmap
2010-12-19 Christoph BumillerMerge remote branch 'origin/master' into nvc0-new
2010-12-17 José Fonsecagallivm: Cleanup util_format_xxx_fetch_xxx call generation.
2010-12-16 Brian Paulgallivm: fix copy&paste error from previous commit
2010-12-16 Brian Paulgallivm: work around LLVM 2.6 bug when calling C functions
2010-12-16 Brian Pauldraw: s/varient/variant/
2010-12-15 Jerome Glissegallium: properly check for src->dst blit compatibilities
2010-12-14 Brian Paulgallivm: do texture swizzle after shadow compare
2010-12-13 Brian Paulgallivm: store callbacks in a linked list rather than...
2010-12-11 Marek Olšáktgsi: fix rbug compile error
2010-12-10 Brian Pauldraw/llvm: don't flush in vs_llvm_delete()
2010-12-10 Brian Pauldraw/llvm: remove redundant comment
2010-12-10 Brian Pauldraw/llvm: remove extraneous conditional
2010-12-07 Marek Olšáku_blitter: use util_is_format_compatible in the assert
2010-12-06 Brian Paulgallium/util: minor formatting fixes
2010-12-05 Xavier Chantryinit ps->context with util_surfaces_get and do_get
2010-12-05 Xavier Chantrynvfx: fixes after array textures merge
2010-12-03 Brian Paulmesa: consolidate some compiler -D flags
2010-12-03 Brian Paulgallivm: fix null builder pointers
2010-12-03 Brian Paulgallivm/llvmpipe: remove lp_build_context::builder
2010-12-02 Zack Rusingallium/util: add states relevant to geometry shaders
2010-12-02 José Fonsecautil: Don't try to use imagehlp on mingw.
2010-12-02 José Fonsecautil: __builtin_frame_address() doesn't work on mingw.
2010-12-02 José Fonsecautil: Plug leaks in util_destroy_gen_mipmap.
2010-12-02 José Fonsecautil: C++ safe.
2010-12-02 Roland Scheideggergallium: support for array textures and related changes
2010-11-30 Brian Paulgallivm/llvmpipe: squash merge of the llvm-context...
2010-11-30 Marek Olšákutil: rename u_mempool -> u_slab
2010-11-30 Zack Rusingallivm: fix storing of the addr register
2010-11-28 Marek Olšáku_blitter: interpolate clear color using a GENERIC...
2010-11-25 Marek Olšáku_blitter: use PIPE_TRANSFER_DISCARD to prevent cpu...
2010-11-25 Chia-I Wuauxiliary: util_blit_pixels_tex should restore the...
2010-11-22 Marek Olšákgallium: add PIPE_SHADER_CAP_SUBROUTINES
2010-11-22 Keith WhitwellMerge branch 'lp-offset-twoside'
2010-11-21 Chia-I Wutgsi: Add STENCIL to text parser.
2010-11-17 Jakob Bornecrantzgallium: Remove redundant sw and debug target helpers
2010-11-12 Marek Olšáktgsi: fill out CAPs for indirect addressing
2010-11-10 Zack Rusingallivm: implement indirect addressing over inputs
2010-11-09 José Fonsecagallivm: Allocate TEMP/OUT arrays only once.
2010-11-09 Zack Rusingallivm: implement indirect addressing of the output...
2010-11-08 Michal Krolos: Open file streams in binary mode.
2010-11-05 Jakob Bornecrantzscons: Remove old pipebuffer SConscript
2010-11-05 Brian Paulgallivm: add const qualifiers, fix comment string
2010-11-05 Brian Paulgallivm: alloca() was called too often for temporary...
2010-11-04 Brian Paultgsi: remove unused function
2010-11-04 Brian Paulgallivm: implement execution mask for scatter stores
2010-11-04 Brian Paulgallivm: added lp_elem_type()
2010-11-04 Brian Paulgallivm: add pixel offsets in scatter stores
2010-11-04 Brian Paulgallivm: added debug code to dump temp registers
2010-11-04 Michal Kroltgsi/build: Reduce interface clutter.
2010-11-04 Michal Kroltgsi/exec: Get rid of obsolete condition codes.
2010-11-04 Michal Kroltgsi/exec: Cleanup the remaining arithmetic instructions.
2010-11-03 Brian Paulgallivm: add some LLVM var labels
2010-11-03 Brian Paulgallivm: implement scatter stores into temp register...
2010-11-01 José Fonsecascons: Revamp how to specify targets to build.
2010-10-29 Chia-I WuMerge branch 'glapi-reorg'
2010-10-28 José Fonsecagallivm: Remove the EMMS opcodes.
2010-10-28 José Fonsecagallivm: always enable LLVMAddInstructionCombiningPass()
2010-10-28 José Fonsecagallium: Avoid using __doc__ in python scripts.
2010-10-27 Kenneth GraunkeFix build on systems where "python" is python 3.
2010-10-25 Brian Paultranslate: remove unused prototypes
2010-10-25 Brian Paultranslate: use function typedefs, casts to silence...
2010-10-25 Brian Paulrtasm: use pointer_to_func() to silence warning
2010-10-25 Brian Paulutil: use pointer_to_func() to silence warning
2010-10-22 Brian PaulMerge branch 'primitive-restart-cleanup'
2010-10-22 Brian Pauldraw: implement primitive splitting for primitive restart
2010-10-21 Brian Pauldraw: fix typo in comment
2010-10-21 Vinson Leegallivm: Silence uninitialized variable warning.
2010-10-21 Vinson Leegallivm: Silence uninitialized variable warnings.
2010-10-21 Vinson Leegallivm: Silence uninitialized variable warnings.
2010-10-21 Vinson Leedraw: Remove unnecessary header.
2010-10-20 Brian Pauldraw: use float version of LLVM Mul/Add instructions
2010-10-20 Brian Paulllvmpipe/draw: always enable LLVMAddInstructionCombinin...
2010-10-20 Vinson Leedraw: Move loop variable declaration outside for loop.
2010-10-20 Keith Whitwelldraw: make sure viewport gets updated in draw llvm...
2010-10-20 Keith WhitwellMerge branch 'llvm-cliptest-viewport'
2010-10-20 Hui Qi Taydraw: corrections to allow for different cliptest cases
2010-10-19 Brian Paulgallivm: fix incorrect type for zero vector in emit_kilp()
2010-10-18 José Fonsecagallivm: Add a note about SSE4.1's nearest mode rounding.
2010-10-18 Keith WhitwellMerge remote branch 'origin/master' into lp-setup-llvm
2010-10-18 José Fonsecagallivm: Comment lp_build_insert_new_block().
2010-10-18 Keith Whitwellllvmpipe: clean up fields in draw_llvm_variant_key
2010-10-17 Hui Qi Taydraw: corrections for w coordinate
2010-10-17 José Fonsecagallivm: Fix SoA cubemap derivative computation.
2010-10-15 Brian Paulgallivm: use util_snprintf()
2010-10-15 Brian Paulgallivm: added lp_build_load_volatile()
2010-10-15 Brian Paulgallivm: added lp_build_print_vec4()
2010-10-15 Jakob Bornecrantztarget-helpers: Remove per target software wrapper...
2010-10-15 Jakob Bornecrantzwrapper: Add a way to dewrap a pipe screen without...
2010-10-15 Jakob Bornecrantzwrapper: Fix spelling
2010-10-15 Keith Whitwellgallium: move some intrinsics helpers to u_sse.h
2010-10-15 Dave Airlietgsi: add scanner support for centroid inputs
2010-10-14 Brian Paulgallivm: add compile-time option to emit inst addrs...
2010-10-14 Hui Qi Taydraw: sanitize llvm variant key
2010-10-13 José Fonsecagallivm: More accurate float -> 24bit & 32bit unorm...
2010-10-13 Brian Paulgallivm: work-around trilinear mipmap filtering regress...
2010-10-13 Vinson Leegallivm: Remove unnecessary header.
2010-10-13 Roland Scheideggergallivm: only use lp_build_conv 4x4f -> 1x16 ub fastpat...
2010-10-13 Brian Pauldraw/llvmpipe: replace DRAW_MAX_TEXTURE_LEVELS with...
next