anv: use limits.h instead of deprecated/obsolete values.h
[mesa.git] / src /
2016-11-04 Tapani Pällianv: use limits.h instead of deprecated/obsolete values.h
2016-11-04 Eric Anholtvc4: Add miptree/texture state support for ETC1 compres...
2016-11-04 Eric Anholtvc4: Fix use of undefined values since the ralloc zeroi...
2016-11-04 Eric Anholtnir: Make sure to set the texsrc type in nir drawpixels...
2016-11-04 Roland Scheideggerdraw: fix undefined input handling some more...
2016-11-03 Brian Paulgallium/hud: call fflush() after printing error messages
2016-11-03 Brian Paulsvga: move svga_mark_surfaces_dirty() prototype to...
2016-11-03 Brian Paulsvga: whitespace / formatting clean-up in svga_context.c
2016-11-03 Brian Paulsvga: collect stats for time spent in svga_context_finish()
2016-11-03 Charmaine Leesvga: invalidate new surface before it is bound to...
2016-11-03 Charmaine LeeRevert "svga: use untyped surface formats in most cases"
2016-11-03 Charmaine Leesvga: allow quad blit for more formats
2016-11-03 Charmaine Leesvga: create BGRX render target view for BGRX_UNORM...
2016-11-03 Charmaine Leesvga: add a helper function to check for typeless format
2016-11-03 Brian Paulsvga: add SVGA_NEW_FRAME_BUFFER to svga_hw_tss_binding...
2016-11-03 Charmaine Leesvga: allow copy_region if sample counts match
2016-11-03 Charmaine Leesvga: set rendered-to flag after updating the texture...
2016-11-03 Charmaine Leesvga: add can_use_upload flag
2016-11-03 Charmaine Leesvga: fix texture upload path condition
2016-11-03 Charmaine Leesvga: set rendered_to flag with texture uploaded using...
2016-11-03 Neha Bhendesvga: Add render_condition boolean flag in struct svga_...
2016-11-03 Neha Bhendesvga: Allow DXPredCopyRegion for depth_and_stencil...
2016-11-03 Neha Bhendesvga: fix memory leak in svga_clear_texture()
2016-11-03 Thomas Hellstromsvga: Implement the pipe clear_render_target functional...
2016-11-03 Charmaine Leesvga: add SVGA_3D_CMD_INVALIDATE_GB_SURFACE support
2016-11-03 Francisco Jereznir: Flip gl_SamplePosition in nir_lower_wpos_ytransform().
2016-11-03 Nanley Cheryisl: Only allow Y-tiling for ASTC textures
2016-11-03 Nanley Cheryanv/blorp: Don't create linear ASTC surfaces for buffers
2016-11-03 Nanley Cheryanv/formats: Disallow linear ASTC textures
2016-11-03 Nanley Cheryanv/formats: Disallow 1D compressed textures
2016-11-03 Chris Wilsoni965: Use rzalloc for cfg_t
2016-11-03 Nicolai Hähnlepipe-loader: add libamd_common for radeonsi
2016-11-03 Andreas Bollglx/windows: Add wgl.h to the sources list
2016-11-03 Tapani Pällii965: use rzalloc instead of calloc in brwNewProgram
2016-11-03 Nicolai Hähnleradeonsi: generate GS prolog to (partially) fix triangl...
2016-11-03 Nicolai Hähnleradeonsi: remove si_shader_context::is_gs_copy_shader
2016-11-03 Nicolai Hähnleradeonsi: make the GS copy shader owned by the GS selector
2016-11-03 Nicolai Hähnleradeonsi: si_shader_vs only depends on the GS selector
2016-11-03 Nicolai Hähnleradeonsi: si_vgt_gs_mode only depends on the selector
2016-11-03 Nicolai Hähnleradeonsi: make si_generate_gs_copy_shader usable as...
2016-11-03 Nicolai Hähnleradeonsi: unify the si_compile_* functions for prologs...
2016-11-03 Nicolai Hähnleradeonsi: get rid of no_{prolog,epilog}
2016-11-03 Nicolai Hähnleradeonsi: get rid of si_llvm_emit_fs_epilogue
2016-11-03 Nicolai Hähnleradeonsi: get rid of get_interp_param
2016-11-03 Nicolai Hähnleradeonsi: get rid of select_interp_param
2016-11-03 Nicolai Hähnleradeonsi: use TCS epilog for monolithic shaders
2016-11-03 Nicolai Hähnleradeonsi: extract si_build_tcs_epilog_function
2016-11-03 Nicolai Hähnleradeonsi: use VS epilog for monolithic TES
2016-11-03 Nicolai Hähnleradeonsi: use VS prolog and epilog for monolithic shaders
2016-11-03 Nicolai Hähnleradeonsi: extract si_build_vs_{prolog,epilog}_function
2016-11-03 Nicolai Hähnleradeonsi: use PS prolog for monolithic shaders
2016-11-03 Nicolai Hähnleradeonsi: set num_input_vgprs for fragment shaders...
2016-11-03 Nicolai Hähnleradeonsi: extract si_build_ps_prolog_function
2016-11-03 Nicolai Hähnleradeonsi: use PS epilog for monolithic shaders
2016-11-03 Nicolai Hähnleradeonsi: extract si_build_ps_epilog_function
2016-11-03 Nicolai Hähnleradeonsi: pass the function name to si_llvm_create_func
2016-11-03 Nicolai Hähnleradeonsi: split is_monolithic into no_prolog and no_epilog
2016-11-03 Nicolai Hähnleradeonsi: free data structures when shader compiles...
2016-11-03 Nicolai Hähnleradeonsi: move main TGSI translation into its own function
2016-11-03 Nicolai Hähnleradeonsi: add always-inline pass to si_llvm_finalize_module
2016-11-03 Nicolai Hähnleradeonsi: fix signature of export intrinsic in VS epilog
2016-11-03 Nicolai Hähnleradeonsi: link against amd_common
2016-11-03 Nicolai Hähnleamd/common: add ac_is_sgpr_param helper
2016-11-03 Nicolai Hähnleamd/common: build also for gallium drivers
2016-11-03 Nicolai Hähnleamd/common: move llvm helper prototype to ac_llvm_util.h
2016-11-03 Nicolai Hähnleglsl: fix lowering of UBO references of named blocks
2016-11-03 Kenneth Graunkeglsl: Update deref types when resizing implicitly sized...
2016-11-03 Timothy Arcerimesa/glsl: delete previously linked shaders earlier...
2016-11-02 Timothy Arcerinir: fix nir_shader_clone() and nir_sweep()
2016-11-02 Timothy Arcerimesa: move shader_info to the start of gl_program
2016-11-02 Timothy Arcerist/mesa/r200/i915/i965: use rzalloc() to create gl_program
2016-11-02 Samuel Pitoisetnv50,nvc0: stop limiting the number of active queries...
2016-11-02 Samuel Pitoisetnvc0: add new warp_nonpred_execution_efficiency metric...
2016-11-02 Samuel Pitoisetnvc0: add missing metric-issue_slot on SM35
2016-11-02 Samuel Pitoisetnvc0: do not expose metric-inst_issued twice on SM35
2016-11-02 Samuel Pitoisetnvc0: add new warp_execution_efficiency metric on SM30+
2016-11-02 Samuel Pitoisetnvc0: respect 80-chars for perf metrics descriptions
2016-11-02 Samuel Pitoisetnvc0: sort performance metrics alphabetically
2016-11-02 Fredrik Höglundradv: add support for anisotropic filtering on VI+
2016-11-02 Dave Airlieradv: fix dual source blending
2016-11-02 Samuel Pitoisetnv50: add missing draw_calls_indexed driver stat
2016-11-02 Adam Jacksonglx/glvnd: Use bsearch() in FindGLXFunction instead...
2016-11-02 Adam Jacksonglx/glvnd: Fix dispatch function names and indices
2016-11-02 Adam Jacksonglx/glvnd: Don't modify the dummy slot in the dispatch...
2016-11-02 Jason Ekstrandanv/pipeline: Properly cache prog_data::param
2016-11-02 Jason Ekstrandanv/pipeline: Put actual pointers in anv_shader_bin
2016-11-02 Jason Ekstrandintel/blorp: Pass a brw_stage_prog_data to upload_shader
2016-11-02 Jason Ekstrandintel/blorp: Use wm_prog_data instead of hand-rolling...
2016-11-02 Jason Ekstrandanv: Better handle return codes from anv_physical_devic...
2016-11-02 Jason Ekstrandvulkan/wsi/x11: Clean up connections in finish_wsi
2016-11-02 Jason Ekstrandvulkan/wsi/x11: Better handle wsi_x11_connection_create...
2016-11-02 Nicolai Hähnleglsl: compute lvalues of [in]out parameters before...
2016-11-02 Nicolai Hähnleradeonsi: fix BFE/BFI lowering for GLSL semantics
2016-11-02 Nicolai Hähnletgsi: align the definition of BFI & [UI]BFE with GLSL
2016-11-02 Dave Airlieradv: expose xlib platform extension
2016-11-01 Lionel Landwerlinintel: aubinator: print field values if available
2016-11-01 Lionel Landwerlinintel: aubinator: load fields values from xml data
2016-11-01 Lionel Landwerlinintel: aubinator: print boolean fields to true with...
2016-11-01 Marek Olšákamd: fix a typo in PIXEL_PIPE_STAT_RESET definition
2016-11-01 Marek Olšákgallium/radeon: add enum radeon_micro_mode
next