| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: remove the unused _mesa_UpdateTexEnvProgram() function | Brian Paul | 2009-02-10 | 2 | -38/+0 |
* | mesa: another fix for program/texture state validation | Brian Paul | 2009-02-10 | 1 | -6/+36 |
* | intel: minor reformatting, comments | Brian Paul | 2009-02-10 | 1 | -3/+8 |
* | mesa: s/_IMAGE_NEW_TRANSFER_STATE/_MESA_NEW_TRANSFER_STATE/ to be more consis... | Brian Paul | 2009-02-10 | 4 | -14/+20 |
* | mesa: fix/change state validation order for program/texture state | Brian Paul | 2009-02-10 | 1 | -13/+12 |
* | demos: remove OSMESA stuff from Makefile | Brian | 2009-02-09 | 1 | -6/+0 |
* | autogen: Make sure MAKEFLAGS is not set before running autoreconf | Benjamin Close | 2009-02-10 | 1 | -0/+2 |
* | mesa: avoid setting texObj->_Complete = GL_FALSE when there's no state change | Brian Paul | 2009-02-09 | 1 | -31/+37 |
* | mesa: add no-change testing for a few more texture parameters | Brian Paul | 2009-02-09 | 1 | -8/+20 |
* | swrast: use ASSIGN_4V() macro | Brian Paul | 2009-02-09 | 1 | -4/+2 |
* | mesa: replace _mesa_unreference_framebuffer() with _mesa_reference_framebuffer() | Brian Paul | 2009-02-09 | 5 | -6/+6 |
* | mesa: replace _mesa_unreference_framebuffer() with _mesa_reference_framebuffer() | Brian Paul | 2009-02-09 | 2 | -5/+5 |
* | i965: need to disable current shader, if any, in intel_clear_tris() | Brian Paul | 2009-02-09 | 1 | -0/+9 |
* | mesa: autoconf fixes for OS X | Siddhartha Chaudhuri | 2009-02-09 | 2 | -5/+31 |
* | mesa: rework _mesa_reference_framebuffer() to look like _mesa_reference_rende... | Brian Paul | 2009-02-09 | 1 | -21/+24 |
* | mesa: minor fixes to incomplete texture debug code | Brian Paul | 2009-02-07 | 1 | -4/+2 |
* | mesa: debug code for printing info about textures, writing teximages to disk | Brian Paul | 2009-02-07 | 2 | -0/+102 |
* | mesa: code refactoring: move texcombine code into update_tex_combine() | Brian Paul | 2009-02-07 | 1 | -75/+92 |
* | mesa: minor clean-ups, remove unneeded conditional | Brian Paul | 2009-02-07 | 1 | -5/+5 |
* | mesa: fix logic error in computing enableBits in update_texture_state() | Brian Paul | 2009-02-07 | 1 | -10/+12 |
* | mesa: fix tnl->render_inputs_bitset setup for fragment program texcoords | Brian Paul | 2009-02-06 | 1 | -5/+9 |
* | swrast: return (0,0,0,1) when sampling incomplete textures, not (0,0,0,0) | Brian Paul | 2009-02-06 | 1 | -2/+4 |
* | glsl: new MESA_GLSL env var for GLSL debugging features | Brian Paul | 2009-02-06 | 6 | -20/+85 |
* | mesa: tweak output of _mesa_write_shader_to_file() | Brian Paul | 2009-02-06 | 1 | -0/+2 |
* | Revert "mesa: meaningless whitespace change to see if git's working (ignore)" | Brian Paul | 2009-02-06 | 8 | -102/+20 |
* | mesa: meaningless whitespace change to see if git's working (ignore) | Brian Paul | 2009-02-06 | 8 | -20/+102 |
* | radeon: remove include that breaks build in !OLD_PACKET path | Dave Airlie | 2009-02-07 | 1 | -1/+0 |
* | mesa: remove oddball linux-directfb-install makefile rule | Brian Paul | 2009-02-05 | 2 | -5/+2 |
* | mesa: minor Makefile improvement for versioning | Brian Paul | 2009-02-05 | 1 | -4/+5 |
* | glsl: use _slang_var_swizzle() in a few places to simplify the code. | Brian Paul | 2009-02-04 | 1 | -29/+3 |
* | glsl: remove unused prototype | Brian Paul | 2009-02-04 | 1 | -4/+0 |
* | glsl: replace assertion with conditional in _slang_pop_var_table() | Brian Paul | 2009-02-04 | 1 | -10/+17 |
* | mesa: more info in error messages | Brian Paul | 2009-02-04 | 1 | -2/+3 |
* | swrast: add minor comments | Brian Paul | 2009-02-04 | 1 | -0/+4 |
* | Revert "docs: document new MESA_GLX_FORCE_DIRECT env var for the Xlib driver" | Brian Paul | 2009-02-04 | 1 | -16/+0 |
* | mesa: make Xlib glXIsDirect() always return True | Brian Paul | 2009-02-04 | 1 | -3/+3 |
* | demos: remove unused function | Brian Paul | 2009-02-04 | 1 | -5/+0 |
* | demos: silence uninitialized var warning | Brian Paul | 2009-02-04 | 1 | -1/+1 |
* | mesa: minor error msg improvement | Brian Paul | 2009-02-04 | 1 | -1/+2 |
* | intel: Decode MI operands using specific length masks | Chris Wilson | 2009-02-04 | 1 | -20/+23 |
* | intel: Correct decoding of 3DSTATE_PIXEL_SHADER_CONSTANTS | Chris Wilson | 2009-02-04 | 1 | -2/+2 |
* | intel: Fix fbo_firecube regression with FBconfigs change. | Eric Anholt | 2009-02-04 | 1 | -1/+1 |
* | r300: make the macros safe. add missing parenthesis. | Maciej Cencora | 2009-02-04 | 1 | -42/+42 |
* | r300: Fix EXP2 fog | Maciej Cencora | 2009-02-04 | 1 | -0/+1 |
* | intel: Fix commented-out glViewport in intel_meta_set_passthrough_transform. | Eric Anholt | 2009-02-03 | 1 | -3/+3 |
* | swrast: Add support for x8r8g8b8 fbconfig. | Eric Anholt | 2009-02-03 | 3 | -33/+121 |
* | docs: document new MESA_GLX_FORCE_DIRECT env var for the Xlib driver | Brian Paul | 2009-02-03 | 1 | -0/+16 |
* | xlib: use MESA_GLX_FORCE_DIRECT to make glXIsDirect() always return True | Brian Paul | 2009-02-03 | 1 | -20/+25 |
* | mesa: simplify delete_wrapper() | Brian Paul | 2009-02-03 | 1 | -7/+1 |
* | demos: modify bufferobj.c to exercise interleaved vertex arrays | Brian Paul | 2009-02-03 | 1 | -13/+23 |