summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri
Commit message (Expand)AuthorAgeFilesLines
...
* i965/fs: Fix propagation of copies with strided source.Francisco Jerez2016-05-161-10/+20
* i965/fs: fix subreg_offset overflow in byte_offset()Iago Toral Quiroga2016-05-161-4/+6
* i965: Fix JIP to skip over sibling do...while loops.Kenneth Graunke2016-05-161-1/+6
* i965: Make a "does this while jump before our instruction?" helper.Kenneth Graunke2016-05-161-4/+12
* i965: Send the minimal number of STATE_BASE_ADDRESS packets.Kenneth Graunke2016-05-169-29/+12
* i965: Combine Gen4-7 and Gen8+ state base address emitters.Kenneth Graunke2016-05-168-97/+51
* i965: Move Gen4-5 programs to brw_upload_programs() too.Kenneth Graunke2016-05-165-56/+51
* i965: Mark brw const in brw_state_dirty and callers.Kenneth Graunke2016-05-165-5/+6
* i965: Flip interpolateAtOffset's y offset when necessary.Kenneth Graunke2016-05-152-3/+8
* i965: Use blorp for all clearsJason Ekstrand2016-05-145-634/+0
* i965: Use blorp for all stencil blitsJason Ekstrand2016-05-145-547/+1
* i965: Use blorp for all updownsample blitsJason Ekstrand2016-05-145-178/+10
* i965/blorp: Add support for 16x MSAAJason Ekstrand2016-05-141-1/+76
* i965: move brw_meta_set_fast_clear_color to brw_meta_util.cJason Ekstrand2016-05-142-75/+74
* i965; Move brw_meta_get_*_rect to brw_meta_util.cJason Ekstrand2016-05-142-180/+180
* i965: Move brw_is_color_fast_clear_compatible to brw_meta_utilJason Ekstrand2016-05-142-59/+61
* i965: Move brw_get_rb_for_slice to brw_meta_utilJason Ekstrand2016-05-144-49/+52
* i965/blorp: Get rid of the blorp_prog_data_int() helperJason Ekstrand2016-05-144-26/+2
* i965/blorp: Delete the old blorp shader emit codeJason Ekstrand2016-05-148-1664/+8
* i965/blorp: Stop doing f2i(i2f(sample_id))Jason Ekstrand2016-05-141-13/+23
* i965/blorp: Refactor coordinate mungingJason Ekstrand2016-05-141-30/+29
* i965/blorp: Add bilinear blending support to the NIR pathJason Ekstrand2016-05-141-6/+114
* i965/blorp: Add support for averaging resolves to the NIR pathJason Ekstrand2016-05-141-18/+145
* i965/blorp: Add MSAA encode/decode support to the NIR pathJason Ekstrand2016-05-141-9/+194
* i965/blorp: Add support for W-[de]tiling to the NIR pathJason Ekstrand2016-05-141-2/+123
* i965/blorp: Add support for discard-based bounds checks to the NIR pathJason Ekstrand2016-05-141-1/+18
* i965/blorp: Add initial support for NIR-based blit shadersJason Ekstrand2016-05-141-24/+405
* i965/blorp: Refactor getting the blit kernel into a helperJason Ekstrand2016-05-141-13/+22
* i965/blorp: Use NIR for clear shadersJason Ekstrand2016-05-141-145/+39
* i965/blorp: Create the program key in get_clear_kernelJason Ekstrand2016-05-141-17/+15
* i965/blorp: Add a helper for compiling NIR shadersJason Ekstrand2016-05-142-0/+105
* blorp: Add initial state setup support for SIMD8 dispatchJason Ekstrand2016-05-147-34/+67
* i965/blorp: Add a param array to prog_dataJason Ekstrand2016-05-143-5/+22
* i965/blorp: Add a prog_data_init helperJason Ekstrand2016-05-144-2/+12
* i965/fs: Implement the new NIR MCS texturingJason Ekstrand2016-05-141-2/+12
* i965/fs: Use MRF0 for the repclear messageJason Ekstrand2016-05-141-1/+1
* i965/blorp: Simplify the sample layout calculationJason Ekstrand2016-05-141-17/+7
* i965/fs: Organize prog_data by ksp number rather than SIMD widthJason Ekstrand2016-05-147-143/+89
* i965/gen7_wm: Move where we set the fast clear opJason Ekstrand2016-05-141-2/+2
* i965/fs: Stop setting dispatch_grf_start_reg from the visitorJason Ekstrand2016-05-145-14/+9
* i965/fs: Clean up the logic in compile_fs a bitJason Ekstrand2016-05-141-32/+41
* i965/state: Clean up WM/PS state to pull more things out of prog_dataJason Ekstrand2016-05-144-44/+15
* i965/fs: Rework the persample shading key/prog_data bitsJason Ekstrand2016-05-146-54/+57
* i965: Fix undefined df bits in brw_reg comparisons.Kenneth Graunke2016-05-144-12/+22
* i965: disable cull distance temporarily.Dave Airlie2016-05-141-1/+1
* i965: Add support for GL_ARB_cull_distanceKristian Høgsberg Kristensen2016-05-139-3/+23
* mesa/main: Add support for GL_ARB_cull_distance (v2)Tobias Klausmann2016-05-141-1/+1
* i965/gen9: Enable lossless compressionTopi Pohjolainen2016-05-121-3/+40
* i965: Set render state for lossless compressedTopi Pohjolainen2016-05-123-1/+16
* i965/wm: Don't sample lossless compressed as multisampledTopi Pohjolainen2016-05-121-1/+5