| Commit message (Expand) | Author | Age | Files | Lines |
* | driconf: remove the unused option allow_large_textures | Marek Olšák | 2013-07-30 | 2 | -11/+1 |
* | st/dri: support the driconf option disable_blend_func_extended | Marek Olšák | 2013-07-30 | 5 | -4/+10 |
* | st/osmesa: initialize disable_glsl_line_continuations | Marek Olšák | 2013-07-30 | 1 | -0/+1 |
* | gallium/postprocessing: convert blits to pipe->blit | Marek Olšák | 2013-07-30 | 5 | -25/+54 |
* | gallium/postprocessing: fix shader parsing | Marek Olšák | 2013-07-30 | 1 | -2/+2 |
* | mesa: default texture buffer format should be R8 in the core profile | Marek Olšák | 2013-07-30 | 1 | -2/+2 |
* | mesa: default DEPTH_TEXTURE_MODE should be RED in the core profile | Marek Olšák | 2013-07-30 | 8 | -10/+12 |
* | st/mesa: expose EXT_framebuffer_multisample_blit_scaled if MSAA is supported | Marek Olšák | 2013-07-30 | 1 | -0/+1 |
* | st/mesa: fix sRGB renderbuffers without EXT_framebuffer_sRGB support | Marek Olšák | 2013-07-30 | 2 | -0/+15 |
* | Revert "r300g: Give CLIP_DISABLE another try" | Marek Olšák | 2013-07-30 | 2 | -3/+2 |
* | glsl: Remove redundant writes to prog->LinkStatus | Paul Berry | 2013-07-30 | 2 | -2/+0 |
* | glsl: Improve error message for interstage interface block mismatch. | Paul Berry | 2013-07-30 | 1 | -1/+2 |
* | glsl: Use a consistent technique for tracking link success/failure. | Paul Berry | 2013-07-30 | 5 | -82/+75 |
* | glsl: Add error message for intrastage interface block mismatch. | Paul Berry | 2013-07-30 | 3 | -3/+8 |
* | glsl: Remove bogus check on return value of link_uniform_blocks(). | Paul Berry | 2013-07-30 | 3 | -6/+4 |
* | r600g/compute: Added missing address space checking of kernel parameters | Jonathan Charest | 2013-07-30 | 1 | -3/+2 |
* | clover: Added missing address space checking of kernel parameters v2 | Jonathan Charest | 2013-07-30 | 1 | -15/+31 |
* | mesa: Remove broken assertion about enabled texture targets. | Kenneth Graunke | 2013-07-29 | 1 | -4/+2 |
* | i965: Don't create a swrast context on ES2+. | Kenneth Graunke | 2013-07-29 | 1 | -1/+1 |
* | glsl: Remove shader stage checking for extension handling. | Kenneth Graunke | 2013-07-29 | 1 | -61/+28 |
* | mesa: Expose OES_surfaceless_context. | Matt Turner | 2013-07-29 | 1 | -0/+1 |
* | mesa: Return GL_FRAMEBUFFER_UNDEFINED if the winsys fbo is incomplete. | Matt Turner | 2013-07-29 | 1 | -2/+6 |
* | gallivm: (trivial) git rid of assertion in float->uint conversion code | Roland Scheidegger | 2013-07-29 | 1 | -2/+3 |
* | nvc0: force use of correct firmware file | Maarten Lankhorst | 2013-07-28 | 1 | -1/+1 |
* | glsl: Less const for glsl_type convenience accessors | Ian Romanick | 2013-07-27 | 2 | -8/+8 |
* | glsl: Disallow auxiliary storage qualifiers on FS outputs. | Kenneth Graunke | 2013-07-27 | 1 | -0/+14 |
* | glsl: Classify "layout" like other identifiers. | Kenneth Graunke | 2013-07-27 | 1 | -1/+1 |
* | glsl: Be consistent about '\n', '.', and capitalization in errors/warnings. | Paul Berry | 2013-07-27 | 8 | -122/+122 |
* | gallivm: fix float->SNORM conversion | Roland Scheidegger | 2013-07-27 | 2 | -11/+47 |
* | util: don't flush overflowing values to infinity in half-float conversion | Roland Scheidegger | 2013-07-27 | 2 | -9/+17 |
* | tgsi: handle texel swizzles correctly for d3d10-style sample opcodes | Roland Scheidegger | 2013-07-27 | 1 | -5/+35 |
* | gallivm: handle texel swizzles correctly for d3d10-style sample opcodes | Roland Scheidegger | 2013-07-27 | 2 | -0/+29 |
* | mesa: Disable GL_EXT_framebuffer_object in core profiles and OpenGL 3.1 | Ian Romanick | 2013-07-26 | 1 | -1/+1 |
* | glsl: disable ARB_texture_cube_map_array_enable keywords for glsl es | Tapani Pälli | 2013-07-26 | 1 | -24/+5 |
* | i965/vs: Fix flaky texture swizzling | Chris Forbes | 2013-07-27 | 1 | -1/+1 |
* | st/clover: Allow double precision operations | Niels Ole Salscheider | 2013-07-25 | 1 | -0/+1 |
* | gallium/vl: add prime support | Dave Airlie | 2013-07-26 | 1 | -1/+19 |
* | Revert "i965: Delete pre-DRI2.3 viewport hacks." | Kenneth Graunke | 2013-07-25 | 3 | -1/+25 |
* | xa: move surface to ref/unref api | Jerome Glisse | 2013-07-25 | 3 | -2/+18 |
* | xa: let ddx handle flush | Jerome Glisse | 2013-07-25 | 2 | -9/+2 |
* | xa: export a common context flush function | Jerome Glisse | 2013-07-25 | 4 | -7/+17 |
* | xa: add handle type parameter to get handle | Jerome Glisse | 2013-07-25 | 2 | -2/+18 |
* | xa: add xa_surface_from_handle() | Rob Clark | 2013-07-25 | 2 | -4/+46 |
* | gallivm: Remove NoFramePointerElimNonLeaf for LLVM >= 3.4. | Vinson Lee | 2013-07-25 | 1 | -0/+2 |
* | glsl: Handle empty if statement encountered during loop analysis. | Paul Berry | 2013-07-25 | 1 | -1/+2 |
* | i965: Initialize inout_offset parameter to brw_search_cache(). | Paul Berry | 2013-07-25 | 2 | -2/+2 |
* | glsl: don't rename variables in interface block arrays. | Paul Berry | 2013-07-25 | 1 | -6/+2 |
* | draw: fix vertex id computation | Zack Rusin | 2013-07-25 | 5 | -13/+37 |
* | draw: cleanup and fix instance id computation | Zack Rusin | 2013-07-25 | 4 | -13/+8 |
* | gallivm: Remove dead code in lp_build_compare_ext. | Vinson Lee | 2013-07-24 | 1 | -6/+0 |