| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: s/Bilt/Blit | Brian Paul | 2009-10-27 | 1 | -1/+1 |
* | mesa: more texture debug code changes, improvements | Brian Paul | 2009-10-27 | 2 | -30/+69 |
* | mesa: minor code clean-up in client_state() | Brian Paul | 2009-10-27 | 1 | -10/+11 |
* | mesa: avoid redundant state setting in glClientActiveTexture | Brian Paul | 2009-10-27 | 1 | -0/+7 |
* | intel: fix comment, formatting | Brian Paul | 2009-10-27 | 1 | -2/+2 |
* | intel: fix src offset bug in do_copy_texsubimage() | Brian Paul | 2009-10-27 | 1 | -1/+1 |
* | glsl: fix memory leak | Brian Paul | 2009-10-27 | 1 | -2/+6 |
* | i915: Fix driver for the miptree x/y offset changes. | Eric Anholt | 2009-10-27 | 2 | -4/+20 |
* | i965: be clear that the Fallback field is a boolean, not a bitfield | Brian Paul | 2009-10-27 | 3 | -4/+8 |
* | Revert "i965: fix hacked Fallback usage in brw_prepare_vertices()" | Brian Paul | 2009-10-27 | 2 | -6/+2 |
* | intel: fix GL state bugs in intel_texture_bitmap() | Brian Paul | 2009-10-27 | 1 | -4/+3 |
* | mesa: Add remap.c to SConscript. | Chia-I Wu | 2009-10-26 | 1 | -0/+1 |
* | Merge branch 'mesa_7_6_branch' | Brian Paul | 2009-10-23 | 2 | -14/+2 |
|\ |
|
| * | mesa: remove FBO texture depth/stencil test | Brian Paul | 2009-10-23 | 1 | -12/+0 |
| * | mesa: fix broken _mesa_str_checksum() | Brian Paul | 2009-10-23 | 1 | -2/+2 |
* | | mesa: simplify att->CubeMapFace assignment | Brian Paul | 2009-10-23 | 1 | -6/+1 |
* | | mesa: refactor, new print_shader_info() | Brian Paul | 2009-10-23 | 1 | -25/+36 |
* | | mesa: rework error checking code for glGetCompressedTexImage() | Brian Paul | 2009-10-23 | 1 | -48/+122 |
* | | mesa: remove misplaced VERBOSE_TEXTURE tests | Brian Paul | 2009-10-23 | 2 | -5/+5 |
* | | mesa: more detailed error messages in fbo code | Brian Paul | 2009-10-23 | 1 | -2/+5 |
* | | Merge remote branch 'origin/mesa_7_6_branch' | Eric Anholt | 2009-10-23 | 14 | -133/+193 |
|\| |
|
| * | intel: Keep track of x,y offsets in miptrees and use them for blitting. | Eric Anholt | 2009-10-23 | 8 | -140/+118 |
| * | mesa: fix GL_TEXTURE_INTERNAL_FORMAT query for compressed formats | Brian Paul | 2009-10-23 | 1 | -1/+9 |
| * | mesa: added _mesa_compressed_format_to_glenum() | Brian Paul | 2009-10-23 | 2 | -0/+54 |
| * | mesa: change s3tc vs. fxt1 priority when choosing compressed formats | Brian Paul | 2009-10-23 | 1 | -8/+8 |
| * | ARB prog parser: Fix parameter array size comparison | Ian Romanick | 2009-10-22 | 2 | -2/+2 |
* | | i965: Annotate _NEW_COLOR dependency for brw_update_renderbuffer_surface(). | Eric Anholt | 2009-10-23 | 1 | -1/+2 |
* | | glapi: Always build libglapi.a. | Chia-I Wu | 2009-10-23 | 12 | -19/+24 |
* | | glapi: Move dispatch marcos to glapidispatch.h. | Chia-I Wu | 2009-10-23 | 4 | -3983/+4014 |
* | | mesa/dri: Remove extension_helper.h. | Chia-I Wu | 2009-10-23 | 2 | -6652/+0 |
* | | mesa: Enable remap table in core. | Chia-I Wu | 2009-10-23 | 27 | -465/+61 |
* | | mesa/main: Add support for remap table. | Chia-I Wu | 2009-10-23 | 6 | -0/+6416 |
* | | r600: remove duplicate stride setting | Andre Maasikas | 2009-10-23 | 1 | -4/+0 |
* | | r600: for position invariant programs reading vert_pos is not always known at... | Andre Maasikas | 2009-10-23 | 1 | -0/+5 |
* | | gallium: remove the swizzling parts of ExtSwizzle | Keith Whitwell | 2009-10-23 | 1 | -2/+0 |
* | | gallium: remove noise opcodes | Keith Whitwell | 2009-10-23 | 1 | -8/+15 |
* | | r600: remove remains of old tnl pipeline | Alex Deucher | 2009-10-23 | 7 | -268/+41 |
* | | r600: fix render size prediction | Alex Deucher | 2009-10-23 | 3 | -20/+20 |
* | | r600: remove old tnl pipeline | Alex Deucher | 2009-10-23 | 2 | -192/+34 |
* | | r600: clean up context creation | Alex Deucher | 2009-10-23 | 1 | -102/+100 |
* | | Revert "Store clipping distance for user clip planes as part of vertex proces... | Ian Romanick | 2009-10-22 | 4 | -132/+18 |
* | | Merge branch 'mesa_7_6_branch' | Brian Paul | 2009-10-22 | 7 | -19/+74 |
|\| |
|
| * | intel: flush old context before binding new context | Brian Paul | 2009-10-22 | 1 | -2/+15 |
| * | mesa: code refactoring- new _mesa_finish(), _mesa_flush() | Brian Paul | 2009-10-22 | 2 | -8/+37 |
| * | i965: fix hacked Fallback usage in brw_prepare_vertices() | Brian Paul | 2009-10-22 | 2 | -2/+6 |
| * | intel: define INTEL_FALLBACK_DRIVER for drivers | Brian Paul | 2009-10-22 | 1 | -0/+1 |
| * | intel: Fallback field is a bitmask, use GLbitfield | Brian Paul | 2009-10-22 | 3 | -5/+14 |
| * | i965: remove unused brw_context::tmp_fallback field | Brian Paul | 2009-10-22 | 1 | -1/+0 |
| * | i965: remove unused BRW_FALLBACK_TEXTURE bit | Brian Paul | 2009-10-22 | 1 | -1/+1 |
* | | mesa: fix up vbo comments | Brian Paul | 2009-10-22 | 1 | -8/+14 |