mesa.git
2008-09-26 Alan Hourihanest: add prototype for st_get_framebuffer_dimensions()
2008-09-26 Alan Hourihanest: export st_get_framebuffer_dimensions() to retrieve
2008-09-26 Brian Paulmesa: fix incorrect parameter order
2008-09-26 Brian Paulmesa: remove const qualifiers to match device driver...
2008-09-26 Brian Paulgallium: rename tgsi_translate_mesa_program() to st_tra...
2008-09-26 Brian Paulmesa: add some braces
2008-09-26 Brian Paulmesa: fix/simplify initialization of vertex/fragment...
2008-09-26 Brian Paulmesa: increase MAX_INSTRUCTIONS
2008-09-26 Brian Paulmesa: fix swizzle failure, fix typo
2008-09-26 Brian Paulmesa: fix default buffer object access value
2008-09-26 Alan Hourihanest: change from ** to * for st_unreference_framebuffer()
2008-09-26 Keith Whitwellmesa: fix indenting
2008-09-26 Keith Whitwelldri: remove unused files present only on gallium-0...
2008-09-26 Keith WhitwellMerge commit 'origin/master' into HEAD
2008-09-26 Alan Hourihaneegl: cleanup doublebuffer check
2008-09-26 Alan Hourihaneegl: switch to egl_glx.so as the default EGL driver...
2008-09-26 Alan Hourihaneegl: fudge with LIBGL_DRIVERS_PATH to pick up EGL speci...
2008-09-26 Alan Hourihaneegl: Add new EGL driver that wraps GLX.
2008-09-26 Alan Hourihanelink EGL demos with -lGL
2008-09-26 Brianmesa: fix cast/conversion for optional code
2008-09-26 José Fonsecautil: Update fast_log2 article url.
2008-09-26 Brian Paulmesa: fix typo (s/feadback/feedback/). Fixes broken...
2008-09-25 Brian Paulmesa: fix float->int mapping for glGetIntegerv(GL_DEPTH...
2008-09-25 Brian Paulmesa: fix some VBO buffer object issues
2008-09-25 Sam Hocevarmesa: fix function params to match prototypes
2008-09-25 Sam Hocevarmesa: prevent the slang code generator from aborting...
2008-09-25 Sam Hocevari965: support for sin() and cos() in vertex shaders.
2008-09-25 Sam Hocevari965: more meaningful message for unsupported opcodes.
2008-09-24 Eric Anholtintel: Fix clears to depth_stencil texture attachments.
2008-09-24 Alan Hourihaneadd cso_hash_contains() function
2008-09-24 Brianset SamplerUnit[] entry in load_texture() just to be...
2008-09-24 Brianuse PROGRAM_CONSTANT instead of PROGRAM_STATE_VAR when...
2008-09-24 Brianset program->SamplersUsed bit when using a texture...
2008-09-24 BrianRemove ctx field from texenvprog_cache
2008-09-24 Brianinclude programopt.h
2008-09-24 BrianDisable vertex shader fog, compute fog in fragment...
2008-09-24 Briantemporarily set the FRAG_BIT_FOGC bit in InputsRead...
2008-09-24 Keith Whitwellmesa: fix main/ prefix in include
2008-09-24 Keith Whitwellvbo: unmap and remap immediate vbo before/after each...
2008-09-24 Brianadded vbo_use_buffer_objects() to specify that immediat...
2008-09-24 Keith Whitwellvbo: seed initial max_element value with a more likely...
2008-09-24 Keith WhitwellMerge commit 'origin/master' into gallium-0.2
2008-09-24 Brian Paulmesa: s/GL_POLYGON+1/PRIM_OUTSIDE_BEGIN_END/
2008-09-24 Brian Paulmesa: glsl: fix glGetUniform for matrix queries
2008-09-24 Brian Paulmesa: glsl: fix a number of glUniform issues
2008-09-24 Brian Paulmesa: glsl: fix error check in get_uniformfv()
2008-09-24 Keith WhitwellMerge commit 'origin/master' into gallium-0.2
2008-09-24 Keith WhitwellMerge commit 'origin/master' into gallium-0.2
2008-09-24 José Fonsecamesa: Apply MSVC portability fixes from Alan Hourihane.
2008-09-24 Brian Paulmesa: update program->NumAddressRegs field in _slang_up...
2008-09-24 Brian Paulmesa: add fwd decl of fill_in_entrypoint_offset()
2008-09-24 Brian Paulmesa: new gl_fragment_program fields indicating use...
2008-09-23 BrianAdded new _mesa_clip_copytexsubimage() function to...
2008-09-23 Brian Paulmesa: refactor: move GetProcAddress code from glapi...
2008-09-23 Keith WhitwellMerge commit 'origin/master' into gallium-0.2
2008-09-23 Eric Anholti965: Cope with batch getting flushed in the middle...
2008-09-23 Keith Whitwellremove leftover merge conflict markers
2008-09-23 Eric Anholtintel: Add missing include files for meta drawpixels...
2008-09-23 Eric Anholtintel: Replace pbo-only drawpixels function with a...
2008-09-23 Eric Anholti915: Fix overlapping CopyPixels with negative pixel...
2008-09-23 Eric Anholti915: fix crash in flush_prim -> wait_flips -> flush_ba...
2008-09-23 Robert EllisonCELL: fix colormask code generation
2008-09-23 Robert EllisonCELL: improve legibility of CELL_DEBUG environment...
2008-09-23 Ian Romanicki965: Adapt to new TNL program tracking semantics
2008-09-22 Jonathan Whitecell: Fixed bug with absolute, negate, set-negative...
2008-09-22 Jonathan Whitecell: Added TRUNC, SWZ (extended) and XPD instructions...
2008-09-22 Jonathan Whitecell: Added DPH instruction and verified against softpipe.
2008-09-22 Michel Dänzerr300: Adapt to the removal of _tnl_ProgramCacheInit...
2008-09-22 Michel DänzerRemove incorrect test from mmAllocMem.
2008-09-22 Jakob Bornecrantzmesa: Remove left over merge conflicts
2008-09-22 Michel Dänzerr300: Adapt to the removal of _tnl_ProgramCacheInit...
2008-09-22 Michel DänzerRemove incorrect test from mmAllocMem.
2008-09-22 Keith WhitwellMerge branch 'master' into gallium-0.2
2008-09-22 Brian Paulmesa: allow for extra per-context init
2008-09-22 Brian Paulmesa: texture crop rect state
2008-09-22 Brian Paulmesa: set point state
2008-09-22 Brian Paulmesa: fix some feature tests
2008-09-22 Brian Paulmesa: fix some pixel transfer state tests for depth...
2008-09-22 Brian Paulmesa: fix issues causing warnings on Windows
2008-09-22 Michal Krolmesa: Silence compiler warnings on Windows.
2008-09-22 Brian Paulmesa: comments about vectors vs components
2008-09-22 Brian Paulmesa: remove debug code
2008-09-22 Brian Paulmesa: implement glGetUniformiv() with new ctx->Driver...
2008-09-22 Brian Paulmesa: added case for fixed pt
2008-09-22 Brian Paulmesa: point size arrays
2008-09-22 José Fonsecamesa: Replace deprecated __MSC__ macro.
2008-09-22 José Fonsecamesa: More signed/unsigned float/integer fixes.
2008-09-22 José Fonsecamesa: Use appropriate unsigned/signed, float/integer...
2008-09-22 José Fonsecamesa: Use _mesa_bsearch.
2008-09-22 José Fonsecamesa: bsearch implementation for WinCE.
2008-09-22 José Fonsecamesa: ASSERT macro is already defined by WinCE headers.
2008-09-22 Brian Paulmesa: init ctx->RenderMode
2008-09-22 Brian Paulmesa: GL_BYTE vertex/texcoord arrays
2008-09-22 Brian Paulmesa: initial support for fixed-pt vertex arrays
2008-09-22 Brian Paulmesa: refactor: move initialization of DefaultPacking...
2008-09-22 Brian Paulmesa: fix errors in prev commit
2008-09-22 Brian Paulmesa: revamp glBlendFunc loopback
2008-09-22 Brian Paulmesa: fix some FEATURE_x tests
2008-09-22 Brian Paulmesa: test for FEATURE_ATI_fragment_shader
2008-09-22 Brian Paulmesa: fix ReadBuffer initialization
next