glx/glvnd: Don't modify the dummy slot in the dispatch table
[mesa.git] / src /
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
2016-11-01 Marek Olšákgallium/radeon: make it clear that DRM 2.x.x fast clear...
2016-11-01 Marek Olšákgallium/radeon: remove r600_surface::level_info
2016-11-01 Marek Olšákgallium/radeon: add radeon_surf::is_linear
2016-11-01 Marek Olšákgallium/radeon: remove radeon_surf_level::pitch_bytes
2016-11-01 Marek Olšákgallium/radeon: don't call u_format helpers if we have...
2016-11-01 Marek Olšákgallium/radeon: replace radeon_surf_info::dcc_enabled...
2016-11-01 Marek Olšákradeonsi: add a driver query for counting CP DMA calls
2016-11-01 Marek Olšákradeonsi: add a driver query for shader cache hits
2016-11-01 Marek Olšákgbm: set up the interop extension for egl/drm
2016-11-01 Samuel Pitoisetnvc0: do not duplicate similar performance metrics
2016-11-01 Jason Ekstrandanv/device: Return DEVICE_LOST if execbuf2 fails
2016-11-01 Antia Puentesi965/gen8: Fix vertex attrib upload for dvec3/4 shader...
2016-11-01 Dave Airlieradv: drop some unused cmask info members.
2016-10-31 Lionel Landwerlinintel: aubinator: fix printing missing gen option
2016-10-31 Lionel Landwerlinintel: aubinator: fix assumptions on amount of required...
2016-10-31 Lionel Landwerlinintel: aubinator: don't print out blocks twice
2016-10-31 Nanley Cheryi965: Move gen8_disable_stages to brw_upload_initial_gp...
2016-10-31 Nanley Cheryi965: Program 3DSTATE_AA_LINE_PARAMETERS in upload_inva...
2016-10-31 Leo Liust/omx/dec: disable tunnel for size different case
2016-10-31 Leo Liust/omx/dec: result buffers size should match codec...
2016-10-31 George Kyriazisswr: [rasterizer] added EventHandlerFile contructor
2016-10-31 George Kyriazisswr: [rasterizer core] Frontend dependency work
2016-10-31 George Kyriazisswr: [rasterizer core] Refactor/cleanup backends
2016-10-31 George Kyriazisswr: [rasterizer core] Remove deprecated simd intrinsics
2016-10-31 George Kyriazisswr: [rasterizer archrast] Add thread tags to event...
2016-10-31 Marek Olšákglsl: use a non-malloc'd storage for short ir_variable...
2016-10-31 Marek Olšákglsl: use the linear allocator in opt_constant_propagation
2016-10-31 Marek Olšákglsl: use the linear allocator in opt_copy_propagation
2016-10-31 Marek Olšákglsl: use the linear allocator in opt_copy_propagation_...
2016-10-31 Marek Olšákglsl: use the linear allocator in opt_dead_code_local
2016-10-31 Marek Olšákglsl: use the linear allocator in glsl_symbol_table
2016-10-31 Marek Olšákglsl: use the linear allocator for ast_node and derived...
2016-10-31 Marek Olšákglsl/lexer: use the linear allocator
2016-10-31 Marek Olšákglcpp: use the linear allocator for most objects
2016-10-31 Marek Olšákralloc: add a linear allocator as a child node of ralloc
2016-10-31 Marek Olšákralloc: remove memset from ralloc_size
2016-10-31 Marek Olšákralloc: use rzalloc where it's necessary
2016-10-31 Marek Olšákralloc: add DECLARE_RZALLOC_CXX_OPERATORS
2016-10-31 Juha-Pekka Heikkilanir: zero allocated memory where needed
2016-10-31 Juha-Pekka Heikkilai965/fs: fill allocated memory with zeros where needed
2016-10-31 Juha-Pekka Heikkilai965/vec4: zero allocated memory where needed
2016-10-31 Tapani Pälliglsl/glcpp: initialize all fields of glcpp_parser_t...
2016-10-31 Juha-Pekka Heikkilaglsl: Fix reading of uninitialized memory
2016-10-31 Marek Olšákglsl: initialize glsl_struct_field properly
2016-10-31 Marek Olšákralloc: don't memset ralloc_header, clear it manually
2016-10-30 Serge Martinclover: Implement clGetExtensionFunctionAddressForPlatform.
2016-10-30 Vedran Miletićclover: Introduce CLOVER_EXTRA_*_OPTIONS environment...
2016-10-30 Vedran Miletićclover: Pass unquoted compiler arguments to Clang
2016-10-29 Jason Ekstrandi965/fs/generator: Don't use the address immediate...
2016-10-28 Marek Olšákradeonsi: fix behavior of GLSL findLSB(0)
2016-10-28 Marek Olšákradeonsi: set VGT_GS_ONCHIP_CNTL on CIK and later
2016-10-28 Jason Ekstrandi965: Fix make check after 66fcfa6894ab6
2016-10-28 Kenneth Graunkeglsl: Improve accuracy of alpha scaling in advanced...
2016-10-28 Brian Paulmesa: rename gl_client_array -> gl_vertex_array
2016-10-28 Brian Paulmesa: code clean-up in _mesa_update_vao_client_arrays()
2016-10-28 Brian Paulmesa: update comment on vertex_attrib_binding()
2016-10-28 Brian Paulmesa: rename gl_vertex_array_object::VertexBinding...
2016-10-28 Eduardo Lima Mitevvulkan/wsi/x11: Smplify implementation of vkGetPhysical...
2016-10-28 Eduardo Lima Mitevvulkan/wsi/x11: Fix behavior of vkGetPhysicalDeviceSurf...
2016-10-28 Timothy Arcerii965: use memory context when creating passthrough tcs
2016-10-28 Timothy Arceriintel/blorp: remove stale comment
2016-10-28 Eduardo Lima Mitevdrivers/meta: Accept GL_TEXTURE_3D as target for tex...
2016-10-28 Jason Ekstrandintel/blorp: Rework our usage of ralloc when compiling...
2016-10-28 Jason Ekstrandintel/blorp: Rename compile_nir_shader to compile_fs
2016-10-28 Fredrik Höglundradv: split the device local memory heap into two
2016-10-28 Fredrik Höglundradv: add a write-combining host-local memory type
2016-10-27 Jason Ekstrandi965/miptree: Remove the width/height < 32768 restrictions
2016-10-27 Jason Ekstrandi965/blit: Break blits into chunks in intel_miptree_blit
2016-10-27 Jason Ekstrandi965/blit: Break blits into chunks in set_alpha_to_one
2016-10-27 Jason Ekstrandi965/blit: Remove a bogus assertion
2016-10-27 Jason Ekstrandi965/miptree: Break miptree -> ISL tiling conversion...
2016-10-27 Jason Ekstrandi965/miptree: Remove the stencil_as_y_tiled parameter...
2016-10-27 Jason Ekstrandintel/blorp: Fix a couple asserts around image copy...
2016-10-27 Jason Ekstrandanv/allocator: Assert that we have a valid gem handle...
2016-10-27 Samuel Pitoisetnvc0/ir: fix emission of IMAD with NEG modifiers
2016-10-27 Juan A. Suarez Romeroglsl: inspect interfaces in contains_foo()
2016-10-27 Iago Toral Quirogai965/vec4: make offset() work in terms of a simd width...
2016-10-27 Iago Toral Quirogai965/vec4: use byte_offset() instead of offset()
2016-10-27 Iago Toral Quirogai965/vec4: add a byte_offset helper
2016-10-27 Kenneth Graunkeglsl: Size TCS->TES unsized arrays to gl_MaxPatchVertic...
2016-10-27 Kenneth Graunkeglsl: Pass ctx to program interface query helper functions.
2016-10-27 Tapani Pälliegl: set preserved behavior for surface only if config...
2016-10-27 Tapani Pällimesa: expose GL_EXT_robustness
next