Merge commit 'origin/gallium-0.1' into gallium-0.2
[mesa.git] / src /
2008-11-05 Brian PaulMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-11-05 Brian Paulgallium: added check for degenerate drawing calls
2008-11-05 Brian Paulgallium: if VERBOSE_GLSL flag is set, check for non...
2008-11-05 Brian Paulmesa: fix a GLSL array indexing codegen bug
2008-11-05 Brian Paulgallium: call tgsi_set_exec_mask() and use exec mask...
2008-11-05 Brian Paulgallium: added tgsi_set_exec_mask()
2008-11-05 Brian Paulgallium: added some sanity check assertions for constan...
2008-11-05 Brian Paulmesa: remove extra \n from printf string
2008-11-05 Brian Paulmesa: add Initialized field to gl_uniform struct, for...
2008-11-05 Brian Paulgallium: added some debug code (disabled)
2008-11-05 Brian Paulgallium: disable some debug output
2008-11-05 Jakob Bornecrantzi915: Remove faulty assert
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-05 michaldraw: Implement TGSI_OPCODE_TRUNC.
2008-11-05 michaltgsi: Implement OPCODE_TRUNC.
2008-11-04 Brian Paulmesa: fix float-valued GLSL vertex attribute variables
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 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 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: new sanity assertions in mmAllocMem()
2008-10-29 Brian Paulgallium: fix copy&paste bug
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: 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 Keith Whitwellgallium: recognize DEBUG as well as DBG for debugging
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
next