| Commit message (Expand) | Author | Age | Files | Lines |
* | r300g: fix emitting the stencil-ref and alpha-ref values | Marek Olšák | 2009-10-28 | 3 | -11/+31 |
* | r300g: fix the WRAP_T mode when using 1D textures | Marek Olšák | 2009-10-28 | 1 | -1/+8 |
* | r300g: fix blending and do some optimizations | Marek Olšák | 2009-10-28 | 2 | -48/+54 |
* | mesa/st: fix crash in st_texture_image_copy | Marek Olšák | 2009-10-28 | 1 | -6/+15 |
* | Merge branch 'mesa_7_6_branch' | Brian Paul | 2009-10-28 | 10 | -942/+802 |
|\ |
|
| * | mesa: remove unneeded #includes | Brian Paul | 2009-10-28 | 2 | -9/+0 |
| * | mesa: include imports.h to silence warning | Brian Paul | 2009-10-28 | 1 | -0/+1 |
| * | intel: Fix memory leak in event of mip tree allocation failure | Vinson Lee | 2009-10-28 | 1 | -1/+3 |
| * | ARB prog parser: Fix epic memory leak in lexer / parser interface | Ian Romanick | 2009-10-27 | 5 | -207/+337 |
| * | ARB prog parser: Don't leak program string | Ian Romanick | 2009-10-27 | 1 | -0/+4 |
| * | ARB prog parser: Don't leak symbol table header structures | Ian Romanick | 2009-10-27 | 1 | -0/+16 |
| * | intel: Fix flipped condition in ARB_sync GetSYnciv(GL_SYNC_STATUS). | Eric Anholt | 2009-10-27 | 1 | -1/+1 |
| * | intel: added region draw_x/y offsets in x/y_tile_swizzle() funcs | Brian Paul | 2009-10-27 | 1 | -0/+6 |
| * | 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 | -6/+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 |
| * | draw: Fix memory leak. | Vinson Lee | 2009-10-27 | 1 | -0/+2 |
| * | intel: fix GL state bugs in intel_texture_bitmap() | Brian Paul | 2009-10-26 | 1 | -4/+3 |
* | | llvmpipe: Make sure the JIT engine and X86 target are linked on MSVC build. | José Fonseca | 2009-10-28 | 6 | -4/+118 |
* | | util: Drop return value from cpuid(). | José Fonseca | 2009-10-28 | 1 | -10/+6 |
* | | util: Fix cpuid on MSVC. | José Fonseca | 2009-10-28 | 1 | -1/+5 |
* | | llvmpipe: Implement round() for MSVC. | José Fonseca | 2009-10-28 | 1 | -0/+12 |
* | | mesa: consolidate _mesa_CompressedTexSubImage[123]DARB() functions | Brian Paul | 2009-10-27 | 1 | -96/+56 |
* | | mesa: consolidate CompressedTexSubImage1/2/3DARB() error checking | Brian Paul | 2009-10-27 | 1 | -28/+58 |
* | | mesa: simplify teximage code with get_current_tex_object() | Brian Paul | 2009-10-27 | 1 | -60/+38 |
* | | mesa: code refactoring to eliminate a switch stmt in bind_buffer_object() | Brian Paul | 2009-10-27 | 1 | -66/+45 |
* | | glsl: avoid redundant state changes in _mesa_use_program() | Brian Paul | 2009-10-27 | 1 | -3/+4 |
* | | st/xorg: fix xv | Zack Rusin | 2009-10-27 | 3 | -9/+21 |
* | | intel: silence warning | Brian Paul | 2009-10-27 | 1 | -0/+1 |
* | | mesa: debug code for glBlitFramebuffer() | Brian Paul | 2009-10-27 | 1 | -0/+55 |
* | | via: silence unused var warnings | Brian Paul | 2009-10-27 | 2 | -2/+2 |
* | | intel: minor clean-up, comments | Brian Paul | 2009-10-27 | 1 | -2/+3 |
* | | intel: use _mesa_get_current_tex_unit() helper | Brian Paul | 2009-10-27 | 1 | -9/+6 |
* | | 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 |
* | | draw: Fix memory leak. | Vinson Lee | 2009-10-27 | 1 | -0/+2 |
* | | intel: fix GL state bugs in intel_texture_bitmap() | Brian Paul | 2009-10-27 | 1 | -4/+3 |
* | | nv50: activate more lanes in a warp | Christoph Bumiller | 2009-10-28 | 1 | -0/+4 |
* | | st/xorg: Adopt to new dirty clip rect type | Jakob Bornecrantz | 2009-10-27 | 1 | -4/+5 |
* | | mesa: Add remap.c to SConscript. | Chia-I Wu | 2009-10-26 | 1 | -0/+1 |