| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: simplify Driver.TexSubImage() parameters | Brian Paul | 2011-12-30 | 8 | -111/+89 |
* | st/mesa: remove TexSubImage code, use core mesa routines instead. | Brian Paul | 2011-12-30 | 1 | -140/+3 |
* | u_format: fix inv_swizzles generation | Dave Airlie | 2011-12-30 | 1 | -1/+2 |
* | r600g: Manage fences per screen rather than per context. | Michel Dänzer | 2011-12-30 | 2 | -56/+65 |
* | i915g: Allocate tmp for KILP | Stéphane Marchesin | 2011-12-30 | 1 | -0/+2 |
* | vbo: introduce vbo_sizeof_ib_type() function | Yuanhan Liu | 2011-12-30 | 5 | -79/+29 |
* | llvmpipe: Remove useless draw_install_pstipple_stage call. | Stéphane Marchesin | 2011-12-29 | 1 | -5/+0 |
* | intel: Fix memory leak in intel_miptree_create() | Chad Versace | 2011-12-29 | 1 | -2/+2 |
* | i965/fs: Allow constant propagation into IF with embedded compare. | Eric Anholt | 2011-12-29 | 1 | -0/+1 |
* | intel: Drop the batchbuffer flush on glRenderbufferStorage(). | Eric Anholt | 2011-12-29 | 1 | -2/+0 |
* | intel: Drop the batchbuffer flush on glFramebufferRenderbuffer(). | Eric Anholt | 2011-12-29 | 1 | -2/+0 |
* | intel: Make the batchbuffer flush debug more useful. | Eric Anholt | 2011-12-29 | 2 | -3/+5 |
* | intel: Fix performance regression in Lightsmark since HiZ changes. | Eric Anholt | 2011-12-29 | 1 | -0/+3 |
* | intel: Don't consider miptrees for other texture targets to match. | Eric Anholt | 2011-12-29 | 2 | -1/+3 |
* | mesa: Use __builtin_ffsll on Mac OS X. | Vinson Lee | 2011-12-28 | 1 | -1/+1 |
* | i915g: Add missing draw_flush call. | Stéphane Marchesin | 2011-12-28 | 1 | -0/+7 |
* | mesa: Re-add main/bitset.h to fix classic nouveau build failure. | José Fonseca | 2011-12-28 | 2 | -0/+162 |
* | mesa: Remove now unused main/bitset.h. | Mathias Fröhlich | 2011-12-28 | 2 | -162/+0 |
* | mesa: Remove remaining FEATURE_ARB_vertex_buffer_object guards. | Mathias Fröhlich | 2011-12-28 | 6 | -21/+0 |
* | mesa: Convert to use GLbitfield64 directly. | Mathias Fröhlich | 2011-12-28 | 4 | -42/+24 |
* | radeon: Convert to use GLbitfield64 directly. | Mathias Fröhlich | 2011-12-28 | 3 | -38/+37 |
* | nouveau: Convert to use GLbitfield64 directly. | Mathias Fröhlich | 2011-12-28 | 2 | -2/+2 |
* | i915: Convert to use GLbitfield64 directly. | Mathias Fröhlich | 2011-12-28 | 2 | -14/+12 |
* | mesa: Convert RENDERINPUTS* macros to GLbitfield64. | Mathias Fröhlich | 2011-12-28 | 2 | -12/+20 |
* | i915g: Only apply the optimization to output vars. | Stéphane Marchesin | 2011-12-27 | 1 | -0/+1 |
* | i965/vs: Properly clear cur_value when propagating direct copies. | Kenneth Graunke | 2011-12-27 | 1 | -16/+12 |
* | i965/vs: Fix incorrect subscript when resetting copy propagation records. | Kenneth Graunke | 2011-12-27 | 1 | -1/+1 |
* | i965: Create mock implementation of GL_OES_EGL_image_external | Chad Versace | 2011-12-27 | 4 | -0/+6 |
* | meta: Disable GL_TEXTURE_EXTERNAL_OES in meta_begin() | Chad Versace | 2011-12-27 | 1 | -0/+2 |
* | mklib: tab cleanup, no functional change | Alexander von Gluck | 2011-12-27 | 1 | -1/+1 |
* | mesa: fpclassify is available on Haiku | Alexander von Gluck | 2011-12-27 | 1 | -1/+1 |
* | glu: remove BeOS define as BeOS is not longer a target platform | Alexander von Gluck | 2011-12-27 | 1 | -6/+1 |
* | gallium: use Mesa pthread_barrier_t on Haiku, as it is incomplete under Haiku | Alexander von Gluck | 2011-12-27 | 1 | -1/+1 |
* | gallium/u_pack: fix l8/i8 pack color ub | Dave Airlie | 2011-12-27 | 1 | -1/+1 |
* | vbo: Clean up recalculate_input_bindings. | Mathias Fröhlich | 2011-12-27 | 2 | -46/+17 |
* | mklib: Add Haiku build support | Alexander von Gluck | 2011-12-26 | 1 | -0/+37 |
* | Fix build with LLVM >= r145623. | Johannes Obermayr | 2011-12-26 | 1 | -1/+1 |
* | swrast: assert _swrast_map_teximage() x, y is multiple of block size | Brian Paul | 2011-12-26 | 1 | -0/+3 |
* | swrast: replace assertion with conditional in _swrast_map_teximage() | Brian Paul | 2011-12-26 | 1 | -2/+6 |
* | mesa: fix signed/unsigned comparison warnings | Brian Paul | 2011-12-26 | 1 | -2/+2 |
* | vbo: signal _NEW_ARRAY when transitioning between glBegin/End, glDrawArrays | Brian Paul | 2011-12-26 | 5 | -7/+49 |
* | mesa: remove leftovers from color indexed rendering. | Mathias Fröhlich | 2011-12-26 | 2 | -8/+1 |
* | mesa: remove unused _mesa_copy_materials. | Mathias Fröhlich | 2011-12-26 | 2 | -20/+0 |
* | vl: call decode_bitstream only once | Christian König | 2011-12-26 | 5 | -10/+19 |
* | i965: increase the brw eu instruction store size dynamically | Yuanhan Liu | 2011-12-26 | 3 | -3/+18 |
* | i965: call next_insn() before referencing a instruction by index | Yuanhan Liu | 2011-12-26 | 1 | -14/+26 |
* | i965: get the jmp distance by instruction index | Yuanhan Liu | 2011-12-26 | 4 | -12/+10 |
* | i965: let the if_stack just store the instruction index | Yuanhan Liu | 2011-12-26 | 3 | -10/+19 |
* | r600g: fix a warning that a variable may be uninitialized | Marek Olšák | 2011-12-25 | 1 | -0/+2 |
* | gallium: remove PIPE_CAP_MAX_STREAM_OUTPUT_SEPARATE_ATTRIBS | Marek Olšák | 2011-12-25 | 5 | -6/+1 |