| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | freedreno/a3xx/compiler: fix RECT textures | Rob Clark | 2014-03-30 | 1 | -7/+24 |
* | freedreno/a3xx/compiler: avoid negative register ids | Rob Clark | 2014-03-30 | 1 | -2/+2 |
* | freedreno/a3xx: missing wfi | Rob Clark | 2014-03-30 | 4 | -3/+20 |
* | freedreno/a3xx: little extra debug | Rob Clark | 2014-03-30 | 2 | -0/+5 |
* | freedreno: handle null sampler | Rob Clark | 2014-03-30 | 2 | -3/+8 |
* | i965: Add Cherryview support. | Kenneth Graunke | 2014-03-28 | 3 | -0/+20 |
* | glsl: Clean up "unused parameter" warnings | Ian Romanick | 2014-03-28 | 12 | -18/+18 |
* | mesa: Clean up "unused parameter" warnings | Ian Romanick | 2014-03-28 | 1 | -3/+3 |
* | mesa/program: Constify find_variable_storage | Ian Romanick | 2014-03-28 | 1 | -3/+2 |
* | glsl: Move Doxygen block closing ot the correct place | Ian Romanick | 2014-03-28 | 1 | -2/+2 |
* | i965: Make sure we always compute valid index bounds before drawing. | Iago Toral Quiroga | 2014-03-28 | 1 | -1/+2 |
* | glsl: remove {add,get}_type_ast from glsl_symbol_table | Chia-I Wu | 2014-03-28 | 3 | -28/+0 |
* | mesa: fix glMultiDrawArrays inside a display list | Brian Paul | 2014-03-27 | 1 | -3/+4 |
* | st/mesa: overhaul texture / sample swizzle code | Brian Paul | 2014-03-27 | 1 | -53/+114 |
* | st/mesa: simplify apply_depthmode() | Brian Paul | 2014-03-27 | 1 | -38/+47 |
* | i965: Use intel_upload_space() for pull constant uploads. | Eric Anholt | 2014-03-26 | 4 | -33/+17 |
* | i965: Massively simplify the intel_upload implementation. | Eric Anholt | 2014-03-26 | 4 | -126/+77 |
* | draw/llvm: improve debugging output a bit | Zack Rusin | 2014-03-26 | 2 | -2/+3 |
* | draw/gs: reduce the size of the gs output buffer | Zack Rusin | 2014-03-26 | 1 | -7/+13 |
* | svga: add work-around for Sauerbraten Z fighting issue | Brian Paul | 2014-03-26 | 3 | -2/+49 |
* | svga: null out query's hwbuf pointer after destroying | Brian Paul | 2014-03-26 | 1 | -0/+1 |
* | svga: add some debug_printf() calls in the query object code | Brian Paul | 2014-03-26 | 1 | -2/+6 |
* | st/mesa: add null pointer checking in query object functions | Brian Paul | 2014-03-26 | 1 | -2/+16 |
* | svga: fix a comment (sampler vs. sampler_view) | Brian Paul | 2014-03-26 | 1 | -1/+1 |
* | mesa: fix unpack_Z32_FLOAT_X24S8() / unpack_Z32_FLOAT() mix-up | Brian Paul | 2014-03-26 | 1 | -4/+4 |
* | mesa: fix indentation, formatting, etc in fbobject.c | Brian Paul | 2014-03-26 | 1 | -38/+56 |
* | mesa: rename format_(un)pack.c functions to match format names (pt. 7) | Brian Paul | 2014-03-26 | 2 | -34/+34 |
* | mesa: rename format_(un)pack.c functions to match format names (pt. 6) | Brian Paul | 2014-03-26 | 2 | -12/+12 |
* | mesa: rename format_(un)pack.c functions to match format names (pt. 5) | Brian Paul | 2014-03-26 | 2 | -72/+72 |
* | mesa: rename format_(un)pack.c functions to match format names (pt. 4) | Brian Paul | 2014-03-26 | 2 | -44/+44 |
* | mesa: rename format_(un)pack.c functions to match format names (pt. 3) | Brian Paul | 2014-03-26 | 2 | -67/+67 |
* | mesa: rename format_(un)pack.c functions to match format names (pt. 2) | Brian Paul | 2014-03-26 | 2 | -36/+36 |
* | mesa: rename format_(un)pack.c functions to match format names (pt. 1) | Brian Paul | 2014-03-26 | 2 | -403/+403 |
* | llvmpipe: Fix llvmpipe_create_gs_state. | Zack Rusin | 2014-03-26 | 1 | -3/+5 |
* | st/omx/dec: fix possible segfault at eos | Christian König | 2014-03-26 | 1 | -1/+1 |
* | mapi/glapi: Use ElementTree instead of libxml2. | José Fonseca | 2014-03-26 | 8 | -221/+141 |
* | mapi/glapi: Remove glX_doc.py. | José Fonseca | 2014-03-26 | 1 | -280/+0 |
* | st/mesa: fix sampler view handling with shared textures v4 | Christian König | 2014-03-26 | 3 | -0/+28 |
* | gallivm: fix no-op n:n lp_build_resize() | Roland Scheidegger | 2014-03-26 | 1 | -6/+6 |
* | i965: For fast color clears, only check the color of live channels. | Kevin Rogovin | 2014-03-25 | 1 | -1/+2 |
* | i965: Set Broadwell MOCS values everywhere it's possible. | Kenneth Graunke | 2014-03-25 | 6 | -12/+27 |
* | mesa: In core profile, refuse to draw unless a VAO is bound. | Kenneth Graunke | 2014-03-25 | 1 | -1/+4 |
* | Revert "build: llvm libs may not be in system search path, add rpath" | Ilia Mirkin | 2014-03-25 | 1 | -1/+0 |
* | Revert "mesa: Fix format matching checks for GL_INTENSITY* internalformats." | Chris Forbes | 2014-03-26 | 1 | -12/+8 |
* | mesa: move GLbitfield any_valid_stages declaration before code | Brian Paul | 2014-03-25 | 1 | -1/+2 |
* | glsl: Clean up "unused parameter" warnings | Ian Romanick | 2014-03-25 | 1 | -5/+5 |
* | glsl: Minor clean ups in constant_referenced | Ian Romanick | 2014-03-25 | 1 | -11/+6 |
* | glsl: Remove ir_dereference::constant_referenced | Ian Romanick | 2014-03-25 | 2 | -61/+0 |
* | glsl: Fold implementation of ir_dereference_array::constant_referenced into w... | Ian Romanick | 2014-03-25 | 1 | -46/+43 |
* | glsl: Fold implementation of ir_dereference_record::constant_referenced into ... | Ian Romanick | 2014-03-25 | 1 | -17/+21 |