draw: Implement TGSI_OPCODE_TRUNC.
[mesa.git] / src /
2008-11-05 michaldraw: Implement TGSI_OPCODE_TRUNC.
2008-11-05 michaltgsi: Implement OPCODE_TRUNC.
2008-11-05 Alan HourihaneMerge commit 'origin/master' into gallium-0.2
2008-11-04 Brian Paulmesa: fix float-valued GLSL vertex attribute variables
2008-11-03 Alan Hourihanegallium: no renderbuffer, so just exit.
2008-11-03 Michal Krolgallium: Silence compiler warnings on Windows.
2008-11-03 José Fonsecagallium: Read from PIPE_FORMAT_Z32_FLOAT.
2008-11-03 Eric Anholti965: Clean up stale NDC comment.
2008-11-03 Eric Anholti965: Avoid vs header computation for negative rhw...
2008-11-03 Eric Anholti965: Merge GM45 into the G4X chipset define.
2008-11-03 Eric Anholti965: Fix copy'n'paste issue that made brw->urb.constra...
2008-11-03 José Fonsecagallium: WinCE portability fixes.
2008-11-03 José Fonsecagallium: Fix typo.
2008-11-03 José Fonsecasoftpipe: Don't call pipe_buffer_destroy directly.
2008-11-03 José Fonsecapipebuffer: Ensure refcounts of live buffer objects...
2008-11-03 José Fonsecagallium: Ensure refcounts of live objects are never...
2008-11-03 José Fonsecagallium: Fix msvc warning.
2008-11-02 Eric Anholti965: Clean up stale NDC comment.
2008-11-02 Eric Anholti965: Avoid vs header computation for negative rhw...
2008-11-02 Eric Anholti965: Merge GM45 into the G4X chipset define.
2008-11-02 Eric Anholti965: Fix copy'n'paste issue that made brw->urb.constra...
2008-11-01 Alan HourihaneMerge commit 'origin/master' into gallium-0.2
2008-11-01 Brian Paulmesa: silence warnings
2008-11-01 Brian Paulmesa: do scope replacement for while/for loops too
2008-11-01 Brian Paulmesa: glsl tree print improvements
2008-11-01 Brian Paulmesa: fix assignment / parameter passing of sampler...
2008-11-01 Brian Paulmesa: additional debug flags for glsl debug/disassembly
2008-11-01 Keith PackardFix for 58dc8b7: dest regions must not use HorzStride...
2008-10-31 Brian Paulmesa: fix some bugs with precision qualifier parsing
2008-10-31 Brian Paulmesa: do scope replacement for variable initializers too
2008-10-31 Brian Paulmesa: fix copy/paste error in GLSL error msg
2008-10-31 Eric Anholtintel: pixelzoom doesn't apply to glBitmap, so disable...
2008-10-31 Eric Anholtintel: Remove fallback for glDrawPixels(GL_COLOR_INDEX)
2008-10-31 Eric Anholtintel: Add more fallback debugging for glDrawPixels.
2008-10-31 Gary Wongi965: implement the missing OPCODE_NOISE1 and OPCODE_NO...
2008-10-31 Gary Wongi965: support destination horiz strides in align1 acces...
2008-10-31 Robert EllisonCELL: fix use of stencil value mask
2008-10-31 Xiang, Haihaomesa: fix a typo in the previous commit
2008-10-30 Stephane Marchesingallivm: replace the temp parameters of the JIT functio...
2008-10-30 Jonathan Whitecell: Protected use of non-initialized untile buffers
2008-10-30 Robert EllisonCELL: stencil bug fixes
2008-10-30 Jonathan Whitecell: Added check for PIPE_FLUSH_RENDER_CACHE to cell_...
2008-10-30 Xiang, Haihaomesa: fix an issue in _mesa_PointParameterfv().
2008-10-29 Brian Paulgallium: grow SPE instruction buffer as needed
2008-10-29 Brian Paulgallium: no longer pass max_inst to ppc_init_func()
2008-10-29 Brian Paulgallium: use execmem for PPC code, grow instruction...
2008-10-29 Brian Paulgallium: fix alignment parameter passed to u_mmAllocMem()
2008-10-29 Brian Paulgallium: prefix memory manager functions with u_ to...
2008-10-29 Brian Paulgallium: test for PIPE_OS_LINUX instead of __linux__
2008-10-29 Brian Paulcell: add scalar param to emit_function_call() to indic...
2008-10-29 Brian Paulcell: use simd utilities for pow, exp2, log2
2008-10-29 Brian Paulgallium: added PPC support for SWZ, XPD, POW
2008-10-29 Brian Paulgallium: clean-ups
2008-10-29 Brian Paulgallium: added ppc_vnmsubfp()
2008-10-29 Eric Anholtintel: Fix glDrawPixels with 4d RasterPos.
2008-10-29 Eric Anholti965: Fix check_aperture calls to cover everything...
2008-10-29 Brian Paulgallium: ppc: implement TGSI_OPCODE_LOG/EXP
2008-10-29 Brian Paulgallium: remove old code
2008-10-29 Brian Paulgallium: ppc: don't replicate/smear immediate values...
2008-10-28 Brian Paulmesa: fix stand-alone glslcompiler build
2008-10-28 Eric Anholtintel: Don't keep intel->pClipRects, and instead just...
2008-10-28 Brian Paulcell: fix a number of fence issues
2008-10-28 Brian Paulgallium: use some PPC vec registers to store TGSI temps
2008-10-28 Gary Wongi965: Allocate temporaries contiguously with other...
2008-10-28 Brian Paulcell: don't include libmisc.h
2008-10-28 Brian Paulcell: fix some problems when displaying to a PIPE_FORMA...
2008-10-27 Brian Paulgallium: ppc: emit fewer 'li' instructions prior to...
2008-10-27 Brian Paulgallium: ppc: use a src register cache to avoid redunda...
2008-10-27 Jonathan Whitecell: Added support for untwiddling textures during...
2008-10-27 Eric Anholti965: Fix compiler warning from unused var.
2008-10-27 Eric Anholti965: Remove dead brw->wrap flag.
2008-10-27 Eric Anholtintel: Use dri_bo_get_tiling to get tiling mode of...
2008-10-27 Alan Hourihanedisable OPENGL_BIT
2008-10-27 Alan HourihaneMerge commit 'origin/master' into gallium-0.2
2008-10-25 Xiang, Haihaointel: GL_FALSE on a BO if it won't be modified when...
2008-10-24 Xiang, Haihaoi965: don't emit state when dri_bufmgr_check_aperture_s...
2008-10-24 Xiang, Haihaointel: fallback for intelEmitCopyBlit.
2008-10-23 Brian Paulmesa: remove calls to _mesa_adjust_image_for_convolutio...
2008-10-23 Michel Dänzerscons: ppc support.
2008-10-23 Michel Dänzerscons: Don't hardcode any drivers for the xlib winsys...
2008-10-23 Michel Dänzergallium: Fix typo, PPC_FEATURE_HAS_ALTIVEC not PPC_FEAT...
2008-10-22 Brian Paulgallium: PPC: clamp y to [-128,128] for LIT
2008-10-22 Brian Paulgallium: remove ppc_vload_float(), rename ppc_vecmove...
2008-10-22 Brian Paulgallium: new PPC built-in constants array
2008-10-22 Brian Paulgallium: added ppc_vzero()
2008-10-22 Brian Paulgallium: GALLIUM_NOPPC debug var to disable PPC codegen
2008-10-22 Brian Paulgallium: PPC LIT instruction (not quite complete yet)
2008-10-22 Brian Paulgallium: var renaming in tgsi_ppc.c
2008-10-22 Brian Paulgallium: remove SSE remnants from tgsi_ppc.c
2008-10-22 Brian Paulcell: turn on PPC assembly vertex transform
2008-10-22 Brian Paulcell: TGSI->PPC for RSQ, RCP and src register sign...
2008-10-22 Brian Paulgallium: TGSI->PPC inequality operators
2008-10-22 Brian Paulgallium: added ppc_vload_float(), for limited cases
2008-10-22 Brian Paulgallium: fix broken TGSI_FILE_CONSTANT case, use ppc_re...
2008-10-22 Brian Paulgallium: fix-up confusing register allocation masks...
2008-10-22 Brian Paulgallium: temporarily disable PPC vertex shader until...
2008-10-22 Brian Paulgallium: PPC vertex shader support
2008-10-22 Brian Paulgallium: TGSI to PPC code generation
2008-10-22 Brian Paulgallium: added ppc_lvewx()
2008-10-22 Brian Paulcell: include pthread.h
next