radeonsi: allow copying between compatible compressed and uncompressed formats
[mesa.git] / src / mesa / drivers /
2015-10-28 Emil Velikovi965: remove unneeded src_reg copy in emit_shader_time_...
2015-10-28 Emil Velikovi965: remove cache_aux_free_func array
2015-10-26 Ian Romanicki965: Add missing close-parenthesis in error messages
2015-10-26 Ian Romanicki965: Fix is-renderable check in intel_image_target_ren...
2015-10-26 Timothy Arceriglsl: keep track of intra-stage indices for atomics
2015-10-25 Kenneth Graunkei965: Make brw_varying_to_offset take a const pointer...
2015-10-24 Ben Widawskyi965: Remove unused devinfo revision
2015-10-23 Kristian Høgsberg... i965/fs: Allow copy propagating into new surface access...
2015-10-23 Kristian Høgsberg... i965/fs: Optimize ssbo stores
2015-10-23 Kristian Høgsberg... i965/fs: Drop offset_reg temporary in ssbo load
2015-10-23 Kristian Høgsberg... i965/fs: Avoid scalar destinations in emit_uniformize()
2015-10-23 Kristian Høgsberg... i965/fs: Don't uniformize surface index twice
2015-10-23 Kristian Høgsberg... i965/fs: Use unsigned immediate 0 when eliminating...
2015-10-23 Kristian Høgsberg... i965/fs: Read all components of a SSBO field with one...
2015-10-23 Kristian Høgsberg... i965: Don't use message headers for untyped reads
2015-10-23 Alejandro Piñeiroi965/vec4: check opcode on vec4_instruction::reads_flag...
2015-10-22 Brian Pauldrivers/common: use _mesa_RasterPos instead of _tnl_Ras...
2015-10-22 Alejandro Piñeiroi965/vec4: print predicate control at brw_vec4 dump_ins...
2015-10-22 Alejandro Piñeiroi965/vec4: use an envvar to decide to print the assembl...
2015-10-22 Alejandro Piñeiroi965/vec4: Add unit tests for cmod propagation pass
2015-10-22 Alejandro Piñeiroi965/vec4: adding vec4_cmod_propagation optimization
2015-10-22 Alejandro Piñeiroi965/vec4: track and use independently each flag channel
2015-10-22 Alejandro Piñeiroi965/vec4: nir_emit_if doesn't need to predicate based...
2015-10-22 Matt Turneri965/vec4/gs: Fix signed/unsigned comparison warning.
2015-10-22 Matt Turneri965/fs: Emit a single ADD instruction for SET_SAMPLE_I...
2015-10-22 Matt Turneri965/fs: Drop unnecessary write-enable-all from SET_SAM...
2015-10-22 Matt Turneri965/fs: Trim unneeded channels in SampleID setup.
2015-10-22 Matt Turneri965/fs: Use type-W for immediate in SampleID setup.
2015-10-22 Matt Turneri965/vec4: Initialize LOD to 0.0f for textureQueryLevel...
2015-10-22 Matt Turneri965: Note that the UV immediate type is Gen6+.
2015-10-22 Jordan Justeni965/fs: Disable CSE optimization for untyped & typed...
2015-10-22 Ben Widawskyi965: Advertise ARB_shader_stencil_export (gen9+)
2015-10-22 Ben Widawskyi965: Implement ARB_shader_stencil_export (gen9+)
2015-10-22 Ben Widawskyi965/fs: Enumerate logical fb writes arguments
2015-10-21 Kenneth Graunkei965: Implement gl_InvocationID.
2015-10-21 Kenneth Graunkei965: Implement nir_intrinsic_load_primitive.
2015-10-21 Kenneth Graunkei965: Add a fs_visitor constructor that takes a brw_gs_...
2015-10-21 Kenneth Graunkei965: Add a brw->scalar_gs flag controlled by INTEL_SCA...
2015-10-21 Kenneth Graunkei965: Make emit_urb_writes() reserve space for GS heade...
2015-10-21 Kenneth Graunkei965: Make emit_urb_writes() only set EOT for the VS.
2015-10-21 Kenneth Graunkei965: Make fs_visitor::emit_urb_writes reusable for...
2015-10-21 Kenneth Graunkei965: Introduce a brw_vue_prog_data::include_vue_handle...
2015-10-21 Kenneth Graunkei965: Introduce a new SHADER_OPCODE_URB_READ_SIMD8...
2015-10-21 Kenneth Graunkei965: Introduce new SHADER_OPCODE_URB_WRITE_SIMD8_MASKE...
2015-10-21 Jason Ekstrandi965/gs: Do prog_data setup and other calculations...
2015-10-21 Jason Ekstrandi965/gs: Use NIR info for setting up prog_data
2015-10-21 Jason Ekstrandi965/gs: Pull prog_data out of brw_gs_compile
2015-10-21 Jason Ekstrandi965/gs: Use NIR instead of the brw_geometry_program...
2015-10-21 Jason Ekstrandi965/gs: Move the mem_ctx argument to brw_compile_gs
2015-10-21 Jason Ekstrandi965/gs: Set static_vertex_count unconditionally on...
2015-10-21 Ben Widawskyi965: (trivial) rename computes stencil to gen9
2015-10-21 Ben Widawskyi965: Correct the comment about fb write payload
2015-10-21 Matt Turneri965: Mark compacted 3-src instructions as Gen8+.
2015-10-21 Matt Turneri965: Add const to brw_compact_inst_bits.
2015-10-21 Matt Turneri965: Add mask_control_ex field and handle it in compac...
2015-10-21 Matt Turneri965: Add devinfo->gen assertions for acc_wr_control.
2015-10-21 Matt Turneri965: Prepare for next commit by adding more whitespace.
2015-10-21 Matt Turneri965: Compact acc_wr_control only on Gen6+.
2015-10-21 Matt Turneri965: Add devinfo parameter to brw_compact_inst_* funcs.
2015-10-21 Matt Turneri965/vec4: Don't emit MOVs for unused URB slots.
2015-10-21 Neil Robertsi965/fs: Disable opt_sampler_eot for more message types
2015-10-21 Neil Robertsi965: Remove block arg from foreach_inst_in_block_...
2015-10-20 Anuj Phogati965/gen9: Remove temporary variable 'bpp' in tr_mode_...
2015-10-20 Anuj Phogati965/gen9: Remove temporary variable 'align_yf' in...
2015-10-20 Anuj Phogati965/gen9: Remove parameter 'brw' from tr_mode_..._text...
2015-10-20 Anuj Phogati965/gen9: Reuse YF alignment tables in tr_mode_.....
2015-10-20 Emil Velikovi965: silence incompatible pointer type warning
2015-10-20 Marek Olšákmesa: replace UsesClipDistance with ClipDistanceArraySize
2015-10-19 Anuj Phogati965/gen9: Handle the GL_TEXTURE_{1D, 1D_ARRAY} targets...
2015-10-19 Matt Turneri965/fs: Localize variables' scopes.
2015-10-19 Matt Turneri965/fs: Consider type mismatches in saturate propagation.
2015-10-19 Matt Turneri965: Extract can_change_source_types() functions.
2015-10-19 Jason Ekstrandi965/vs: Move URB entry_size and read_length calculatio...
2015-10-19 Jason Ekstrandi965: Move the entire compiler API into a single file
2015-10-19 Jason Ekstrandi965: Rename brw_foo_emit to brw_compile_foo
2015-10-19 Jason Ekstrandi965/fs: Move some of the prog_data setup into brw_wm_emit
2015-10-19 Jason Ekstrandi965/cs: Rework cs_emit to take a nir_shader and a...
2015-10-19 Jason Ekstrandi965/gs: Rework gs_emit to take a nir_shader and a...
2015-10-19 Jason Ekstrandi965/vs: Rework vs_emit to take a nir_shader and a...
2015-10-19 Jason Ekstrandi965/fs: Rework wm_fs_emit to take a nir_shader and...
2015-10-19 Jason Ekstrandi965: Use a const nir_shader in backend_shader
2015-10-19 Jason Ekstrandi965/vec4: Remove gl_program and gl_shader_program...
2015-10-19 Jason Ekstrandi965/fs: Remove the gl_program from the generator
2015-10-19 Jason Ekstrandi965/asm: Explicitly use a nir_instr for IR annotations
2015-10-19 Jose Fonsecascons: Build nir/glsl_types.cpp once.
2015-10-19 Iago Toral Quirogai965: Do not use NumBufferInterfaceBlocks
2015-10-18 Kenneth Graunkei965/vs: Drop hack that created NIR for fixed function...
2015-10-18 Kenneth Graunkei965/nir: Switch on shader stage in nir_lower_outputs().
2015-10-17 Rob Clarkbuild: fix out-of-tree build after b9b40ef
2015-10-16 Rob Clarknir: remove dependency on glsl
2015-10-16 Rob Clarkglsl: move half<->float convertion to util
2015-10-16 Iago Toral Quirogai965/vec4: Use the right number of UBOs
2015-10-16 Iago Toral Quirogai965/fs: use the right number of UBOs
2015-10-15 Mauro Rossii965: android: add the i965_compile_FILES sources to...
2015-10-15 Emil Velikovprogram: convert _mesa_init_gl_program() to take struct...
2015-10-15 Timothy Arcerii965: add arrays of arrays support for varyings
2015-10-14 Kenneth Graunkei965: Don't hardcode FS in "validation failed!" message.
2015-10-14 Jordan Justeni965/fs: Ignore compute shaders in brw_nir_lower_inputs
2015-10-14 Jordan Justeni965/fs: Simplify FS in brw_nir_lower_inputs to only...
2015-10-14 Iago Toral Quirogai965: Adapt SSBOs to work with their own separate index...
next