Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1
[mesa.git] / src / mesa /
2008-03-20 Ben SkeggsMerge remote branch 'upstream/gallium-0.1' into nouveau...
2008-03-19 Brian Paulgallium: add face, dirtyLevels params to pipe->texture_...
2008-03-19 Brian Paulgallium: need to set/save framebuffer state in st_conte...
2008-03-19 Briangallium: implement CSO save/restore functions for use...
2008-03-19 Briangallium: remove old commented-out code
2008-03-19 Ben SkeggsMerge remote branch 'upstream/gallium-0.1' into nouveau...
2008-03-19 Alan Hourihaneset outputs_safe to 0 as it's possible for the code...
2008-03-19 Alan Hourihaneremove redundant init
2008-03-18 Briangallium: plug in and init GL_EXT_framebuffer_blit funct...
2008-03-18 Briangallium: added st_cb_blit.c
2008-03-18 Briangallium: glFramebufferBlitEXT() implementation
2008-03-18 Briangallium: fix typos
2008-03-18 Briangallium: restore additional state after clearing with...
2008-03-18 Briangallium: use new color packing utility functions
2008-03-17 Briangallium: use new gallium utility code for generating...
2008-03-17 Brian Paulgallium: set min_mip_filter = PIPE_TEX_MIPFILTER_NEAREST
2008-03-17 Brian Paulgallium: in gen_mipmap, also set sampler lod_bias and...
2008-03-17 Markus Amsleronly set InputsRead bit if input is really used
2008-03-16 Ben SkeggsMerge remote branch 'upstream/gallium-0.1' into nouveau...
2008-03-14 Brian Paulmesa: clamp point size in vertex program when computing...
2008-03-14 Brian Paulgallium: if point size not computed per vertex, apply...
2008-03-14 Brian Paulmesa: init tmpNode to zeros
2008-03-14 Brian Paulmesa: fix emit_clamp() so that we don't use an output...
2008-03-14 Brianmesa: revert fast-track glColor and similar calls when...
2008-03-14 Briangallium: in st_program_string_notify() free shader...
2008-03-13 Briangallium: for TEST_DRAW_PASSTHROUGH, pass inClipCoords...
2008-03-13 Briangallium: add some temporary code for testing draw modul...
2008-03-13 Brian Paulgallium: remove semantic info from pipe_shader_state
2008-03-13 Keith Whitwellmesa: fix (harmless?) assignment in assert
2008-03-13 Ben SkeggsMerge remote branch 'upstream/gallium-0.1' into nouveau...
2008-03-13 Briangallium: in clear_stencil_buffer() check surface format...
2008-03-12 Brianmesa: set SamplersUsed bitmask when parsing ARB fragmen...
2008-03-12 Briangallium: pass NULL to cso_single_sampler() when the...
2008-03-12 Briangallium: use TXP rather than ExtDivide flag
2008-03-12 Keith Whitwellgallium: Add TEX_FILTER_ANISO img filter
2008-03-12 Briangallium: rework CSO-related code in state tracker
2008-03-11 Brianfix Height2/Depth2 init problem when using texture...
2008-03-11 Briangallium: disable an unneeded assertion (hit with texwrap.c)
2008-03-10 Keith Whitwellmesa: fast-track glColor and similar calls when not...
2008-03-05 Keith Whitwellgallium: michel's patch to rework texture/sampler bindi...
2008-03-04 Michel Dänzergallium: Add missing file for scons build.
2008-03-02 Ben SkeggsMerge remote branch 'nouveau/gallium-0.1' into nouveau...
2008-03-01 Ben SkeggsMerge branch 'upstream-gallium-0.1' into nouveau-galliu...
2008-02-29 Brian Paulgallium: change st->state.sampler_texture[] to store...
2008-02-29 Brian Paulgallium: fix update_textures() bug in pipe_texture...
2008-02-29 Brian Paulgallium: fix glCopyPixels(GL_DEPTH) when Z format conve...
2008-02-29 Ben SkeggsMerge branch 'upstream-gallium-0.1' into nouveau-galliu...
2008-02-28 Brian Paulgallium: fix surface/texture format conversion in st_Co...
2008-02-28 Brian Paulgallium: added a texture format sanity check/assertion...
2008-02-28 Brian Paulgalliums: s/uint/enum pipe_format/
2008-02-28 Brian Paulgallium: in GL_SELECT mode, update hitflag in rasterpos
2008-02-28 Keith Whitwellgallium: State tracker cleanups wrt clears.
2008-02-28 José FonsecaConvert crlf->lf line endings.
2008-02-28 Jose Fonsecagallium: Convert CRLF -> LF.
2008-02-27 José Fonsecascons: Build mesa source with c99.
2008-02-27 Briangallium: remove pipe_context->texture_create/release...
2008-02-27 Briangallium: move is_format_supported() to pipe_screen...
2008-02-27 Briangallium: start removing pipe_context->get_name/vendor...
2008-02-27 Jerome Glissemesa: set input read only on success
2008-02-27 José Fonsecamesa: Add copyright headers.
2008-02-27 Briangallium: use pipe_texture_reference() instead of pipe...
2008-02-27 Briangallium: remove pipe parameter from pipe_texture_refere...
2008-02-26 Briangallium: #includes to silence warnings
2008-02-26 Briangallium: fix zero-sized viewport bug
2008-02-26 Briangallium: fix off by one rasterpos bug
2008-02-26 Briangallium: remove input_map[] from pipe_shader_state
2008-02-26 José Fonsecagallium: Add missing copyright headers.
2008-02-26 Ben SkeggsMerge branch 'upstream-gallium-0.1' into nouveau-galliu...
2008-02-26 Zack Rusinadd an explicit callback decleration and use it to...
2008-02-26 Zack Rusinimplement deleting of driver side cached state in cso's
2008-02-25 Briangallium: clamp line width when creating raster state...
2008-02-25 José FonsecaRemove files of unsupported build systems.
2008-02-22 Ben SkeggsMerge branch 'upstream-gallium-0.1' into nouveau-galliu...
2008-02-21 Briangallium: fill in some blend/rasterizer template fields...
2008-02-20 Briangallium: replace some ordinary assignments with pipe_re...
2008-02-20 Briangallium: new pipe->texture_update() function
2008-02-20 Briangallium: mark texture object data dirty in do_copy_texs...
2008-02-20 Briangallium: re-enable GenerateMipmap calls
2008-02-20 Briangallium: state tracker didn't always notify drivers...
2008-02-19 José FonsecaRemove src/mesa and src/mesa/main from gallium source...
2008-02-19 José FonsecaBring in ppc spe rtasm into gallium's rtasm module.
2008-02-19 José FonsecaSimplify makefile boilerplate code.
2008-02-19 José FonsecaUse gallium's rtasm module.
2008-02-18 José FonsecaUpdate for llvm -> gallivm rename.
2008-02-18 José FonsecaUpdate scons build for new code layout.
2008-02-18 José FonsecaCode reorganization: split gallium and mesa makefiles.
2008-02-16 Ben Skeggsnouveau: match gallium code reorginisation.
2008-02-16 Ben SkeggsMerge branch 'upstream-gallium-0.1' into nouveau-galliu...
2008-02-16 Ben SkeggsMerge branch 'nouveau-gallium-0.1' into darktama-galliu...
2008-02-16 Stephane Marchesinnv30: fixes.
2008-02-16 Stephane Marchesinnv30: fixes.
2008-02-15 Ian RomanickMove cell_vertex_fetch.c for recent code reorg.
2008-02-15 Ian RomanickInitial version of code gen for attribute fetch
2008-02-15 Ian RomanickCorrect the convert to and from float instructions
2008-02-15 Ben Skeggsnv40: over-zealous s/
2008-02-15 Ben Skeggsnv40: fix non-debug builds + start on obeying portabili...
2008-02-15 Keith Whitwelldraw: subclass vertex shaders according to execution...
2008-02-15 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.1
2008-02-15 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.1
2008-02-15 José FonsecaCode reorganization: s/aux/auxiliary/ -- update build.
next