i965: Make brw_reg_from_fs_reg() halve exec_size when compressed.
[mesa.git] / src / mesa / drivers / dri /
2016-05-17 Kenneth Graunkei965: Make brw_reg_from_fs_reg() halve exec_size when...
2016-05-17 Kenneth Graunkei965: Move compression decisions before brw_reg_from_fs...
2016-05-17 Kenneth Graunkei965: Enable ES 3.2 sample shading extensions.
2016-05-17 Jason Ekstrandi965/fs: Add an allow_spilling flag to brw_compile_fs
2016-05-17 Alejandro Piñeiroi965: Expose OpenGL 4.2 for gen8+
2016-05-17 Alejandro Piñeiroi965: Enable ARB_vertex_attrib_64bit for gen8+
2016-05-17 Juan A. Suarez Romeroi965: take care of doubles when lowering VS inputs
2016-05-17 Juan A. Suarez Romeroi965/fs: calculate first non-payload GRF using attrib...
2016-05-17 Juan A. Suarez Romeroi965/vec4: use attribute slots to calculate URB read...
2016-05-17 Juan A. Suarez Romeroi965: take care of doubles when remapping VS attributes
2016-05-17 Juan A. Suarez Romeroi965/fs: shuffle 32bits into 64bits for doubles
2016-05-17 Alejandro Piñeiroi965/fs: half exec_size when dealing with 64 bits attri...
2016-05-17 Alejandro Piñeiroi965: passthru formats cannot be used width edge flag...
2016-05-17 Antia Puentesi965: Configure how to store *64*PASSTHRU vertex components
2016-05-17 Alejandro Piñeiroi965: get the proper vertex surface type for doubles...
2016-05-17 Kenneth Graunkei965: Enable ARB_shader_precision on Gen8+.
2016-05-16 Mark Janesi965: check tcs for NULL dereference
2016-05-16 Matt Turneri965: Mark is_lossless_compressed_aux UNUSED to silence...
2016-05-16 Iago Toral Quirogai965: Expose OpenGL 4.0 for gen8+
2016-05-16 Iago Toral Quirogai965: Enable ARB_gpu_shader_fp64 for gen8+
2016-05-16 Iago Toral Quirogai965/tes/scalar: Fix load input for doubles
2016-05-16 Iago Toral Quirogai965/tcs/scalar: fix store output for doubles
2016-05-16 Iago Toral Quirogai965/tcs/scalar: fix load input for doubles
2016-05-16 Iago Toral Quirogai965/fs: fix nir_intrinsic_store_output for doubles
2016-05-16 Iago Toral Quirogai965/fs: fix number of output components for doubles
2016-05-16 Iago Toral Quirogai965/vec4: handle doubles in type_size_vec4()
2016-05-16 Iago Toral Quirogai965/fs: support doubles with shared variable stores
2016-05-16 Iago Toral Quirogai965/fs: support doubles with ssbo stores
2016-05-16 Iago Toral Quirogai965/fs: add shuffle_64bit_data_for_32bit_write helper
2016-05-16 Iago Toral Quirogai965/fs: support doubles with SSBO loads
2016-05-16 Iago Toral Quirogai965/fs: support doubles with shared variable loads
2016-05-16 Iago Toral Quirogai965/fs: Add do_untyped_vector_read helper
2016-05-16 Iago Toral Quirogai965/fs: support doubles with UBO loads
2016-05-16 Iago Toral Quirogai965/fs: fix pull constant load component selection...
2016-05-16 Francisco Jerezi965/fs: Fix and document component().
2016-05-16 Iago Toral Quirogai965/fs: Fix fs_visitor::VARYING_PULL_CONSTANT_LOAD...
2016-05-16 Iago Toral Quirogai965/fs: add shuffle_32bit_load_result_to_64bit_data...
2016-05-16 Francisco Jerezi965/fs: Stop using the LOAD_PAYLOAD instruction in...
2016-05-16 Iago Toral Quirogai965/fs: fix copy/constant propagation regioning checks
2016-05-16 Iago Toral Quirogai965/fs: fix copy propagation from load payload
2016-05-16 Iago Toral Quirogai965/fs: fix copy propagation of partially invalidated...
2016-05-16 Francisco Jerezi965/fs: Reindent register offset calculation of try_co...
2016-05-16 Francisco Jerezi965/fs: Simplify and fix register offset calculation...
2016-05-16 Iago Toral Quirogai965/fs: disallow type change in copy-propagation if...
2016-05-16 Iago Toral Quirogai965/fs: Fix copy propagation of load payload for doubl...
2016-05-16 Francisco Jerezi965/fs: Fix propagation of copies with strided source.
2016-05-16 Iago Toral Quirogai965/fs: fix subreg_offset overflow in byte_offset()
2016-05-16 Kenneth Graunkei965: Fix JIP to skip over sibling do...while loops.
2016-05-16 Kenneth Graunkei965: Make a "does this while jump before our instructi...
2016-05-16 Kenneth Graunkei965: Send the minimal number of STATE_BASE_ADDRESS...
2016-05-16 Kenneth Graunkei965: Combine Gen4-7 and Gen8+ state base address emitters.
2016-05-16 Kenneth Graunkei965: Move Gen4-5 programs to brw_upload_programs(...
2016-05-16 Kenneth Graunkei965: Mark brw const in brw_state_dirty and callers.
2016-05-16 Kenneth Graunkei965: Flip interpolateAtOffset's y offset when necessary.
2016-05-14 Jason Ekstrandi965: Use blorp for all clears
2016-05-14 Jason Ekstrandi965: Use blorp for all stencil blits
2016-05-14 Jason Ekstrandi965: Use blorp for all updownsample blits
2016-05-14 Jason Ekstrandi965/blorp: Add support for 16x MSAA
2016-05-14 Jason Ekstrandi965: move brw_meta_set_fast_clear_color to brw_meta_util.c
2016-05-14 Jason Ekstrandi965; Move brw_meta_get_*_rect to brw_meta_util.c
2016-05-14 Jason Ekstrandi965: Move brw_is_color_fast_clear_compatible to brw_me...
2016-05-14 Jason Ekstrandi965: Move brw_get_rb_for_slice to brw_meta_util
2016-05-14 Jason Ekstrandi965/blorp: Get rid of the blorp_prog_data_int() helper
2016-05-14 Jason Ekstrandi965/blorp: Delete the old blorp shader emit code
2016-05-14 Jason Ekstrandi965/blorp: Stop doing f2i(i2f(sample_id))
2016-05-14 Jason Ekstrandi965/blorp: Refactor coordinate munging
2016-05-14 Jason Ekstrandi965/blorp: Add bilinear blending support to the NIR...
2016-05-14 Jason Ekstrandi965/blorp: Add support for averaging resolves to the...
2016-05-14 Jason Ekstrandi965/blorp: Add MSAA encode/decode support to the NIR...
2016-05-14 Jason Ekstrandi965/blorp: Add support for W-[de]tiling to the NIR...
2016-05-14 Jason Ekstrandi965/blorp: Add support for discard-based bounds checks...
2016-05-14 Jason Ekstrandi965/blorp: Add initial support for NIR-based blit...
2016-05-14 Jason Ekstrandi965/blorp: Refactor getting the blit kernel into a...
2016-05-14 Jason Ekstrandi965/blorp: Use NIR for clear shaders
2016-05-14 Jason Ekstrandi965/blorp: Create the program key in get_clear_kernel
2016-05-14 Jason Ekstrandi965/blorp: Add a helper for compiling NIR shaders
2016-05-14 Jason Ekstrandblorp: Add initial state setup support for SIMD8 dispatch
2016-05-14 Jason Ekstrandi965/blorp: Add a param array to prog_data
2016-05-14 Jason Ekstrandi965/blorp: Add a prog_data_init helper
2016-05-14 Jason Ekstrandi965/fs: Implement the new NIR MCS texturing
2016-05-14 Jason Ekstrandi965/fs: Use MRF0 for the repclear message
2016-05-14 Jason Ekstrandi965/blorp: Simplify the sample layout calculation
2016-05-14 Jason Ekstrandi965/fs: Organize prog_data by ksp number rather than...
2016-05-14 Jason Ekstrandi965/gen7_wm: Move where we set the fast clear op
2016-05-14 Jason Ekstrandi965/fs: Stop setting dispatch_grf_start_reg from the...
2016-05-14 Jason Ekstrandi965/fs: Clean up the logic in compile_fs a bit
2016-05-14 Jason Ekstrandi965/state: Clean up WM/PS state to pull more things...
2016-05-14 Jason Ekstrandi965/fs: Rework the persample shading key/prog_data...
2016-05-14 Kenneth Graunkei965: Fix undefined df bits in brw_reg comparisons.
2016-05-14 Dave Airliei965: disable cull distance temporarily.
2016-05-13 Kristian Høgsberg... i965: Add support for GL_ARB_cull_distance
2016-05-13 Tobias Klausmannmesa/main: Add support for GL_ARB_cull_distance (v2)
2016-05-12 Topi Pohjolaineni965/gen9: Enable lossless compression
2016-05-12 Topi Pohjolaineni965: Set render state for lossless compressed
2016-05-12 Topi Pohjolaineni965/wm: Don't sample lossless compressed as multisampled
2016-05-12 Topi Pohjolaineni965/gen9: Setup MCS for compressed texture surfaces
2016-05-12 Topi Pohjolaineni965/blorp: Do not resolve lossless compressed blit...
2016-05-12 Topi Pohjolaineni965/blorp: Prepare blits for lossless compression
2016-05-12 Topi Pohjolaineni965: Deferred allocation of mcs for lossless compressed
2016-05-12 Topi Pohjolaineni965: Add flag telling if miptree is for client consumption
next