mesa.git
2016-08-17 Brian Paulsvga: fix src/dst typo in can_blit_via_copy_region_vgpu10()
2016-08-17 Brian Paulsvga: initialize a variable to silence a gcc warning
2016-08-17 Ian Romanickglsl: Pull enum ir_expression_operation out to its...
2016-08-17 Ian Romanickglsl: Make the generated sources build rules more like NIR
2016-08-17 Francesco Ansanellimesa/st: use llabs instead of abs for long args (v2)
2016-08-17 Marek Olšákradeonsi: fix up buffer descriptor upper-bound checking
2016-08-17 Marek Olšákgallium: change pipe_image_view::first_element/last_ele...
2016-08-17 Marek Olšákgallium: change pipe_sampler_view::first_element/last_e...
2016-08-17 Marek Olšákgallium/radeon: assign the highest priority to scratch...
2016-08-17 Marek Olšákgallium/winsys: re-number winsys priority flags
2016-08-17 Marek Olšákgallium/radeon: mark shader rings as highest-priority...
2016-08-17 Marek Olšákgallium/radeon: set SHADER_RW_BUFFER priority for strea...
2016-08-17 Marek Olšákradeonsi: use current context for DCC feedback-loop...
2016-08-17 Marek Olšákradeonsi: simplify CB_TARGET_MASK logic
2016-08-17 Marek Olšákradeonsi: don't set CB_COLOR1_INFO for dual src blending
2016-08-17 Marek Olšákradeonsi: eliminate PS OUT[1] if dual src blending...
2016-08-17 Marek Olšákgallium/radeon: use unflushed fences for PIPE_QUERY_GPU...
2016-08-17 Nicolai Hähnlegallium/radeon: use lp_build_alloca_undef
2016-08-17 Nicolai Hähnlegallivm: add lp_build_alloca_undef
2016-08-17 Nicolai Hähnlegallivm: add create_builder_at_entry helper function
2016-08-17 Nicolai Hähnlegallium/radeon: protect against out of bounds temporary...
2016-08-17 Nicolai Hähnlegallium/radeon: add radeon_llvm_bound_index for bounds...
2016-08-17 Nicolai Hähnlegallium/radeon: reduce alloca of temporaries based...
2016-08-17 Nicolai Hähnlegallium/radeon: use tgsi_scan_arrays for temp arrays
2016-08-17 Nicolai Hähnlegallium/radeon: allocate temps array info in radeon_llv...
2016-08-17 Nicolai Hähnlegallium/radeon: always do the full store in store_value...
2016-08-17 Nicolai Hähnlegallium/radeon: extract common getelementptr logic...
2016-08-17 Nicolai Hähnlegallium/radeon: pass indirect register info into get_al...
2016-08-17 Nicolai Hähnlegallium/radeon: extract common lookup code into get_tem...
2016-08-17 Nicolai Hähnlegallium/radeon: clarify the comment on the array alloca...
2016-08-17 Nicolai Hähnlegallium/radeon: more descriptive names for LLVM tempora...
2016-08-17 Nicolai Hähnlegallium/radeon: simplify radeon_llvm_emit_store for...
2016-08-17 Nicolai Hähnlegallium/radeon: simplify radeon_llvm_emit_fetch for...
2016-08-17 Nicolai Hähnlegallium/radeon: clean up emit_declaration for temporaries
2016-08-17 Nicolai Hähnlest_glsl_to_tgsi: use calloc the way it's meant to be...
2016-08-17 Nicolai Hähnletgsi/scan: add tgsi_scan_arrays
2016-08-17 Ian Romanickglsl: Add missing ir_quadop_vector constant evaluation...
2016-08-17 Ian Romanickglsl: Fix typo in ir_unop_f2u implementation
2016-08-17 Ian Romanickglsl: Fix typo in ir_unop_b2i implementation
2016-08-17 Ian Romanickglsl: Don't support integer types for operations that...
2016-08-17 Ian Romanickglsl: Don't support ir_unop_abs or ir_unop_sign for...
2016-08-17 Ian Romanicknir/algebraic: Optimize common array indexing sequence
2016-08-17 Michel Dänzerglx: Don't use current context in __glXSendError
2016-08-17 Ilia Mirkinnv50/ir: fix bb positions after exit instructions
2016-08-17 Ilia Mirkinnv50/ir: properly clear upper bits of a bitset fill
2016-08-16 Francisco Jerezi965/fs: Estimate maximum sampler message execution...
2016-08-16 Francisco Jerezi965/fs: Return zero from fs_inst::components_read...
2016-08-16 Francisco Jerezi965/fs: Lower TEX to TXL during NIR translation.
2016-08-16 Rob Clarkfreedreno/a3xx: fix generic clear path
2016-08-16 Brian Paulst/mesa: use pipe var instead of st->pipe in st_create_...
2016-08-16 Brian Paulgallium: remove unused u_clear.h file
2016-08-16 Brian Paulgallium/i915: inline the util_clear() code into i915_cl...
2016-08-16 Brian Paulgallium/util: minor reformatting in u_box.h
2016-08-16 Brian Paulsvga: remove unused var in svga_mark_surfaces_dirty()
2016-08-16 Brian Paulsvga: avoid a calloc in svga_buffer_transfer_map()
2016-08-16 Brian Paulsvga: don't call os_get_time() when not needed by Galli...
2016-08-16 Brian Paulsvga: remove unneeded memset() call in draw_vgpu10()
2016-08-16 Brian Paulsvga: reduce looping in svga_mark_surfaces_dirty()
2016-08-16 Brian Paulsvga: minor clean-ups in define_rasterizer_object()
2016-08-16 Brian Paulsvga: remove incorrect buffer invalidation code
2016-08-16 Brian Paulsvga: additional comments for svga_hw_draw_state members
2016-08-16 Brian Paulsvga: use the sws local var to simplify some code
2016-08-16 Brian Paulsvga: minor whitespace and code clean-ups
2016-08-16 Rob Clarkfreedreno/a4xx: use generic clear path
2016-08-16 Rob Clarkfreedreno/a3xx: use generic clear path
2016-08-16 Rob Clarkfreedreno: support for using generic clear path
2016-08-16 Rob Clarkgallium/u_blitter: split out a helper for common clear...
2016-08-16 Rob Clarkgallium/u_blitter: add helper to save FS const buffer...
2016-08-16 Rob Clarkgallium/u_blitter: export some functions
2016-08-16 Nicolas Boichategl/dri2: dri2_make_current: Release previous context...
2016-08-16 Nayan Deshmukhst/vdpau: change the order in which filters are applied(v3)
2016-08-16 Kenneth Graunkeglcpp: Update tests for new #undef of built-in macro...
2016-08-16 Dave Airlieanv: fix writemask on blit fragment shader.
2016-08-15 Nicolas Boichategl/android: Set dpy->DriverData to NULL on error
2016-08-15 Nicolas Boichategl/drm: Set disp->DriverData to NULL on error
2016-08-15 Nicolas Boichategl/surfaceless: Set disp->DriverData to NULL on error
2016-08-15 Nicolas Boichategl/wayland: Set disp->DriverData to NULL on error
2016-08-15 Jan Ziakegl/x11: avoid using freed memory if dri2 init fails
2016-08-15 Emil Velikovanv: add genX_multisample.h to the sources list(s).
2016-08-15 Kevin Strasseranv/x11: Add support for Xlib platform
2016-08-15 Tapani Pälliglx: apple specific occurences of dummyContext check
2016-08-15 Bernard Kilarskiglx: fix error code when there is no context bound
2016-08-15 Mathias Fröhlichmesa: Remove duplicate include.
2016-08-15 Mathias Fröhlichvbo: Remove always true return from vbo_bind_arrays.
2016-08-15 Mathias Fröhlichmesa: Move check for vbo mapping into api_validate.c.
2016-08-15 Mathias Fröhlichmesa: Move _mesa_all_buffers_are_unmapped to arrayobj.c.
2016-08-15 Mathias Fröhlichvbo: Array draw must not care about glBegin/glEnd vbo...
2016-08-14 Ilia Mirkinnv50,nvc0: fix depth range when halfz is enabled
2016-08-14 Ilia Mirkingallium/util: add helper to compute zmin/zmax for a...
2016-08-14 Ilia Mirkinvbo: allow DrawElementsBaseVertex in display lists
2016-08-13 Rob Clarkfreedreno/a3xx+a4xx: move common VBOs to fd_context
2016-08-13 francians@gmail.comfreedreno/a2xx: add missing casts to silence notices
2016-08-13 Rob Clarkfreedreno/ir3: fix issue with emit_tex()
2016-08-13 Ilia Mirkinglsl: emit a specific error when ast_*_assign changes...
2016-08-13 Ilia Mirkinst/mesa: provide GL_OES_copy_image support by caching...
2016-08-13 Ilia Mirkinst/mesa: refactor duplicated etc fallback checks
2016-08-13 Ilia Mirkinglsl: look for frag data bindings with [0] tacked onto...
2016-08-13 Lionel Landwerlinanv: pipeline: gen7: fix assert in debug mode
2016-08-12 Haixia Shimesa: change state query return value for RGB565
2016-08-12 Anuj Phogatanv/device: Add limits for InterpolationOffset
next