mesa.git
2017-10-02 Plamena Manolovai965: Introduce brw_prepare_drawing.
2017-10-02 Ian Romanickglsl: Remove spurious assertions
2017-10-02 Ian Romanickglsl: Move 'foo = foo;' optimization to opt_dead_code_local
2017-10-02 Ian Romanickglsl/ast: Use logical-or instead of conditional assignm...
2017-10-02 Ian Romanickglsl/ast: Generate a more compact expression to disable...
2017-10-02 Ian Romanickglsl/ast: Explicitly track the set of case labels that...
2017-10-02 Ian Romanickglsl/ast: Convert ast_case_label::hir to ir_builder
2017-10-02 Ian Romanickglsl/ast: Use ir_binop_equal instead of ir_binop_all_equal
2017-10-02 Ian Romanickglsl/ast: Stop processing a switch-statement after...
2017-10-02 Ian Romanickglsl: Don't pass NULL to ir_assignment constructor...
2017-10-02 Ian Romanickglsl: Convert lower_variable_index_to_cond_assign to...
2017-10-02 Ian Romanickglsl: Fix coding standards issues in lower_variable_ind...
2017-10-02 Ian Romanickglsl: Convert lower_vec_index_to_cond_assign to using...
2017-10-02 Ian Romanickglsl: Return ir_variable from compare_index_block
2017-10-02 Ian Romanickglsl: Fix coding standards issues in lower_vec_index_to...
2017-10-02 Ian Romanickglsl: Fix coding standards issues in lower_if_to_cond_a...
2017-10-02 Bas Nieuwenhuizennir/spirv: Allow loop breaks in a switch body.
2017-10-02 Rob Clarkfreedreno/a5xx: fix missing restore state
2017-10-02 Samuel Pitoisetradv: make radv_dynamic_state_copy() static
2017-10-02 Dylan Bakermeson: change vulkan icd config to - instead of _
2017-10-02 Dylan Bakermeson: check for python2 mako
2017-10-02 Juan A. Suarez... docs: update calendar, add news item and link release...
2017-10-02 Juan A. Suarez... docs: add sha256 checksums for 17.2.2
2017-10-02 Juan A. Suarez... docs: add release notes for 17.2.2
2017-10-02 Emil Velikovwayland-egl: rework and simplify wl_egl_window initiali...
2017-10-02 Emil Velikovwayland-egl: move WL_EGL_EXPORT declaration to where...
2017-10-02 Emil Velikovwayland-egl: use C99 comments
2017-10-02 Emil Velikovwayland-egl: remove no longer needed wayland-client...
2017-10-02 Emil Velikovwayland-egl: add stdint.h include for intptr_t
2017-10-02 Emil Velikovwayland-egl: forward declare struct wl_surface
2017-10-02 Emil Velikovwayland-egl: rename wayland-egl-{priv,backend}.h
2017-10-02 Emil Velikovegl/dri: link directly to libglapi.so
2017-10-02 Emil Velikovswr/rast: do not crash on NULL strings returned by...
2017-10-02 Rob Clarkfreedreno/a5xx: align height to GMEM
2017-10-02 Nicolai Hähnleradeonsi: adjust clip discard based on line width ...
2017-10-02 Nicolai Hähnleradeonsi: remove si_context::{scissor_enabled,clip_halfz}
2017-10-02 Nicolai Hähnleradeonsi: simplify the signature of si_update_vs_writes...
2017-10-02 Nicolai Hähnleradeonsi: move current_rast_prim into si_context
2017-10-02 Nicolai Hähnleradeonsi: move and rename scissor and viewport state...
2017-10-02 Nicolai Hähnleradeonsi: remove si_apply_scissor_bug_workaround
2017-10-02 Nicolai Hähnleradeonsi: move r600_viewport.c to si_viewport.c
2017-10-02 Nicolai Hähnleradeonsi: fix maximum advertised point size / line...
2017-10-02 Nicolai Hähnleradeonsi: deduce rast_prim correctly for tessellation...
2017-10-02 Nicolai Hähnleradeonsi: don't discard points and lines
2017-10-02 Nicolai Hähnleradeonsi: move current_rast_prim to r600_common_context
2017-10-02 Nicolai Hähnlest/mesa: use R10G10B10X2 format where applicable
2017-10-02 Nicolai Hähnlegallium: add PIPE_FORMAT_R10G10B10X2_UNORM
2017-10-02 Nicolai Hähnlemesa/main: R10G10B10_(A2) formats are not color rendera...
2017-10-02 Nicolai Hähnlemesa/main: select the R10G10B10X2_UNORM internal format...
2017-10-02 Nicolai Hähnleglsl: do not set the 'smooth' qualifier by default...
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
next