aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_blorp_clear.cpp
Commit message (Expand)AuthorAgeFilesLines
* compiler: Rename INTERP_QUALIFIER_* to INTERP_MODE_*.Kenneth Graunke2016-07-171-1/+1
* i965/blorp: Use flat inputs instead of uniformsTopi Pohjolainen2016-07-041-4/+5
* i965/blorp: Organize pixel kill and blend/scaled inputs into vec4sTopi Pohjolainen2016-07-041-2/+1
* i965/blorp: Rename push constants to inputsTopi Pohjolainen2016-07-041-2/+2
* i965/blorp: Get rid of the blorp_prog_data_int() helperJason Ekstrand2016-05-141-2/+0
* 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
* blorp: Add initial state setup support for SIMD8 dispatchJason Ekstrand2016-05-141-2/+2
* i965/blorp: Add a prog_data_init helperJason Ekstrand2016-05-141-1/+1
* i965: Set render state for lossless compressedTopi Pohjolainen2016-05-121-0/+7
* i965/blorp: Set full resolve for lossless compressedTopi Pohjolainen2016-05-121-1/+4
* i965/blorp: Do not skip fast color clear with new colorTopi Pohjolainen2016-05-121-2/+4
* i965/blorp: Turn brw_blorp_params into a C-style structJason Ekstrand2016-04-261-2/+4
* i965/blorp: Turn blorp_surface_info into a C-style structJason Ekstrand2016-04-261-2/+4
* i965/blorp: Remove the clear params classesJason Ekstrand2016-04-261-132/+83
* i965/blorp: Refactor to get rid of the get_wm_prog virtual functionJason Ekstrand2016-04-261-27/+23
* i965/blorp: Fix clear code for ignoring colormask for XRGB formats on Gen9+Topi Pohjolainen2016-04-231-7/+26
* i965/blorp: Re-introduce clear programsTopi Pohjolainen2016-04-211-0/+460
* i965: Implement fast color clears using meta operationsKristian Høgsberg2014-08-151-615/+0
* i965/blorp_clear: Use memcpy instead of assignment to copy clear valueNeil Roberts2014-08-151-7/+2
* util: Move ralloc to a new src/util directory.Kenneth Graunke2014-08-041-1/+1
* mesa: Make unreachable macro take a string argument.Matt Turner2014-07-011-3/+1
* i965/blorp: Remove unused 'brw' member.Matt Turner2014-06-171-2/+0
* i965/blorp: Mark branch unreachable to silence uninitialized var warning.Matt Turner2014-06-171-0/+1
* i965: Fix disassembly of BLORP clear programs.Kenneth Graunke2014-06-121-1/+1
* i965: Put '_default_' in the name of functions that set default state.Kenneth Graunke2014-06-021-5/+5
* i965: Add annotation data structure and support code.Matt Turner2014-05-241-1/+1
* i965: Pass in start_offset to brw_compact_instructions().Matt Turner2014-05-241-1/+1
* i965: Rename brw/gen8_dump_compile to brw/gen8_disassemble.Kenneth Graunke2014-05-181-1/+1
* i965: Pass brw_context and assembly separately to brw_dump_compile.Matt Turner2014-05-151-1/+1
* i965: Pull brw_compact_instructions() out of brw_get_program().Matt Turner2014-05-151-0/+2
* i965: Drop use of intel_region from miptrees.Eric Anholt2014-05-011-1/+1
* i965: glClearBuffer() should only clear a single buffer.Iago Toral Quiroga2014-04-131-1/+5
* i965/blorp: Account for nonzero MinLayer in layered clears.Chris Forbes2014-04-101-1/+1
* i965/blorp: Use irb->layer_count in clearChris Forbes2014-04-101-2/+1
* i965: Delete "fast color clear unsupported" performance warning.Kenneth Graunke2014-04-081-2/+0
* i965: For fast color clears, only check the color of live channels.Kevin Rogovin2014-03-251-1/+2
* i965: For color clears, only disable writes to components that exist.Kenneth Graunke2014-03-241-1/+2
* i965: Report the type of color clear in INTEL_DEBUG=blorp.Kenneth Graunke2014-03-231-2/+9
* Revert "i965: For color clears, only disable writes to components that exist."Kenneth Graunke2014-03-211-1/+1
* i965: For color clears, only disable writes to components that exist.Kenneth Graunke2014-03-211-1/+1
* i965: Move compiler debugging output to stderr.Eric Anholt2014-02-221-3/+3
* i965: Move singlesample_mt to the renderbuffer.Eric Anholt2014-02-181-1/+1
* mesa: change gl_format to mesa_formatMark Mueller2014-01-271-2/+2
* i965: Fix clears of layered framebuffers with mismatched layer counts.Paul Berry2014-01-101-4/+4
* i965/gen7+: Implement fast color clears for MSAA buffers.Paul Berry2013-12-091-44/+87
* i965/blorp: Refactor code for computing fast clear align/scaledown factors.Paul Berry2013-12-091-19/+23
* i965/blorp: allow multisample blorp clearsPaul Berry2013-12-091-18/+13
* i965/gen7+: Disentangle MSAA layout from fast clear state.Paul Berry2013-12-091-9/+9
* i965/blorp: Improve fast color clear comment.Paul Berry2013-12-091-1/+12