i965: Eric Anholt's patch for bumping up texture sizes
[mesa.git] / src / mesa /
2009-02-13 Robert Ellisoni965: Eric Anholt's patch for bumping up texture sizes
2009-02-13 Brian Paulmesa: check if TNL state is null in _tnl_free_vertices...
2009-02-13 Brian Paulmesa: add additional texture size/limit assertions
2009-02-12 Robert EllisonglDrawBuffers(n==0) is valid
2009-02-12 Brian Paulmesa: use new ST_CALLOC_STRUCT() macro in gallium state...
2009-02-12 Brian Paulmesa: consistantly use mesa memory-functions in gallium...
2009-02-12 Brian Paulmesa: don't include m_xform.h where not needed
2009-02-12 Brian Paulmesa: move _mesa_transform_vector() from m_xform.c...
2009-02-12 Brian Paulmesa: remove unused functions in m_xform.[ch]
2009-02-12 Brian Paulmesa: restore FLUSH_VERTICES() in _mesa_notifySwapBuffers()
2009-02-12 Brian Paulmesa: remove empty, unneeded mathmod.h header
2009-02-12 Robert EllisonFix an i965 assertion failure on glClear()
2009-02-11 Brian Paulmesa: refactor MATH_SOURCES, remove Mesa x86 codegen...
2009-02-11 Brian Paulmesa: get rid of _math_init()
2009-02-11 Brian Paulglsl: allow setting arrays of samplers in set_program_u...
2009-02-11 Brian Paulglsl: raise GL_INVALID_OPERATION for glUniform(location...
2009-02-11 Brian Paulglsl: rework _mesa_get_uniform[fi]v() to avoid using...
2009-02-11 Brian Paulglsl: fix glUniform() array bounds error checking
2009-02-11 Brian Paulglsl: fix incorrect size returned by glGetActiveUniform...
2009-02-11 José Fonsecamesa: Use the stdio wrappers.
2009-02-11 José Fonsecamesa: Move statements after declarations.
2009-02-11 Eric Anholtintel: Add x8r8g8b8 visuals to DRI1 fbconfigs alongside...
2009-02-11 Eric Anholtsis: fix signedness warnings
2009-02-11 Eric Anholttrident: Fix signedness warning.
2009-02-11 Eric Anholttdfx: Fix begin/endquery for current API.
2009-02-11 Eric Anholtintel: Don't do the extra MI_FLUSH in flushing except...
2009-02-11 Eric Anholtintel: Speed up glDrawPixels(GL_ALPHA) by using an...
2009-02-11 Eric Anholtintel: Fix some state leakage of {Client,}ActiveTexture...
2009-02-11 Eric Anholtintel: don't crash when dri2 tells us about buffers...
2009-02-10 Brian PaulMerge commit 'origin/gallium-master-merge'
2009-02-10 Brian PaulMerge commit 'origin/gallium-0.2' into gallium-master...
2009-02-10 Brian Paulmesa: remove the unused _mesa_UpdateTexEnvProgram(...
2009-02-10 Brian Paulmesa: another fix for program/texture state validation
2009-02-10 Brian Paulintel: minor reformatting, comments
2009-02-10 Brian Paulmesa: s/_IMAGE_NEW_TRANSFER_STATE/_MESA_NEW_TRANSFER_ST...
2009-02-10 Brian Paulmesa: fix/change state validation order for program...
2009-02-10 Keith WhitwellMerge commit 'origin/gallium-0.2' into gallium-0.2
2009-02-10 Patrice MandinMissing: tgsi: Fix build -- rename Size to NrTokens.
2009-02-10 José Fonsecamesa: Compare formats using nominal bytes per pixel.
2009-02-10 Michel Dänzergallium: Fixups for driCreateConfigs MSAA support.
2009-02-09 Brian Paulmesa: add x86/rtasm/x86sse.c to fix linux-x86 build
2009-02-09 Roland Scheideggermesa: fixes for srgb formats
2009-02-09 Roland Scheideggerfix _mesa_get_teximage for srgb textures
2009-02-09 Brian Paulmesa: avoid setting texObj->_Complete = GL_FALSE when...
2009-02-09 Brian Paulmesa: add no-change testing for a few more texture...
2009-02-09 Brian Paulswrast: use ASSIGN_4V() macro
2009-02-09 Brian Paulmesa: replace _mesa_unreference_framebuffer() with...
2009-02-09 Brian Paulmesa: replace _mesa_unreference_framebuffer() with...
2009-02-09 Brian Pauli965: need to disable current shader, if any, in intel_...
2009-02-09 Brian Paulre-add MSAA support
2009-02-09 Brian Paulmesa: build/use libmesagallium.a for gallium builds
2009-02-09 Brian Paulmesa: added new linux-gallium and linux-gallium-debug...
2009-02-09 Brian Paulmesa: prefix #includes with main/
2009-02-09 Brian Paulswrast: fix typo: s/drapix/drawpix/
2009-02-09 Brian Paulmesa: remove old 'sources' file in favor of 'sources...
2009-02-09 Brian Paulmesa: merge gallium-0.2 into gallium-master-merge
2009-02-09 Brian Paulmesa: rework _mesa_reference_framebuffer() to look...
2009-02-07 Brian Paulmesa: minor fixes to incomplete texture debug code
2009-02-07 Brian Paulmesa: debug code for printing info about textures,...
2009-02-07 Brian Paulmesa: code refactoring: move texcombine code into updat...
2009-02-07 Brian Paulmesa: minor clean-ups, remove unneeded conditional
2009-02-07 Brian Paulmesa: fix logic error in computing enableBits in update...
2009-02-06 Corbin SimpsonMerge branch 'gallium-0.2-radeon' into gallium-0.2
2009-02-06 Brian Paulmesa: fix tnl->render_inputs_bitset setup for fragment...
2009-02-06 Brian Paulswrast: return (0,0,0,1) when sampling incomplete textu...
2009-02-06 Brian Paulglsl: new MESA_GLSL env var for GLSL debugging features
2009-02-06 Brian Paulmesa: tweak output of _mesa_write_shader_to_file()
2009-02-06 Brian PaulRevert "mesa: meaningless whitespace change to see...
2009-02-06 Brian Paulmesa: meaningless whitespace change to see if git's...
2009-02-06 Dave Airlieradeon: remove include that breaks build in !OLD_PACKET...
2009-02-05 Brian Paulglsl: use _slang_var_swizzle() in a few places to simpl...
2009-02-05 Brian Paulglsl: remove unused prototype
2009-02-05 Brian Paulglsl: replace assertion with conditional in _slang_pop_...
2009-02-04 Brian Paulmesa: more info in error messages
2009-02-04 Brian Paulswrast: add minor comments
2009-02-04 Brian Paulmesa: make Xlib glXIsDirect() always return True
2009-02-04 Brian Paulmesa: minor error msg improvement
2009-02-04 Chris Wilsonintel: Decode MI operands using specific length masks
2009-02-04 Chris Wilsonintel: Correct decoding of 3DSTATE_PIXEL_SHADER_CONSTANTS
2009-02-04 Eric Anholtintel: Fix fbo_firecube regression with FBconfigs change.
2009-02-04 Maciej Cencorar300: make the macros safe. add missing parenthesis.
2009-02-04 Maciej Cencorar300: Fix EXP2 fog
2009-02-04 Eric Anholtintel: Fix commented-out glViewport in intel_meta_set_p...
2009-02-04 Eric Anholtswrast: Add support for x8r8g8b8 fbconfig.
2009-02-03 Brian Paulxlib: use MESA_GLX_FORCE_DIRECT to make glXIsDirect...
2009-02-03 Brian Paulmesa: simplify delete_wrapper()
2009-02-03 Alan Hourihanemesa: fix offset problem with interleaved arrays
2009-02-03 Zack Rusingallium: remove pipe_buffer from surfaces
2009-02-02 Brian Paulmesa: fix GLSL issue preventing use of all 16 generic...
2009-02-02 Brian Paulglsl: update program->InputsRead when referencing input...
2009-02-02 Brian Paulmesa: fix stand-alone glslcompiler
2009-02-02 Brian Paulmesa: make _mesa_fprint_program_opt() non-static
2009-02-02 Eric Anholti965: Remove brw->attribs now that we can just always...
2009-02-02 Eric Anholti965: Delete old metaops code now that there are no...
2009-02-02 Eric Anholtintel: replace custom metaops clear with generic.
2009-02-02 Brian Paulmesa: move code after decls. Fixes Window build failure.
2009-02-02 Keith WhitwellMerge commit 'origin/gallium-0.2' into gallium-0.2
2009-02-02 Keith WhitwellMerge branch 'gallium-wgl-rework' into gallium-0.2
2009-02-02 José Fonsecawgl: Only export the same symbols as Microsoft's opengl...
2009-02-02 Stephane MarchesinMerge branch 'gallium-0.2' of git+ssh://marcheu@git...
next