mesa.git
2008-10-29 Brian Paulmesa: convert log/exp tests to ARB_v_p
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-29 Brian Paulmesa: don't continually redraw
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 Brian Paulcell: don't include libmisc.h
2008-10-28 Brian Paulcell: fix some problems when displaying to a PIPE_FORMA...
2008-10-28 Brian Paulcell: added -D_BSD_SOURCE flag
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 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: version 43 of glext.h
2008-10-23 Brian Paulmesa: version 21 of glxext.h
2008-10-23 Brian Paulmesa: remove calls to _mesa_adjust_image_for_convolutio...
2008-10-23 Brian Paulmesa: updated status in cell.html
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 Paulcell: add -std=c99 flag to solve some warning/prototype...
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
2008-10-22 Brian Paulcell: implement many more PPC instructions for code gen
2008-10-22 Brian Paulcell: implement fencing for texture buffers
2008-10-22 Brian Paulcell: set cell->num_textures
2008-10-22 Brian Paulcell: note that dst reg writing needs clamping
2008-10-22 Brian Paulmesa: move convolution image adjustment code for glCopy...
2008-10-22 Brian Paulmesa: some re-org of glCopyTexSubImage1/2/3D() error...
2008-10-22 Brian Paulmesa: in textore.c, only adjust image for convolution...
2008-10-21 Brian Paulgallium: implement tests for PPC/PPC64
2008-10-21 Brian Paulgallium: remove unused var
2008-10-21 Kristof Ralovichglx: updated comment
2008-10-21 Xiang, Haihaoi915: fix carsh in i830_emit_state. (bug #17766)
2008-10-20 Brian Paulmesa: more test options in progs/demos/textures.c
2008-10-20 Brian Paulcell: minor improvements to batch buffer functions
2008-10-20 Brian Paulcell: temporarily disable freeing of tiled texture...
2008-10-17 Brian Paulcell: use an approximation in compute_lambda_2d() to...
2008-10-17 Brian Paulcell: add new debug flag (cache) to report texture...
2008-10-17 Brian Paulcell: more efficient state emit for textures/samplers
2008-10-17 Brian Paulcell: use 7-bit weights in sample_texture_2d_bilinear_int()
2008-10-17 Brian PaulMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-10-17 Brian Paulmesa: redraw upon keypress in trivial/tri.c
2008-10-17 Brian Paulgallium: fix mis-matched malloc/free vs. aligned malloc...
2008-10-16 Alan Hourihanebuild "GLX" egl driver by default and egl demos
2008-10-16 Brian Paulglxswapcontrol: added -fullscreen option
2008-10-16 Brian Paulglxgears: for fullscreen, disable window borders the...
2008-10-16 Brian Paulcell: pass spu_texture_level ptr to get_four_texels()
2008-10-16 Brian Paulcell: implement KIL instruction
2008-10-16 Brian Paulcell: CELL_NUM_SPUS env var
2008-10-16 Brian Paulcell: trilinear mipmap interpolation
2008-10-16 Brian Paulcell: update comments
2008-10-16 Brian Paulcell: call proper sampler function in sample_texture_cube()
2008-10-16 Brian Paulcell: clean up various texture-related things
2008-10-16 Roland Scheideggerfix span issue with really old ddx and non-tcl r100...
2008-10-16 Brian Paulmesa: fix error codes in _mesa_GetObjectParameterivARB...
2008-10-16 Brian Paulcell: start some performance measurements
2008-10-16 Brian Paulcell: updated debug code
2008-10-15 Brian Paulcell: updated status in docs/cell.html
2008-10-15 Brian Paulcell: get rid of last usage of float4 union/typedef
2008-10-15 Brian Paulcell: simplify triangle front/back face determination
2008-10-15 Brian Paulcell: send rasterizer state to SPUs in proper way,...
2008-10-15 Brian Paulcell: query # cells too
2008-10-15 Brian Paulcell: query number SPUs with spe_cpu_info_get()
2008-10-15 Brian Paulcell: use CELL_MAX_SPUS consistently.
2008-10-15 Brian Paulcell: remove some old, pre-batchbuffer stuff
2008-10-15 Brian Paulcell: move some CELL_MAX constants
2008-10-15 Brian Paulcell: remove obsolete spu_debug.h file
2008-10-15 Brian Paulcell: simplify spu debug code
2008-10-15 Brian Paulcell: propogate blend color to SPUs for the fallback...
2008-10-15 Brian Paulgallium: fix the shader-rebind test in softpipe, as...
2008-10-15 Brian Paulgallium: fix the test in vs_exec_prepare() to avoid...
2008-10-15 Brian Paulgallium: temporariliy revert softpipe shader optimization
2008-10-15 Brian Paulcell: updated vertex dump/debug code
2008-10-15 Brian Paulcell: additional debug
2008-10-15 Brian Paulcell: fix/add some fallback blend cases
2008-10-15 Brian Paulcell: need to flush draw module when constants change
2008-10-15 Brian Paulmesa: revert accidental change to fslight.c demo
next