summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-02-10autogen: Make sure MAKEFLAGS is not set before running autoreconfBenjamin Close
2009-02-09mesa: avoid setting texObj->_Complete = GL_FALSE when there's no state changeBrian Paul
2009-02-09mesa: add no-change testing for a few more texture parametersBrian Paul
2009-02-09swrast: use ASSIGN_4V() macroBrian Paul
2009-02-09mesa: replace _mesa_unreference_framebuffer() with _mesa_reference_framebuffer()Brian Paul
2009-02-09mesa: replace _mesa_unreference_framebuffer() with _mesa_reference_framebuffer()Brian Paul
2009-02-09i965: need to disable current shader, if any, in intel_clear_tris()Brian Paul
2009-02-09mesa: autoconf fixes for OS XSiddhartha Chaudhuri
2009-02-09mesa: rework _mesa_reference_framebuffer() to look like _mesa_reference_rende...Brian Paul
2009-02-07mesa: minor fixes to incomplete texture debug codeBrian Paul
2009-02-07mesa: debug code for printing info about textures, writing teximages to diskBrian Paul
2009-02-07mesa: code refactoring: move texcombine code into update_tex_combine()Brian Paul
2009-02-07mesa: minor clean-ups, remove unneeded conditionalBrian Paul
2009-02-07mesa: fix logic error in computing enableBits in update_texture_state()Brian Paul
2009-02-06mesa: fix tnl->render_inputs_bitset setup for fragment program texcoordsBrian Paul
2009-02-06swrast: return (0,0,0,1) when sampling incomplete textures, not (0,0,0,0)Brian Paul
2009-02-06glsl: new MESA_GLSL env var for GLSL debugging featuresBrian Paul
2009-02-06mesa: tweak output of _mesa_write_shader_to_file()Brian Paul
2009-02-06Revert "mesa: meaningless whitespace change to see if git's working (ignore)"Brian Paul
2009-02-06mesa: meaningless whitespace change to see if git's working (ignore)Brian Paul
2009-02-07radeon: remove include that breaks build in !OLD_PACKET pathDave Airlie
2009-02-05mesa: remove oddball linux-directfb-install makefile ruleBrian Paul
2009-02-05mesa: minor Makefile improvement for versioningBrian Paul
2009-02-04glsl: use _slang_var_swizzle() in a few places to simplify the code.Brian Paul
2009-02-04glsl: remove unused prototypeBrian Paul
2009-02-04glsl: replace assertion with conditional in _slang_pop_var_table()Brian Paul
2009-02-04mesa: more info in error messagesBrian Paul
2009-02-04swrast: add minor commentsBrian Paul
2009-02-04Revert "docs: document new MESA_GLX_FORCE_DIRECT env var for the Xlib driver"Brian Paul
2009-02-04mesa: make Xlib glXIsDirect() always return TrueBrian Paul
2009-02-04demos: remove unused functionBrian Paul
2009-02-04demos: silence uninitialized var warningBrian Paul
2009-02-04mesa: minor error msg improvementBrian Paul
2009-02-04intel: Decode MI operands using specific length masksChris Wilson
2009-02-04intel: Correct decoding of 3DSTATE_PIXEL_SHADER_CONSTANTSChris Wilson
2009-02-04intel: Fix fbo_firecube regression with FBconfigs change.Eric Anholt
2009-02-04r300: make the macros safe. add missing parenthesis.Maciej Cencora
2009-02-04r300: Fix EXP2 fogMaciej Cencora
2009-02-03intel: Fix commented-out glViewport in intel_meta_set_passthrough_transform.Eric Anholt
2009-02-03swrast: Add support for x8r8g8b8 fbconfig.Eric Anholt
2009-02-03docs: document new MESA_GLX_FORCE_DIRECT env var for the Xlib driverBrian Paul
2009-02-03xlib: use MESA_GLX_FORCE_DIRECT to make glXIsDirect() always return TrueBrian Paul
2009-02-03mesa: simplify delete_wrapper()Brian Paul
2009-02-03demos: modify bufferobj.c to exercise interleaved vertex arraysBrian Paul
2009-02-02demos: update multitex.c GLSL demo to use vertex arrays or glVertex-modeBrian Paul
2009-02-02util: added more functions to extfuncs.hBrian Paul
2009-02-02mesa: fix GLSL issue preventing use of all 16 generic vertex attributesBrian Paul
2009-02-02glsl: update program->InputsRead when referencing input attributesBrian Paul
2009-02-02mesa: fix stand-alone glslcompilerBrian Paul
2009-02-02mesa: make _mesa_fprint_program_opt() non-staticBrian Paul