| Commit message (Expand) | Author | Age | Files | Lines |
* | st/mesa: improve error messages and fix security warning | Nicolai Hähnle | 2017-03-30 | 1 | -2/+2 |
* | i965: Combine intel_batchbuffer_reloc and intel_batchbuffer_reloc64 | Kenneth Graunke | 2017-03-30 | 3 | -53/+19 |
* | i965: Use WARN_ONCE instead of open coding it. | Kenneth Graunke | 2017-03-30 | 1 | -9/+4 |
* | android: pass sse4.1 flag as appropriate | Harish Krupo | 2017-03-30 | 1 | -0/+3 |
* | radv: fix mask attribs properly. | Dave Airlie | 2017-03-30 | 1 | -2/+2 |
* | radv: fix regression with mask attrib setting code. | Dave Airlie | 2017-03-30 | 1 | -3/+3 |
* | radv: move to using nir clip/cull merge pass. | Dave Airlie | 2017-03-30 | 2 | -112/+40 |
* | swr: [scons] Fix windows build | George Kyriazis | 2017-03-29 | 1 | -7/+31 |
* | anv/cmd_buffer: fix host memory leak | Craig Stout | 2017-03-29 | 1 | -1/+9 |
* | mesa/glthread: fallback to sync if count validation fails | Timothy Arceri | 2017-03-30 | 1 | -8/+14 |
* | mesa/glthread: add async support to glProgramUniform*() functions | Timothy Arceri | 2017-03-30 | 1 | -34/+34 |
* | mesa/glthread: print out syncs when MARSHAL_MAX_CMD_SIZE is exceeded | Timothy Arceri | 2017-03-30 | 2 | -0/+14 |
* | anv/batch_chain: Handle another OOM in cmd_buffer_execbuf | Jason Ekstrand | 2017-03-29 | 1 | -2/+4 |
* | st/mesa: EGLImageTarget* error handling | Philipp Zabel | 2017-03-29 | 1 | -4/+19 |
* | st/mesa: move st_manager_get_egl_image_surface into st_cb_eglimage.c | Philipp Zabel | 2017-03-29 | 3 | -37/+34 |
* | i965: expose BRW_OPCODE_[F32TO16/F16TO32] name on gen8+ | Alejandro Piñeiro | 2017-03-29 | 1 | -0/+9 |
* | mesa: remove dd_function_table::BindProgram | Marek Olšák | 2017-03-29 | 6 | -66/+7 |
* | r200: remove BindProgram | Marek Olšák | 2017-03-29 | 2 | -16/+5 |
* | i915: remove BindProgram | Marek Olšák | 2017-03-29 | 1 | -25/+0 |
* | mesa: don't use _NEW_TEXTURE mainly in mesa/main | Marek Olšák | 2017-03-29 | 5 | -14/+17 |
* | mesa: split _NEW_TEXTURE into _NEW_TEXTURE_OBJECT & _NEW_TEXTURE_STATE | Marek Olšák | 2017-03-29 | 15 | -48/+50 |
* | mesa: inline _mesa_update_texture | Marek Olšák | 2017-03-29 | 3 | -22/+14 |
* | appveyor: Update dependencies. | Jose Fonseca | 2017-03-29 | 1 | -4/+6 |
* | c11/threads: Include thr/xtimec.h for xtime definition when building with MSVC. | Jose Fonseca | 2017-03-29 | 1 | -0/+5 |
* | mesa: update lower_jumps tests after bug fix | Timothy Arceri | 2017-03-29 | 1 | -2/+15 |
* | gbm/dri: Flush after unmap | Thomas Hellstrom | 2017-03-29 | 1 | -1/+8 |
* | radv: Enable sparseBinding feature. | Bas Nieuwenhuizen | 2017-03-29 | 1 | -4/+8 |
* | radv/amdgpu: Use reference counting for bos. | Bas Nieuwenhuizen | 2017-03-29 | 2 | -0/+11 |
* | radv: Implement sparse memory binding. | Bas Nieuwenhuizen | 2017-03-29 | 1 | -4/+80 |
* | radv: Implement sparse image creation. | Bas Nieuwenhuizen | 2017-03-29 | 2 | -2/+22 |
* | radv: Implement sparse buffer creation. | Bas Nieuwenhuizen | 2017-03-29 | 2 | -2/+21 |
* | radv/amdgpu: Add winsys implementation of virtual buffers. | Bas Nieuwenhuizen | 2017-03-29 | 4 | -26/+349 |
* | radv: Assert when setting 0 registers in a sequence. | Bas Nieuwenhuizen | 2017-03-29 | 1 | -0/+4 |
* | anv/cmd_buffer: Refactor flush_pipeline_select_* | Jason Ekstrand | 2017-03-28 | 1 | -26/+16 |
* | anv: Flush caches prior to PIPELINE_SELECT on all gens | Jason Ekstrand | 2017-03-28 | 1 | -2/+1 |
* | anv/cmd_buffer: Fix bad indentation | Jason Ekstrand | 2017-03-28 | 1 | -24/+25 |
* | anv/cmd_buffer: Apply flush operations prior to executing secondaries | Jason Ekstrand | 2017-03-28 | 1 | -0/+5 |
* | anv/blorp: Use anv_get_layerCount everywhere | Jason Ekstrand | 2017-03-28 | 1 | -8/+12 |
* | anv: Make anv_get_layerCount a macro | Jason Ekstrand | 2017-03-28 | 1 | -7/+7 |
* | radv: only emit ps_input_cntl is we have any to output | Dave Airlie | 2017-03-28 | 1 | -3/+6 |
* | glx: Remove #include <GL/glxint.h> | Adam Jackson | 2017-03-28 | 1 | -1/+0 |
* | r600g: check NULL return from r600_aligned_buffer_create | Julien Isorce | 2017-03-28 | 1 | -0/+10 |
* | st_cb_bitmap: check NULL return from u_upload_alloc | Julien Isorce | 2017-03-28 | 1 | -0/+6 |
* | si_compute: check NULL return from u_upload_alloc | Julien Isorce | 2017-03-28 | 1 | -3/+11 |
* | r600g: check NULL return from u_upload_alloc | Julien Isorce | 2017-03-28 | 1 | -0/+4 |
* | swr: fix llvm-5.0.0 build bustage | Tim Rowley | 2017-03-28 | 1 | -9/+15 |
* | swr: [rasterizer jitter] fix llvm-5.0.0 build bustage | Tim Rowley | 2017-03-28 | 1 | -4/+3 |
* | isl: Drop unused isl_surf_init_info::min_pitch | Chad Versace | 2017-03-28 | 2 | -13/+3 |
* | intel: Fix requests for exact surface row pitch (v2) | Chad Versace | 2017-03-28 | 3 | -18/+21 |
* | isl: Let isl_surf_init's caller set the exact row pitch (v2) | Chad Versace | 2017-03-28 | 2 | -1/+19 |