| Commit message (Expand) | Author | Age | Files | Lines |
* | gallium/docs: clarify when query results are reset | Rob Clark | 2014-05-14 | 1 | -0/+2 |
* | gallivm: Remove lp_func_delete_body. | José Fonseca | 2014-05-14 | 3 | -15/+0 |
* | gallivm: Remove gallivm_free_function. | José Fonseca | 2014-05-14 | 2 | -23/+0 |
* | llvmpipe: Delete unneeded LLVM stuff earlier. | José Fonseca | 2014-05-14 | 7 | -34/+16 |
* | draw: Delete unneeded LLVM stuff earlier. | Frank Henigman | 2014-05-14 | 1 | -15/+4 |
* | gallivm: Separate freeing LLVM intermediate data from freeing final code. | Frank Henigman | 2014-05-14 | 2 | -7/+22 |
* | gallivm: One code memory pool with deferred free. | Frank Henigman | 2014-05-14 | 4 | -1/+283 |
* | gallivm: Run passes per module, not per function. | José Fonseca | 2014-05-14 | 1 | -28/+19 |
* | gallivm: Use LLVM global context. | José Fonseca | 2014-05-14 | 1 | -23/+17 |
* | gallivm: Stop using module providers. | José Fonseca | 2014-05-14 | 2 | -27/+7 |
* | gallivm,draw,llvmpipe: Remove support for versions of LLVM prior to 3.1. | José Fonseca | 2014-05-14 | 15 | -548/+20 |
* | freedreno/a3xx: occlusion query support | Rob Clark | 2014-05-13 | 5 | -3/+185 |
* | freedreno: add support for hw queries | Rob Clark | 2014-05-13 | 10 | -8/+734 |
* | freedreno/query: allow multiple query implementations | Rob Clark | 2014-05-13 | 6 | -107/+269 |
* | freedreno/a3xx: add point-size | Rob Clark | 2014-05-13 | 1 | -4/+14 |
* | freedreno: update generated headers | Rob Clark | 2014-05-13 | 4 | -54/+252 |
* | nv50,nvc0: fix blit 3d path for 1d array textures | Ilia Mirkin | 2014-05-11 | 1 | -0/+6 |
* | nv50,nvc0: leave queries on during blit, turn them on for 2d engine | Ilia Mirkin | 2014-05-11 | 6 | -6/+35 |
* | gallium: add bit to pipe_blit_info to leave current query enabled | Ilia Mirkin | 2014-05-11 | 1 | -0/+3 |
* | nv50: fix setting of texture ms info to be per-stage | Ilia Mirkin | 2014-05-11 | 3 | -6/+10 |
* | nv50/ir: make sure to reverse cond codes on all the OP_SET variants | Ilia Mirkin | 2014-05-11 | 1 | -1/+2 |
* | freedreno/a2xx: fix compiler warning | Rob Clark | 2014-05-11 | 1 | -1/+1 |
* | radeonsi: prepare depth export registers at compile time | Marek Olšák | 2014-05-10 | 3 | -14/+14 |
* | radeonsi: simplify depth/stencil export code | Marek Olšák | 2014-05-10 | 1 | -11/+5 |
* | radeon/llvm: add support for non-scalar system values | Marek Olšák | 2014-05-10 | 1 | -0/+6 |
* | radeonsi: add and use a helper function for loading constants | Marek Olšák | 2014-05-10 | 1 | -19/+19 |
* | radeonsi: only count CS space for state atoms if we're going to draw | Marek Olšák | 2014-05-10 | 1 | -5/+5 |
* | radeonsi: remove unused variable exports_ps in si_pipe_shader_ps | Marek Olšák | 2014-05-10 | 1 | -12/+1 |
* | radeonsi: use DRAW_PREAMBLE on CIK | Marek Olšák | 2014-05-10 | 2 | -5/+10 |
* | r600g: simplify framebuffer state size computation | Marek Olšák | 2014-05-10 | 1 | -26/+4 |
* | ilo: destroy the mutex, if winsys creation fails | Emil Velikov | 2014-05-10 | 1 | -0/+1 |
* | radeonsi: Enable geometry shaders with LLVM 3.4.1 | Tom Stellard | 2014-05-09 | 4 | -9/+13 |
* | st/xa: Fix performance regression introduced by commit "Cache render target s... | Thomas Hellstrom | 2014-05-09 | 1 | -1/+1 |
* | clover: Destory pipe_screen when device does not support compute v2 | Tom Stellard | 2014-05-09 | 1 | -1/+4 |
* | pipe-loader: Don't destroy the winsys in the sw loader | Tom Stellard | 2014-05-09 | 1 | -3/+0 |
* | radeonsi: Don't use anonymous struct trick in atom tracking | Adam Jackson | 2014-05-08 | 6 | -10/+10 |
* | llvmpipe: change LP_MAX_SHADER_INSTRUCTIONS limit definition. | Roland Scheidegger | 2014-05-08 | 1 | -1/+3 |
* | draw: do not use draw_get_option_use_llvm() inside draw execution paths | Roland Scheidegger | 2014-05-08 | 5 | -12/+12 |
* | nv50/ir/gk110: fix set with f32 dest | Ilia Mirkin | 2014-05-07 | 1 | -0/+3 |
* | nv50/ir: allow load propagation when flags are defined | Ilia Mirkin | 2014-05-07 | 1 | -3/+4 |
* | gallium: add a cap for supporting 4-offset TG4 opcodes | Ilia Mirkin | 2014-05-07 | 14 | -6/+21 |
* | svga: add switch case for PIPE_SHADER_CAP_PREFERRED_IR, remove default case | Brian Paul | 2014-05-07 | 1 | -8/+10 |
* | tgsi: add missing switch cases in tgsi_exec_get_shader_param() | Brian Paul | 2014-05-07 | 1 | -2/+8 |
* | gallivm: add PIPE_SHADER_CAP_PREFERRED_IR switch case, remove default | Brian Paul | 2014-05-07 | 1 | -2/+6 |
* | gallium: remove enum numbers from shader cap queries | Brian Paul | 2014-05-07 | 1 | -32/+32 |
* | st/wgl: Advertise WGL_ARB_create_context(_profile). | José Fonseca | 2014-05-07 | 1 | -0/+2 |
* | st/wgl: Honour request of 3.1 contexts through core profile where available. | José Fonseca | 2014-05-07 | 1 | -2/+15 |
* | radeonsi: implement ARB_texture_cube_map_array | Marek Olšák | 2014-05-06 | 3 | -6/+47 |
* | st/egl: Flush resources before presentation (android - bug 77966) | Paulo Sergio Travaglia | 2014-05-05 | 1 | -0/+7 |
* | nv50,nvc0: add X8Z24_UNORM, fix stencil-only formats | Ilia Mirkin | 2014-05-04 | 1 | -3/+9 |