summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mesa: remove the unused _mesa_UpdateTexEnvProgram() functionBrian Paul2009-02-102-38/+0
* mesa: another fix for program/texture state validationBrian Paul2009-02-101-6/+36
* intel: minor reformatting, commentsBrian Paul2009-02-101-3/+8
* mesa: s/_IMAGE_NEW_TRANSFER_STATE/_MESA_NEW_TRANSFER_STATE/ to be more consis...Brian Paul2009-02-104-14/+20
* mesa: fix/change state validation order for program/texture stateBrian Paul2009-02-101-13/+12
* demos: remove OSMESA stuff from MakefileBrian2009-02-091-6/+0
* autogen: Make sure MAKEFLAGS is not set before running autoreconfBenjamin Close2009-02-101-0/+2
* mesa: avoid setting texObj->_Complete = GL_FALSE when there's no state changeBrian Paul2009-02-091-31/+37
* mesa: add no-change testing for a few more texture parametersBrian Paul2009-02-091-8/+20
* swrast: use ASSIGN_4V() macroBrian Paul2009-02-091-4/+2
* mesa: replace _mesa_unreference_framebuffer() with _mesa_reference_framebuffer()Brian Paul2009-02-095-6/+6
* mesa: replace _mesa_unreference_framebuffer() with _mesa_reference_framebuffer()Brian Paul2009-02-092-5/+5
* i965: need to disable current shader, if any, in intel_clear_tris()Brian Paul2009-02-091-0/+9
* mesa: autoconf fixes for OS XSiddhartha Chaudhuri2009-02-092-5/+31
* mesa: rework _mesa_reference_framebuffer() to look like _mesa_reference_rende...Brian Paul2009-02-091-21/+24
* mesa: minor fixes to incomplete texture debug codeBrian Paul2009-02-071-4/+2
* mesa: debug code for printing info about textures, writing teximages to diskBrian Paul2009-02-072-0/+102
* mesa: code refactoring: move texcombine code into update_tex_combine()Brian Paul2009-02-071-75/+92
* mesa: minor clean-ups, remove unneeded conditionalBrian Paul2009-02-071-5/+5
* mesa: fix logic error in computing enableBits in update_texture_state()Brian Paul2009-02-071-10/+12
* mesa: fix tnl->render_inputs_bitset setup for fragment program texcoordsBrian Paul2009-02-061-5/+9
* swrast: return (0,0,0,1) when sampling incomplete textures, not (0,0,0,0)Brian Paul2009-02-061-2/+4
* glsl: new MESA_GLSL env var for GLSL debugging featuresBrian Paul2009-02-066-20/+85
* mesa: tweak output of _mesa_write_shader_to_file()Brian Paul2009-02-061-0/+2
* Revert "mesa: meaningless whitespace change to see if git's working (ignore)"Brian Paul2009-02-068-102/+20
* mesa: meaningless whitespace change to see if git's working (ignore)Brian Paul2009-02-068-20/+102
* radeon: remove include that breaks build in !OLD_PACKET pathDave Airlie2009-02-071-1/+0
* mesa: remove oddball linux-directfb-install makefile ruleBrian Paul2009-02-052-5/+2
* mesa: minor Makefile improvement for versioningBrian Paul2009-02-051-4/+5
* glsl: use _slang_var_swizzle() in a few places to simplify the code.Brian Paul2009-02-041-29/+3
* glsl: remove unused prototypeBrian Paul2009-02-041-4/+0
* glsl: replace assertion with conditional in _slang_pop_var_table()Brian Paul2009-02-041-10/+17
* mesa: more info in error messagesBrian Paul2009-02-041-2/+3
* swrast: add minor commentsBrian Paul2009-02-041-0/+4
* Revert "docs: document new MESA_GLX_FORCE_DIRECT env var for the Xlib driver"Brian Paul2009-02-041-16/+0
* mesa: make Xlib glXIsDirect() always return TrueBrian Paul2009-02-041-3/+3
* demos: remove unused functionBrian Paul2009-02-041-5/+0
* demos: silence uninitialized var warningBrian Paul2009-02-041-1/+1
* mesa: minor error msg improvementBrian Paul2009-02-041-1/+2
* intel: Decode MI operands using specific length masksChris Wilson2009-02-041-20/+23
* intel: Correct decoding of 3DSTATE_PIXEL_SHADER_CONSTANTSChris Wilson2009-02-041-2/+2
* intel: Fix fbo_firecube regression with FBconfigs change.Eric Anholt2009-02-041-1/+1
* r300: make the macros safe. add missing parenthesis.Maciej Cencora2009-02-041-42/+42
* r300: Fix EXP2 fogMaciej Cencora2009-02-041-0/+1
* intel: Fix commented-out glViewport in intel_meta_set_passthrough_transform.Eric Anholt2009-02-031-3/+3
* swrast: Add support for x8r8g8b8 fbconfig.Eric Anholt2009-02-033-33/+121
* docs: document new MESA_GLX_FORCE_DIRECT env var for the Xlib driverBrian Paul2009-02-031-0/+16
* xlib: use MESA_GLX_FORCE_DIRECT to make glXIsDirect() always return TrueBrian Paul2009-02-031-20/+25
* mesa: simplify delete_wrapper()Brian Paul2009-02-031-7/+1
* demos: modify bufferobj.c to exercise interleaved vertex arraysBrian Paul2009-02-031-13/+23