mesa.git
2017-10-02 Rob Clarkfreedreno: fix PIPE_QUERY_OCCLUSION_PREDICATE_CONSERVATIVE
2017-10-02 Eric Engestromegl/wayland: simplify LIBGL_ALWAYS_SOFTWARE logic
2017-10-02 Nicolai Hähnleradeonsi: fix a regression in integer cube map handling
2017-10-02 Nicolai Hähnleamd/common: move ac_build_phi from radeonsi
2017-10-02 Samuel Pitoisetradv: remove unused radv_meta_state::btoi::render_pass...
2017-10-02 Samuel Pitoisetradv: do not check the number of levels when doing...
2017-10-02 Samuel Pitoisetradv: cleanup radv_device_finish_meta_XXX() helpers
2017-10-02 Samuel Pitoisetradv: select the pipeline outside of emit_fast_clear_fl...
2017-10-02 Samuel Pitoisetradv: drop useless param in emit_depth_decomp()
2017-10-02 Samuel Pitoisetradv: drop useless check in depth_view_can_fast_clear()
2017-10-02 Samuel Pitoisetradv: add radv_subpass_clear_attachment() helper
2017-10-02 Samuel Pitoisetradv: add radv_attachment_needs_clear() helper
2017-10-02 Samuel Pitoisetradv: remove unused param in radv_handle_{cmask,dcc...
2017-10-02 Samuel Pitoisetradv: add radv_vi_dcc_enabled() helper
2017-10-02 Samuel Pitoisetradv: do not need to double zero-init the meta state...
2017-10-02 Samuel Pitoisetradv: inline destroy_render_pass()
2017-10-02 Samuel Pitoisetradv: use pipeline handles instead of objects for meta...
2017-10-02 Samuel Pitoisetradv: inline blit2d_unbind_dst()
2017-10-02 Samuel Pitoisetradv: rework DCC/CMASK/FMASK/HTILE allocations
2017-10-02 Eric Engestrommeson: fix version typo + grammar
2017-10-02 Iago Toral... i965: skip reading unused slots at the begining of...
2017-10-01 Matt Turneri965: Normalize types for FBL, FBH, etc
2017-09-30 Marek Olšákradeonsi: don't use the template keyword
2017-09-30 Marek Olšákglx: don't use the template keyword
2017-09-30 Marek Olšákgallium/vl: don't use the template keyword
2017-09-30 Marek Olšákegl/dri2: don't use the template keyword
2017-09-30 Benedikt Schemmerradeonsi/uvd: clean up si_video_buffer_create
2017-09-30 Marek Olšákradeonsi/uvd: fix planar formats broken since f70f6baaa...
2017-09-30 Roland Scheideggergallium: add new LOD opcode
2017-09-29 Kamil Páraldrirc: whitelist glthread for Outlast
2017-09-29 Jan Veselytravis: Add clover build using llvm-5.0
2017-09-29 Jan Veselytravis: Add clover build using llvm-4.0
2017-09-29 Jan Veselytravis: Add clover build using llvm-3.9
2017-09-29 Leo Liust/va: add dst rect to avoid scale on deint
2017-09-29 Nicolai Hähnleradeonsi: emit DLDEXP and DFRACEXP TGSI opcodes
2017-09-29 Nicolai Hähnleradeonsi: emit LDEXP opcode
2017-09-29 Nicolai Hähnlest/glsl_to_tgsi: use LDEXP when available
2017-09-29 Nicolai Hähnlegallium: add LDEXP TGSI instruction and corresponding cap
2017-09-29 Nicolai Hähnletgsi: infer that dst[1] of DFRACEXP is an integer
2017-09-29 Nicolai Hähnlegallivm: add support for TGSI instructions with two...
2017-09-29 Nicolai Hähnlegallivm: add dst register index to lp_build_tgsi_contex...
2017-09-29 Nicolai Hähnletgsi: clarify the semantics of DFRACEXP
2017-09-29 Nicolai Hähnletgsi: fix the documentation of DLDEXP
2017-09-29 Nicolai Hähnletgsi: infer that DLDEXP's second source has an integer...
2017-09-29 Nicolai Hähnleglsl/lower_instruction: handle denorms and overflow...
2017-09-29 Nicolai Hähnleutil/queue: fix a race condition in the fence code
2017-09-29 Nicolai Hähnler600: cleanup set_occlusion_query_state
2017-09-29 Nicolai Hähnler300: add missing case PIPE_SHADER_CAP_INT64_ATOMICS
2017-09-29 Nicolai Hähnleradeonsi: fix border color translation for integer...
2017-09-29 Nicolai Hähnleradeonsi: clamp border colors for upgraded depth textures
2017-09-29 Nicolai Hähnleradeonsi: clamp depth comparison value only for fixed...
2017-09-29 Nicolai Hähnleradeonsi/gfx9: fix geometry shaders without output...
2017-09-29 Nicolai Hähnleamd/common: save an instruction in the build_cube_selec...
2017-09-29 Nicolai Hähnleamd/common: fix build_cube_select
2017-09-29 Nicolai Hähnlest/glsl_to_tgsi: fix conditional assignments to packed...
2017-09-29 Nicolai Hähnlest/glsl_to_tgsi: fix a use-after-free in merge_two_dsts
2017-09-29 Nicolai Hähnleradeonsi: move descriptor logs to after corresponding...
2017-09-29 Nicolai Hähnleamd/common: remove ac_shader_abi::chip_class
2017-09-29 Nicolai Hähnlegallium/radeon: fix a comment
2017-09-29 Iago Toral... i965/fs: force pull model for 64-bit GS inputs
2017-09-28 Jason Ekstrandi965/link: Use prog->nir instead of creating a temporary
2017-09-28 Jason Ekstrandi965/link: Make more use of NIR_PASS
2017-09-28 Jason Ekstrandi965/link: Make better use of temporary variables
2017-09-28 Thomas Hellandutil: fix in-class initialization of static member
2017-09-28 Eric EngestromREVIEWERS: add myself as a Meson reviewer
2017-09-28 Eric EngestromREVIEWERS: add Meson
2017-09-28 Dylan Bakermeson: remove duplicate libisl dependency in anv
2017-09-28 Brian Paulsvga: add missing PIPE_SHADER_CAP_INT64_ATOMICS switch...
2017-09-28 Brian Paulsvga: trivial whitespace clean-ups in svga_screen.c
2017-09-28 Brian Paulgallium/util: use new util_vasprintf() function
2017-09-28 Brian Paulutil: add util_vasprintf() for Windows (v2)
2017-09-28 Brian Paulst/mesa: don't call close() on Windows
2017-09-28 Neha Bhendesvga: start advertising PIPE_CAP_QUADS_FOLLOW_PROVOKING...
2017-09-28 Marek Olšákmesa: fix texture updates for ATI_fragment_shader
2017-09-28 Lucas Stachetnaviv: optimize RS transfers
2017-09-28 Lucas Stachetnaviv: add resource subregion copy
2017-09-28 Lucas Stachetnaviv: support tile aligned RS blits
2017-09-28 Leo Liust/va: use pipe transfer_map to map upload buffer
2017-09-28 Gwan-gyeong Munanv: add an assertion in genX(BeginCommandBuffer)
2017-09-28 Gwan-gyeong Munradv: add an assertion in radv_BeginCommandBuffer()
2017-09-28 Gwan-gyeong Mungallium/docs: add reference links for resource_create...
2017-09-28 Gwan-gyeong Mungallium/docs: fix a reference link for get_paramf
2017-09-28 Iago Toral... i965: enable up to 32 inputs for geometry shaders in...
2017-09-28 Samuel Pitoisetradv: set image view type when decompressing depth...
2017-09-27 Eric Anholtbroadcom/vc4: Fix release build
2017-09-27 Eric Anholtvc4: Add labels to BOs for debug builds or with VC4_DEB...
2017-09-27 Dylan Bakermeson: build "radv" vulkan driver for radeon hardware
2017-09-27 Dylan Bakermeson: Add build Intel "anv" vulkan driver
2017-09-27 Dylan Bakerutil/ralloc: Don't define assert with magic member...
2017-09-27 Dylan Bakerintel: use a flag instead of setting PYTHONPATH
2017-09-27 Marek Olšákst/dri: don't expose modifiers in EGL if the driver...
2017-09-27 Jason Ekstrandvulkan/wsi/wayland: Return better error messages
2017-09-27 Jason Ekstrandvulkan/wsi/wayland: Copy wl_proxy objects from oldSwapc...
2017-09-27 Jason Ekstrandvulkan/wsi/wayland: Stop caching Wayland displays
2017-09-27 Jason Ekstrandvulkan/wsi/wayland: Refactor wsi_wl_display code
2017-09-27 Jan Veselyclover: Query and export int64 atomics
2017-09-27 Adam Jacksonglx: Be more tolerant in glXImportContext (v2)
2017-09-27 Tomasz Figaegl/dri2: Implement swapInterval fallback in a conforma...
2017-09-27 Marek Olšákgallium/radeon: consolidate PIPE_BIND_SHARED/SCANOUT...
2017-09-27 Samuel Pitoisetradeonsi: remove useless check in si_blit_decompress_co...
next