mesa.git
2016-10-26 Marek Olšákgallium/radeon: print tiling index when printing textur...
2016-10-26 Marek Olšákgallium/radeon: don't do (fmask.size && cmask.size)
2016-10-26 Marek Olšákgallium/radeon: re-order radeon_surf::dcc and htile...
2016-10-26 Marek Olšákgallium/radeon: rename bo_size -> surf_size, bo_alignme...
2016-10-26 Marek Olšákgallium/radeon: remove flags specific to libdrm_radeon...
2016-10-26 Marek Olšákgallium/radeon: remove r600_htile_info
2016-10-26 Marek Olšákgallium/radeon: remove unnecessary fields from radeon_s...
2016-10-26 Marek Olšákgallium/radeon: decrease the size of radeon_surf
2016-10-26 Marek Olšákgallium/radeon: pass pipe_resource and other params...
2016-10-26 Marek Olšákradeon/vce: use nblk_y instead of npix_y
2016-10-26 Marek Olšákgallium/radeon: define RADEON_SURF_MODE_* as enums
2016-10-26 Marek Olšákgallium/radeon: stop using some input fields from radeo...
2016-10-26 Marek Olšákgallium/radeon: fold r600_setup_surface into r600_init_...
2016-10-26 Marek Olšákwinsys/amdgpu: remove unused definitions
2016-10-26 Marek Olšákgallium/radeon: fold radeon_winsys::surface_best into...
2016-10-26 Marek Olšákgallium/radeon: use r600_gfx_write_event_eop everywhere
2016-10-26 Marek Olšákgallium/radeon: make r600_gfx_write_fence more generic
2016-10-26 Marek Olšákgallium/radeon: fix a ZPASS comment, EVENT_WRITE_EOP...
2016-10-26 Marek Olšákradeonsi: enable SDMA on Carrizo and all CIK chips...
2016-10-26 Marek Olšákwinsys/amdgpu: fix radeon_surf::macro_tile_index for...
2016-10-26 Marek Olšákgallium/radeon: make sure the address of separate CMASK...
2016-10-26 Marek Olšákgallium/radeon: fix incorrect bpe use in si_set_optimal...
2016-10-26 Samuel Iglesias... glsl: update default precision qualifier when it is...
2016-10-26 Samuel Iglesias... mesa/program: Add _mesa_symbol_table_replace_symbol()
2016-10-26 Timothy Arcerinir: stop adjusting driver location for varying packing
2016-10-26 Timothy Arcericompiler: remove copy_shader_info()
2016-10-26 Timothy Arceriglsl: set uses texture gather directly in shader_info
2016-10-26 Timothy Arceriglsl/st/mesa: use common system values read field
2016-10-26 Timothy Arceriglsl: set patch outputs written directly in shader_info
2016-10-26 Timothy Arcerist/mesa: use common patch outputs written field
2016-10-26 Timothy Arceriglsl: set patch inputs read directly in shader_info
2016-10-26 Timothy Arcerist/mesa: use common patch inputs read field
2016-10-26 Timothy Arceriglsl: set outputs read directly in shader_info
2016-10-26 Timothy Arcerir200/glsl/st/mesa: use common outputs written field
2016-10-26 Timothy Arcerimesa/glsl: set double inputs read directly in shader_info
2016-10-26 Timothy Arcerist/mesa: use common double inputs read field
2016-10-26 Timothy Arcerir200/i915/st/mesa/compiler: use common inputs read...
2016-10-26 Timothy Arcerimesa/compiler: copy early fragment tests to shader_info...
2016-10-26 Timothy Arcerimeta: remove remaining tabs in meta.c
2016-10-26 Timothy Arcerii965: replace brw_compute_program with brw_program
2016-10-26 Timothy Arcerii965: replace brw_fragment_program with brw_program
2016-10-26 Timothy Arcerii965: replace brw_tess_{eval,ctrl}_program with brw_program
2016-10-26 Timothy Arcerii965: replace brw_geomerty_program with brw_program
2016-10-26 Timothy Arcerii965: replace brw_vertex_program with new generic brw_p...
2016-10-26 Timothy Arcerist/mesa/r200/i915/i965: eliminate gl_fragment_program
2016-10-26 Timothy Arcerii965/mesa/st/swrast: set fs shader_info directly and...
2016-10-26 Timothy Arcerimesa: remove now unused IsCentroid from gl_fragment_program
2016-10-26 Timothy Arcerist/mesa: get interpolation location at translation...
2016-10-26 Timothy Arcerii965: remove unused debug param
2016-10-26 Timothy Arcericompiler: update the comment for enum glsl_interp_mode
2016-10-26 Timothy Arceriglsl: remove now unused InterpQualifier
2016-10-26 Timothy Arcerii965: remove unused BRW_STATE_INTERPOLATION_MAP flag
2016-10-26 Timothy Arcerii965: rewrite brw_setup_vue_interpolation()
2016-10-26 Timothy Arcerist/mesa: stop making use of InterpQualifier array
2016-10-26 Timothy Arcerimesa: remove unrequired code
2016-10-26 Timothy Arcerii965/mesa/st: eliminate gl_compute_program
2016-10-26 Timothy Arcerimesa: set cs shader_info metadata directly
2016-10-26 Timothy Arcerist/mesa: switch cs over to shared shader_info
2016-10-26 Timothy Arcericompiler: add additional cs metadata fields to shader...
2016-10-26 Timothy Arcerimesa/i965/i915/r200: eliminate gl_vertex_program
2016-10-26 Timothy Arcerii965: switch vs over to shared shader_info
2016-10-26 Timothy Arcerii965/mesa/st: eliminate gl_geometry_program
2016-10-26 Timothy Arcerimesa: set gs shader_info metadata directly
2016-10-26 Timothy Arcerist/mesa: switch gs over to shared shader_info
2016-10-26 Timothy Arcerii965: switch gs over to shared shader_info
2016-10-26 Timothy Arcericompiler: add input primative field for gs in shader...
2016-10-26 Timothy Arcerii965/mesa/st: eliminate gl_tess_eval_program
2016-10-26 Timothy Arcerimesa: copy tes metadata directly to shared shader info
2016-10-26 Timothy Arcerist/mesa: switch tes over to shared shader_info
2016-10-26 Timothy Arcerii965: switch tes over to shared shader_info
2016-10-26 Timothy Arcericompiler: add fields for tes metadata to shader info
2016-10-26 Timothy Arcerii965/mesa/st: eliminate gl_tess_ctrl_program
2016-10-26 Timothy Arcerimesa: set tcs shader_info metadata directly
2016-10-26 Timothy Arcerist/mesa: switch tcs over to shared shader_info
2016-10-26 Timothy Arcerii965: switch tcs over to shared shader_info
2016-10-26 Timothy Arceriglsl: add temporary copy_shader_info() function
2016-10-26 Timothy Arceriglsl: add a shader info field to the gl_program type
2016-10-26 Timothy Arcerinir/i965/anv/radv/gallium: make shader info a pointer
2016-10-26 Timothy Arcerinir: move nir_shader_info to a common compiler header
2016-10-26 Timothy Arcerimesa: modify _mesa_copy_linked_program_data() to take...
2016-10-26 Fredrik Höglundvulkan/wsi/wayland: fix ARGB window support
2016-10-26 Fredrik Höglundvulkan/wsi/x11: fix ARGB window support
2016-10-26 Fredrik Höglundradv: mark the fence as submitted and signalled in...
2016-10-25 Vinson Leescons: Require libdrm >= 2.4.66 for DRM.
2016-10-25 Matt Turnerradv: Replace "abi_versions" with correct "api_version".
2016-10-25 Matt Turneranv: Replace "abi_versions" with correct "api_version".
2016-10-25 Karol Herbstnv50/ir: start LocalCSE with getFirst to merge PHI...
2016-10-25 Samuel Pitoisetnvc0: use correct bufctx when invalidating CP textures
2016-10-25 Eduardo Lima... vulkan/wsi/x11: Fix behavior of vkGetPhysicalDeviceSurf...
2016-10-25 Tapani Pällimesa: fix error handling in DrawBuffers
2016-10-25 Tapani Pälliegl: add check that eglCreateContext gets a valid config
2016-10-25 Tapani Pällimesa: add missing formats to driGLFormatToImageFormat
2016-10-25 Tapani Pälliegl: fix type mismatch error type in _eglInitSurface
2016-10-25 Tapani PälliRevert "egl/android: Set EGL_MAX_PBUFFER_WIDTH and...
2016-10-25 Tapani Pälliegl/dri2: set max values for pbuffer width and height
2016-10-25 Brian Paulgallium/stapi: fix comment for st_visual::buffer_mask
2016-10-24 Nanley Cheryisl/format: Correct ASTC entries of format info table
2016-10-24 Kenneth Graunkei965: Drop nir_inputs from fs_visitor.
2016-10-24 Kenneth Graunkei965: Don't use nir_assign_var_locations for VS/TES...
2016-10-24 Kenneth Graunkei965: Make split_virtual_grfs() call compact_virtual_gr...
next