| Commit message (Expand) | Author | Age | Files | Lines |
* | automake: cleanup pipe-loader handling when using sw/xlib winsys | Emil Velikov | 2014-04-25 | 4 | -4/+4 |
* | pipe-loader: conditionally build and use pipe_loader_sw_probe_dri | Emil Velikov | 2014-04-25 | 2 | -0/+6 |
* | llvmpipe: fix clearing of individual color buffers in a fb | Roland Scheidegger | 2014-04-25 | 6 | -163/+190 |
* | gallium/util: use ui[4] instead of ui in union util_color | Roland Scheidegger | 2014-04-25 | 12 | -39/+39 |
* | llvmpipe: (trivial) use correct LP_MIN_VECTOR_ALIGN define for alignment. | Roland Scheidegger | 2014-04-25 | 1 | -1/+1 |
* | r600g: fix hang on RV740 by using DX_RASTERIZATION_KILL instead of SX_MISC | Marek Olšák | 2014-04-25 | 5 | -7/+27 |
* | r600g: fix for an MSAA hang on RV770 | Marek Olšák | 2014-04-25 | 3 | -1/+12 |
* | r600g: fix for broken CULL_FRONT behavior on R6xx | Marek Olšák | 2014-04-25 | 4 | -61/+64 |
* | r600g: fix for HTILE on R6xx | Marek Olšák | 2014-04-25 | 1 | -0/+6 |
* | r600g: fix buffer copying on R600-R700 | Marek Olšák | 2014-04-25 | 1 | -0/+6 |
* | r600g: fix flushing on RV670, RS780, RS880 again | Marek Olšák | 2014-04-25 | 1 | -0/+9 |
* | r600g: fix MSAA resolve on R6xx when the destination is 1D-tiled | Marek Olšák | 2014-04-25 | 1 | -0/+6 |
* | r600g: disable async DMA on R700 | Marek Olšák | 2014-04-25 | 1 | -1/+2 |
* | r600g: fix edge flags and layered rendering on R600-R700 | Marek Olšák | 2014-04-25 | 1 | -2/+4 |
* | st/mesa: remove trailing NULL colorbuffers | Marek Olšák | 2014-04-25 | 1 | -0/+6 |
* | r300g: don't crash when getting NULL colorbuffers | Marek Olšák | 2014-04-25 | 4 | -29/+60 |
* | r300g: fix runtime warning after winsys cleanup | Marek Olšák | 2014-04-25 | 1 | -1/+0 |
* | radeonsi: implement GL_ARB_vertex_type_10f_11f_11f_rev | Marek Olšák | 2014-04-25 | 1 | -0/+6 |
* | st/xlib: Do minimal version checking in glXCreateContextAttribsARB. | José Fonseca | 2014-04-24 | 1 | -19/+1 |
* | llvmpipe: Advertise GLSL 3.30. | José Fonseca | 2014-04-24 | 1 | -1/+1 |
* | st/xlib: Honour request of 3.1 contexts through core profile where available. | José Fonseca | 2014-04-24 | 1 | -2/+15 |
* | draw/llvm: reduce memory usage | Zack Rusin | 2014-04-24 | 5 | -20/+27 |
* | swrast: move texture_slices() calls out of loops | Brian Paul | 2014-04-24 | 1 | -4/+8 |
* | swrast: move null pointer check earlier in _swrast_map_teximage() | Brian Paul | 2014-04-24 | 1 | -6/+9 |
* | swrast: remove _mesa_ prefix from static function | Brian Paul | 2014-04-24 | 1 | -3/+3 |
* | swrast: allocate swrast_texture_image::ImageSlices array if needed | Brian Paul | 2014-04-24 | 1 | -0/+10 |
* | swrast: Fix vertex color in _swsetup_Translate() | nick | 2014-04-24 | 1 | -1/+2 |
* | gallivm: Fix wrong operator in lp_exec_default. | José Fonseca | 2014-04-24 | 1 | -1/+1 |
* | mesa/st: Handle empty frame-buffers without asserting. | José Fonseca | 2014-04-24 | 1 | -5/+4 |
* | mesa/st: Fix pipe_framebuffer_state::height for PIPE_TEXTURE_1D_ARRAY. | José Fonseca | 2014-04-23 | 1 | -2/+33 |
* | util/u_debug: Pass correct size to strncat. | José Fonseca | 2014-04-23 | 1 | -4/+4 |
* | freedreno/a3xx: fix TOTALATTRTOVS | Rob Clark | 2014-04-23 | 4 | -1/+7 |
* | i965: Make Broadwell HiZ path arrange for TC flushes. | Kenneth Graunke | 2014-04-22 | 1 | -0/+3 |
* | i965: Use uint16_t for control/src index tables. | Matt Turner | 2014-04-22 | 1 | -14/+14 |
* | i965/disasm: Fix s/xoo/xor/ typo. | Matt Turner | 2014-04-22 | 1 | -1/+1 |
* | i965/disasm: Remove tables with obvious mappings. | Matt Turner | 2014-04-22 | 2 | -13/+2 |
* | mesa/st: enable EXT_shader_integer_mix when NativeIntegers is on | Ilia Mirkin | 2014-04-22 | 1 | -0/+4 |
* | st/omx/enc: implement frame reordering and B-frames | Christian König | 2014-04-22 | 2 | -23/+87 |
* | st/omx/enc: replace omx buffer with texture buffer | Leo Liu | 2014-04-22 | 1 | -29/+185 |
* | radeonsi: Fix calculation of number of banks for SI | Michel Dänzer | 2014-04-22 | 3 | -16/+20 |
* | glsl: Only allow `invariant` on shader in/out between stages. | Chris Forbes | 2014-04-22 | 1 | -23/+8 |
* | svga: move draw debug code into separate function | Brian Paul | 2014-04-21 | 1 | -123/+135 |
* | mesa: move declaration before code | Brian Paul | 2014-04-21 | 1 | -1/+1 |
* | mesa: Fix error code generation in glReadPixels() | Anuj Phogat | 2014-04-21 | 1 | -0/+16 |
* | mesa: Add an error condition in glGetFramebufferAttachmentParameteriv() | Anuj Phogat | 2014-04-21 | 1 | -0/+13 |
* | libgl-gdi: silence unused variable warning when not using LLVM | Brian Paul | 2014-04-21 | 1 | -0/+2 |
* | mesa: fix GetStringi error message with correct function name | Benjamin Bellec | 2014-04-21 | 1 | -1/+1 |
* | st/mesa: fix invalid pointer use in st_texture_get_sampler_view() | Brian Paul | 2014-04-21 | 1 | -3/+3 |
* | glsl: Fix typo | Chris Forbes | 2014-04-21 | 1 | -1/+1 |
* | i965: Use ctx->Texture._MaxEnabledTexImageUnit for upper bound | Chris Forbes | 2014-04-21 | 2 | -2/+4 |