gbm: Create a gbm_device getter for stride
[mesa.git] / src / gallium /
2017-02-28 Timothy Arceriradeon/ac: switch from radeon_shader_binary to ac_shade...
2017-02-27 Jan Veselyclover: Dump linked binary to a different file
2017-02-27 Grazvydas Ignotasgallium/u_queue: set num_threads correctly if not all...
2017-02-27 Grazvydas Ignotasgallium/u_queue: fix a crash with atexit handlers
2017-02-25 Mike Lothianst/nine: Drop USER_INDEX_BUFFERS check
2017-02-25 Constantine Charlamovst/nine: make use of common uploaders v4
2017-02-25 Brian Paulsvga: fix MSVC build error after PIPE_CAP_USER_INDEX_BU...
2017-02-25 Eric Anholtvc4: Lazily emit our FS/VS input loads.
2017-02-25 Eric Anholtvc4: Refactor the load_input code out of the intrinsic...
2017-02-25 Eric Anholtvc4: Track the last block we emitted at the top level.
2017-02-25 Eric Anholtvc4: Emit max number of temps in the shader-db output.
2017-02-24 Marek Olšákradeonsi: fix broken tessellation on Carrizo and Stoney
2017-02-24 Marek Olšáktrace: remove pipe_resource wrapping
2017-02-24 Marek Olšákgallium: remove PIPE_CAP_USER_INDEX_BUFFERS
2017-02-24 Marek Olšáksvga: implement user index buffers
2017-02-24 Marek Olšákfreedreno: add support for user index buffers
2017-02-24 Marek Olšáketnaviv: add support for user index buffers
2017-02-24 Marek Olšákgallium/util: add new helpers for user index buffer...
2017-02-24 Roland Scheideggergallium/util: (trivial) fix util_clear_render_target
2017-02-24 Emil Velikovvc4: automake: add the kernel/README to the tarball
2017-02-24 Thomas Hellstromst/va: Fix up YV12 to NV12 putImage conversion
2017-02-24 Thomas Hellstromst/vdpau: Provide YV12 to NV12 putBits conversion v2
2017-02-24 Lars Hamresoftpipe: enable clear_texture with util_clear_texture
2017-02-24 Lars Hamrellvmpipe: enable clear_texture with util_clear_texture
2017-02-24 Lars Hamregallium: implement util_clear_texture
2017-02-24 Jerome Duvalhaiku/winsys: fix dt prototype args
2017-02-24 Jerome Duvalhaiku: build fixes around debug defines
2017-02-23 George Kyriazisswr: fix index buffers with non-zero indices
2017-02-23 George Kyriazisswr: add fetch shader cache
2017-02-18 Charmaine Leest/wgl: flush with ST_FLUSH_WAIT before releasing share...
2017-02-18 Charmaine Leest: add ST_FLUSH_WAIT to st_context_flush()
2017-02-23 Timothy Arceriradeon: fix r600 builds when old version of llvm is...
2017-02-22 Timothy Arcerir600/radeonsi: enable glsl/tgsi on-disk cache
2017-02-22 Timothy Arceriddebug/rbug/trace: add get_disk_shader_cache() to pass...
2017-02-22 Timothy Arcerigallium: add get_disk_shader_cache() callback
2017-02-22 Thomas HellstromRevert "st/vdpau: Fix multithreading"
2017-02-22 Nayan Deshmukhvl: u_upload_alloc might fail to allocate buffer in...
2017-02-22 Marek Olšákgallium: reorder fields in pipe_draw_info
2017-02-22 Marek Olšákgallium/hud: handle a thread switch for API-thread...
2017-02-22 Marek Olšákgallium/hud: prevent an infinite loop
2017-02-22 Marek Olšákgallium/u_queue: isolate util_queue_fence implementation
2017-02-22 Marek Olšákgallium/u_queue: fix random crashes when the app calls...
2017-02-22 Thomas Hellstromgallium/vl: Simplify the matrix filter fragment shader
2017-02-22 Thomas Hellstromst/vdpau: Fix multithreading
2017-02-22 Thomas Hellstromgallium/vl: Parameter substitution in the csc matrix...
2017-02-22 Thomas Hellstromgallium/vl: Simplify usage of full range matrices
2017-02-22 Thomas Hellstromgallium/vl Fix brightness matrix description
2017-02-22 Thomas Hellstromgallium/vl: Don't map vertex buffers on creation
2017-02-22 Thomas Hellstromgallium/vl: Add sampler views to video filter fragment...
2017-02-22 Thomas Hellstromgallium/vl: declare sampler views in compositor shaders
2017-02-22 Eric Engestromgallium/docs: use imgmath instead of pngmath
2017-02-22 Eric Engestromgallium/docs: fix section title formatting
2017-02-22 Eric Engestromgallium/docs: add missing newlines
2017-02-22 Eric Engestromgallium/docs: add missing math formatting
2017-02-22 Eric Engestromgallium/docs: fix sublist formatting
2017-02-21 Marek Olšákradeonsi: fix issues with monolithic shaders
2017-02-21 Marek Olšákradeonsi: set no-signed-zeros-fp-math
2017-02-21 Marek Olšákgallivm: add no-signed-zeros-fp-math option to lp_creat...
2017-02-21 Marek Olšákradeonsi: skip TESSINNER/OUTER offchip stores if TES...
2017-02-21 Marek Olšákradeonsi: skip LDS stores in TCS if there are no LDS...
2017-02-21 Marek Olšáktgsi/scan: add basic info about tessellation OUT and...
2017-02-21 Christian Gmeineretnaviv: remove number of pixel pipes validation
2017-02-21 Christian Gmeineretnaviv: move pctx initialisation to avoid a null deref...
2017-02-21 Christian Gmeineretnaviv: add missing fallthrough annotation
2017-02-21 Emil Velikovgallium: do not #include foo.h within extern C {}
2017-02-21 Nicolai Hähnleradeonsi: fix UINT/SINT clamping for 10-bit formats...
2017-02-21 Nicolai Hähnleradeonsi: handle MultiDrawIndirect in si_get_draw_start...
2017-02-21 Nicolai Hähnlewinsys/amdgpu: reduce max_alloc_size based on GTT limits
2017-02-21 Ben Skeggsnvc0: use PascalB for most Pascal boards
2017-02-20 Grazvydas Ignotasr300g: only allow byteswapped formats on big endian
2017-02-20 Ben Crockergallivm: Reenable PPC VSX (v3)
2017-02-20 Ben Crockergallivm: Override getHostCPUName() "generic" w/ "pwr8...
2017-02-20 Ben Crockergallivm: Improve debug output (V2)
2017-02-20 Marek Olšákgallium/u_suballoc: update comments
2017-02-20 Mauro Rossiandroid: radeonsi: fix sid_table.h generated header...
2017-02-19 Marek Olšákgallium/u_index_modify: don't add PIPE_TRANSFER_UNSYNCH...
2017-02-19 Marek Olšákradeonsi: fix UNSIGNED_BYTE index buffer fallback with...
2017-02-18 Marek Olšákgallium: remove TGSI_OPCODE_CLAMP
2017-02-18 Marek Olšákradeonsi: stop using TGSI_OPCODE_CLAMP by moving it...
2017-02-18 Marek Olšáktgsi/lowering: stop using TGSI_OPCODE_CLAMP
2017-02-18 Marek Olšákradeonsi: use R600_RESOURCE_FLAG_UNMAPPABLE where it...
2017-02-18 Marek Olšákgallium/radeon: add R600_RESOURCE_FLAG_UNMAPPABLE
2017-02-18 Marek Olšákgallium/radeon: change r600_aligned_buffer_create to...
2017-02-18 Marek Olšákradeonsi: upload constants into VRAM instead of GTT
2017-02-18 Marek Olšákgallium/radeon: use TCC line size as alignment in other...
2017-02-18 Marek Olšákradeonsi: use a clever alignment for index buffer uploads
2017-02-18 Marek Olšákradeonsi: use a clever alignment for descriptor uploads
2017-02-18 Marek Olšákradeonsi: use a clever alignment for constant buffer...
2017-02-18 Marek Olšákradeonsi: move index buffer flushing into a non-upload...
2017-02-18 Marek Olšákradeonsi: use SI_MAX_ATTRIBS where it should be used
2017-02-18 Marek Olšákradeonsi: sort members of si_shader_key::part
2017-02-18 Marek Olšákradeonsi: have separate LS and ES main shader parts...
2017-02-18 Marek Olšákradeonsi: don't compile pure monolithic shaders asynchr...
2017-02-18 Marek Olšákradeonsi: allow unaligned vertex buffer offsets and...
2017-02-18 Marek Olšákradeonsi: remove the fix_size3 workaround
2017-02-18 Marek Olšákradeonsi: add a workaround for clamping unaligned RGB...
2017-02-18 Marek Olšákradeonsi: make fix_fetch an array of uint8_t
2017-02-18 Marek Olšákvl: fix a buffer leak in the bicubic filter by using...
2017-02-18 Marek Olšákgallium/hud: create files after graphs are created...
2017-02-18 Marek Olšákgallium/u_suballoc: allow setting pipe_resource::flags
next