mesa.git
2015-08-26 Jason Ekstrandvk/meta: Destroy vertex shaders when setting up clearing
2015-08-26 Jason Ekstrandvk/gen8: Don't duplicate generic pipeline setup
2015-08-26 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-08-25 Kristian Høgsberg... vk/vec4: Use the right constant for offset into a UBO
2015-08-25 Kristian Høgsberg... vk: Use true/false for RenderCacheReadWriteMode
2015-08-25 Kristian Høgsberg... vk: Support descriptor sets and bindings in vec4 ubo...
2015-08-25 Kristian Høgsberg... vk/gen7: Enable L3 caching for GEN7 MOCS
2015-08-25 Nanley Cherymesa/teximage: Add GL error parameter to _mesa_target_c...
2015-08-25 Nanley Cherymesa/formats: remove compressed formats from matching...
2015-08-25 Nanley Cherymesa/formats: make format testing a gtest
2015-08-25 Kenneth Graunkegallium/ttn: Use nir_builder_insert() rather than pokin...
2015-08-25 Kenneth Graunkeprog_to_nir: Use nir_builder_insert() rather than pokin...
2015-08-25 Kenneth Graunkenir: Use nir_shader::stage rather than passing it around.
2015-08-25 Kenneth Graunkenir: Store gl_shader_stage in nir_shader.
2015-08-25 Kristian Høgsberg... vk/gen7: Use TILEWALK_XMAJOR for linear surfaces
2015-08-25 Jason Ekstrandi965/fs: Combine assign_constant_locations and move_uni...
2015-08-25 Jason Ekstrandnir/lower_io: Remove assign_var_locations_direct_first
2015-08-25 Jason Ekstrandi965/fs: Rework uniform handling
2015-08-25 Jason Ekstrandi965/vec4_nir: Get rid of the uniform_driver_location...
2015-08-25 Jason Ekstrandnir/lower_io: Separate driver_location and base offset...
2015-08-25 Jason Ekstrandnir/intrinsics: Add a second const index to load_uniform
2015-08-25 Kenneth Graunkenir: Pass a type_size() function pointer into nir_lower...
2015-08-25 Kenneth Graunkeprog_to_nir: Don't allocate nir_variable with type...
2015-08-25 Kenneth Graunkei965: Move type_size() methods out of visitor classes.
2015-08-25 Jason Ekstrandi965: Make setup_vec4_uniform_value and _image_uniform_...
2015-08-25 Jason Ekstrandi965: Rename setup_vector_uniform_values to setup_vec4_...
2015-08-25 Rob Clarkfreedreno/ir3: fix compile break after splitting out...
2015-08-25 Rob Clarkfreedreno/ir3: fix compile break after fxn->start_block...
2015-08-25 Dave Airliemesa: enable texture stencil8 for multisample
2015-08-25 Brian Paulmesa: make _mesa_bind_texture_unit() static
2015-08-24 Nanley Cherymesa/formats: store whether or not a format is sRGB...
2015-08-24 Kenneth Graunkenir: Use !block_ends_in_jump() in a few places rather...
2015-08-24 Kristian Høgsberg... vk: Add gen7 support
2015-08-24 Kristian Høgsberg... vk: Move 3DSTATE_SBE setup to just before 3DSTATE_PS
2015-08-24 Kristian Høgsberg... vk: Move generic pipeline init to anv_pipeline.c
2015-08-24 Kristian Høgsberg... vk: Move gen8 specific state into gen8 sub-structs
2015-08-24 Kristian Høgsberg... vk: Always use a placeholder vertex shader in meta
2015-08-24 Kristian Høgsberg... vk: Trim out irrelevant 0-initialized surface state...
2015-08-24 Kristian Høgsberg... vk: Update generated headers
2015-08-24 Kristian Høgsberg... vk: Move anv_color_attachment_view_init() to gen8_state.c
2015-08-24 Kristian Høgsberg... vk: Move anv_CreateImageView to gen8_state.c
2015-08-24 Kristian Høgsberg... vk: Make anv_cmd_buffer_begin_subpass() switch on gen
2015-08-24 Kristian Høgsberg... vk: Add generic wrapper for filling out buffer surface...
2015-08-24 Kristian Høgsberg... vk: Add helper for adding surface state reloc
2015-08-24 Kristian Høgsberg... vk: Make batch chain code gen-agnostic
2015-08-24 Kristian Høgsberg... vk: Move vkCmdPipelineBarrier to gen8_cmd_buffer.c
2015-08-24 Kristian Høgsberg... vk: Use helper function for emitting MI_BATCH_BUFFER_START
2015-08-24 Kristian Høgsberg... vk: Use anv_batch_emit() for chaining back to primary...
2015-08-24 Kristian Høgsberg... vk: Downgrade state packet to gen7 where they're common
2015-08-24 Kristian Høgsberg... vk: Reorder gen8 specific code into three new files
2015-08-24 Kristian Høgsberg... vk: Move gen8_CmdBindIndexBuffer() to anv_gen8.c
2015-08-24 Kristian Høgsberg... vk: Move gen8_cmd_buffer_emit_state_base_address()...
2015-08-24 Kristian Høgsberg... vk: Move gen8 specific parts of queries to anv_gen8.c
2015-08-24 Kristian Høgsberg... vk: Move dynamic depth stenctil to anv_gen8.c
2015-08-24 Kristian Høgsberg... vk: Move pipeline creation to anv_gen8.c
2015-08-24 Kristian Høgsberg... vk: Move anv_CreateSampler to anv_gen8.c
2015-08-24 Kristian Høgsberg... vk: Move anv_CreateBufferView to anv_gen8.c
2015-08-24 Kristian Høgsberg... vk: Add new anv_gen8.c and move CreateDynamicRasterStat...
2015-08-24 Kristian Høgsberg... vk: Implement multi-gen dispatch mechanism
2015-08-24 Connor Abbottnir/cf: reimplement nir_cf_node_remove() using the...
2015-08-24 Connor Abbottnir/cf: add new control modification API's
2015-08-24 Connor Abbottnir/cf: use a cursor for inserting control flow
2015-08-24 Connor Abbottnir/cf: add split_block_cursor()
2015-08-24 Connor Abbottnir/cf: add split_block_before_instr()
2015-08-24 Connor Abbottnir/cf: add a cursor structure
2015-08-24 Connor Abbottnir/cf: fix link_blocks() when there are no successors
2015-08-24 Connor Abbottnir/cf: clean up jumps when cleaning up CF nodes
2015-08-24 Connor Abbottnir/cf: remove uses of SSA definitions that are being...
2015-08-24 Connor Abbottnir/cf: handle jumps better in stitch_blocks()
2015-08-24 Connor Abbottnir/cf: handle jumps in split_block_end()
2015-08-24 Connor Abbottnir/cf: add block_ends_in_jump()
2015-08-24 Connor Abbottnir/cf: handle phi nodes better in split_block_beginning()
2015-08-24 Connor Abbottnir/cf: split up and improve nir_handle_remove_jumps()
2015-08-24 Connor Abbottnir/cf: add remove_phi_src() helper
2015-08-24 Connor Abbottnir: add nir_foreach_phi_src_safe()
2015-08-24 Connor Abbottnir/cf: add insert_phi_undef() helper
2015-08-24 Connor Abbottnir: move control flow modification to its own file
2015-08-24 Connor Abbottnir: make cleanup_cf_node() not use remove_defs_uses()
2015-08-24 Connor Abbottnir: inline block_add_pred() a few places
2015-08-24 Connor Abbottnir/validate: check successors/predecessors more carefully
2015-08-24 Kenneth Graunkenir: Delete the nir_function_impl::start_block field.
2015-08-24 Nanley Cherymesa/formats: only do type and component lookup for...
2015-08-24 Rob Clarkfreedreno/a4xx: formats update
2015-08-24 Rob Clarkfreedreno: update generated headers
2015-08-24 Chris Wilsoni965: Always re-emit the pipeline select during invaria...
2015-08-23 Marek OlšákRevert "radeon/winsys: increase the IB size for VM"
2015-08-23 Ilia Mirkinnv50: fix 2d engine blits for 64- and 128-bit formats
2015-08-23 Ilia Mirkinnv50: account for the int RT0 rule for alpha-to-one/cov
2015-08-23 Dave Airliemesa/arb_gpu_shader_fp64: add support for glGetUniformdv
2015-08-23 Ilia Mirkinnv50,nvc0: disable depth bounds test on blit
2015-08-23 Neil Robertsi965/bdw: Fix 3DSTATE_VF_INSTANCING when the edge flag...
2015-08-23 Neil Robertsi965: Swap the order of the vertex ID and edge flag...
2015-08-22 Glenn Kennardr600g: Fix assert in tgsi_cmp
2015-08-22 Alexander von... egl: scons: fix the haiku build, do not build the dri2...
2015-08-22 Emil Velikovdocs: add 11.1.0-devel release notes template, bump...
2015-08-22 Boyan Dingegl/wayland: define set_cloexec_or_close only when...
2015-08-22 Emil Velikovmapi: ship ARB_tessellation_shader.xml
2015-08-22 Emil Velikovnouveau: add codegen/unordered_set.h to the tarball
2015-08-22 Emil Velikovwinsys/sw/kms-dri: don't attempt to bundle the sconscript
2015-08-22 Emil Velikovwinsys/amdgpu: automake: remove missing headers
next