| Commit message (Expand) | Author | Age | Files | Lines |
* | gallium/util: add u_transfer_helper | Rob Clark | 2017-12-15 | 4 | -0/+642 |
* | gallivm: implement accurate corner behavior for textureGather with cube maps | Roland Scheidegger | 2017-12-14 | 1 | -103/+201 |
* | gallivm: fix an issue with NaNs with seamless cube filtering | Roland Scheidegger | 2017-12-14 | 1 | -0/+11 |
* | cso: add point rasterization sanity check assertion | Brian Paul | 2017-12-12 | 1 | -0/+5 |
* | gallium/u_blitter: replace tabs with spaces | Brian Paul | 2017-12-12 | 1 | -18/+18 |
* | gallium/util: don't pass a pipe_resource to util_resource_is_array_texture() | Brian Paul | 2017-12-12 | 1 | -3/+3 |
* | gallium/aux: include nr_samples in util_resource_size() computation | Brian Paul | 2017-12-12 | 1 | -1/+2 |
* | gallivm: fix texture wrapping for texture gather for mirror modes | Roland Scheidegger | 2017-12-12 | 1 | -74/+171 |
* | meson: add dep_thread to every lib that includes threads.h | Eric Engestrom | 2017-12-07 | 1 | -1/+1 |
* | gallium/u_upload_mgr: allow drivers to specify pipe_resource::flags | Marek Olšák | 2017-12-05 | 2 | -6/+9 |
* | gallium/hud: use #ifdef to test for macro existence | Eric Engestrom | 2017-12-01 | 6 | -11/+11 |
* | mesa: add AllowGLSLCrossStageInterpolationMismatch workaround | Tapani Pälli | 2017-11-30 | 1 | -0/+1 |
* | gallium/hud: add HUD sharing within a context share group | Marek Olšák | 2017-11-25 | 3 | -12/+96 |
* | gallium/hud: update the HUD interface for multiple contexts | Marek Olšák | 2017-11-25 | 2 | -6/+8 |
* | gallium/hud: prevent a crash if the recording context is inactive | Marek Olšák | 2017-11-25 | 1 | -1/+4 |
* | gallium/hud: separate code for record context init/release | Marek Olšák | 2017-11-25 | 2 | -16/+37 |
* | gallium/hud: separate code for draw context init/release | Marek Olšák | 2017-11-25 | 1 | -70/+111 |
* | gallium/hud: don't use hud->pipe in hud_parse_env_var | Marek Olšák | 2017-11-25 | 1 | -6/+7 |
* | gallium/hud: use cso_get_pipe_context | Marek Olšák | 2017-11-25 | 2 | -3/+4 |
* | cso: add cso_get_pipe_context | Marek Olšák | 2017-11-25 | 2 | -0/+5 |
* | gallium/hud: pass pipe_context explicitly to most functions | Marek Olšák | 2017-11-25 | 5 | -64/+57 |
* | gallium/hud: split hud_draw into 3 separate functions | Marek Olšák | 2017-11-25 | 2 | -75/+95 |
* | llvmpipe: fix snorm blending | Roland Scheidegger | 2017-11-21 | 2 | -25/+32 |
* | gallium/u_threaded: avoid syncing in threaded_context_flush | Nicolai Hähnle | 2017-11-20 | 2 | -4/+15 |
* | radeonsi: avoid syncing the driver thread in si_fence_finish | Nicolai Hähnle | 2017-11-20 | 1 | -0/+8 |
* | gallium/u_threaded: properly initialize fence unflushed tokens | Nicolai Hähnle | 2017-11-20 | 1 | -2/+1 |
* | u_threaded_gallium: remove synchronization in fence_server_sync | Nicolai Hähnle | 2017-11-20 | 3 | -3/+13 |
* | tgsi: s/uint/enum pipe_shader_type/ | Brian Paul | 2017-11-17 | 2 | -2/+2 |
* | tgsi: bump tgsi_opcode_info::output_mode size to 4 bits | Brian Paul | 2017-11-17 | 2 | -1/+3 |
* | gallium/aux/util/u_surface.c: Silence warnings and remove unneeded MAYBE_UNUSED | Gert Wollny | 2017-11-17 | 1 | -5/+5 |
* | gallium/aux/util/u_debug_image.c: Silence warnings -Wunused-param | Gert Wollny | 2017-11-17 | 1 | -2/+2 |
* | gallium/aux/util/u_debug_flush.c: Silence warnings -Wunused-param | Gert Wollny | 2017-11-17 | 1 | -3/+4 |
* | gallium/aux/util/u_debug.c: Silence warnings -Wunused-param | Gert Wollny | 2017-11-17 | 1 | -3/+6 |
* | gallium/aux/util/u_format_table.py: Add UNUSED decoration to the generated fu... | Gert Wollny | 2017-11-17 | 1 | -1/+1 |
* | gallium/aux/util/u_async_debug.c: Fix -Wtype-limits warning. | Gert Wollny | 2017-11-17 | 1 | -1/+1 |
* | gallium/aux/os/os_thread.h: Silence -Wunused-param. | Gert Wollny | 2017-11-17 | 1 | -0/+2 |
* | gallium/aux/util/u_debug_refcnt.h: Fix -Wunused-param warnings | Gert Wollny | 2017-11-17 | 1 | -2/+2 |
* | gallium/aux/util/u_blit.c: Fix -Wunused-param warnings | Gert Wollny | 2017-11-17 | 1 | -1/+1 |
* | gallium/aux/util/u_transfer.c: Fix some -Wunused-param warnings. | Gert Wollny | 2017-11-17 | 1 | -10/+10 |
* | gallium/aux/util/u_threaded_context.c: Fix some -Wunused-param warnings. | Gert Wollny | 2017-11-17 | 1 | -10/+11 |
* | gallium/aux/util/u_surface.c: Silence a -Wsign-compare warning. | Gert Wollny | 2017-11-17 | 1 | -1/+1 |
* | gallium/aux/util/u_pstipple.c: Fix one -Wsign-compare warning in ?: construct. | Gert Wollny | 2017-11-17 | 1 | -1/+1 |
* | gallium/aux/util/u_mm.c: Fix one -Wparam-unused warning. | Gert Wollny | 2017-11-17 | 1 | -1/+1 |
* | gallium/aux/util/u_format_yuv.c: Fix a number of -Wunused-param warnings. | Gert Wollny | 2017-11-17 | 1 | -116/+116 |
* | gallium/aux/util/u_format_rgtc.c: Fix a number of -Wunused-param warnings | Gert Wollny | 2017-11-17 | 1 | -6/+16 |
* | gallium/aux/util/u_format_other.c: Fix various -Wunused-param warnings | Gert Wollny | 2017-11-17 | 1 | -17/+17 |
* | gallium/aux/util/u_format_latc.c: Fix various -Wunused-param warnings, (v2) | Gert Wollny | 2017-11-17 | 1 | -6/+16 |
* | gallium/aux/util/u_format_etc.c: Fix eight -Wunused-param warnings (v2) | Gert Wollny | 2017-11-17 | 1 | -2/+6 |
* | gallium/aux/util/u_format.c: Fix one -Wunused-param warning | Gert Wollny | 2017-11-17 | 1 | -0/+2 |
* | gallium/aux/util/u_dump_state.c: Fix two -Wunused-paramter warnings | Gert Wollny | 2017-11-17 | 1 | -2/+2 |