index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
i965
/
brw_blorp_blit.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Account for MinLayer/MinLevel in blorp CTSI path
Chris Forbes
2014-04-10
1
-3
/
+6
*
i965: Print number of multisamples in INTEL_DEBUG=blorp output.
Kenneth Graunke
2014-03-21
1
-4
/
+4
*
i965: Fix build warning of unused variable
Anuj Phogat
2014-03-14
1
-2
/
+0
*
i965: Move compiler debugging output to stderr.
Eric Anholt
2014-02-22
1
-2
/
+2
*
i965: Move singlesample_mt to the renderbuffer.
Eric Anholt
2014-02-18
1
-1
/
+1
*
i965: Don't try to use the ctx->ReadBuffer when asked to blorp miptrees.
Eric Anholt
2014-02-18
1
-3
/
+4
*
mesa: Fix MESA_FORMAT_Z24_UNORM_S8_UINT vs. X8_UINT mix-up.
Kenneth Graunke
2014-02-09
1
-3
/
+3
*
mesa: Change many Type P MESA_FORMATs to meet naming spec
Mark Mueller
2014-01-27
1
-3
/
+3
*
mesa: Change many Type A MESA_FORMATs to meet naming standard
Mark Mueller
2014-01-27
1
-1
/
+1
*
mesa: Rename 4 color component unsigned byte MESA_FORMATs
Mark Mueller
2014-01-27
1
-4
/
+4
*
mesa: change gl_format to mesa_format
Mark Mueller
2014-01-27
1
-5
/
+5
*
i965/blorp: switch eu-emitter to use FS IR and fs_generator
Topi Pohjolainen
2014-01-23
1
-20
/
+0
*
i965/blorp: wrap brw_IF/ELSE/ENDIF() into eu-emitter
Topi Pohjolainen
2014-01-23
1
-9
/
+5
*
i965/blorp: wrap RNDD (/brw_RNDD(&func, /emit_rndd(/)
Topi Pohjolainen
2014-01-23
1
-2
/
+2
*
i965/blorp: wrap FRC (/brw_FRC(&func, /emit_frc(/)
Topi Pohjolainen
2014-01-23
1
-4
/
+4
*
i965/blorp: wrap MUL (/brw_MUL(&func, /emit_mul(/)
Topi Pohjolainen
2014-01-23
1
-9
/
+9
*
i965/blorp: wrap OR (/brw_OR(&func, /emit_or(/)
Topi Pohjolainen
2014-01-23
1
-24
/
+24
*
i965/blorp: wrap SHL (/brw_SHL(&func, /emit_shl(/)
Topi Pohjolainen
2014-01-23
1
-12
/
+12
*
i965/blorp: wrap SHR (/brw_SHR(&func, /emit_shr(/)
Topi Pohjolainen
2014-01-23
1
-12
/
+12
*
i965/blorp: wrap ADD (/brw_ADD(&func, /emit_add(/)
Topi Pohjolainen
2014-01-23
1
-18
/
+16
*
i965/blorp: wrap AND (/brw_AND(&func, /emit_and(/)
Topi Pohjolainen
2014-01-23
1
-39
/
+39
*
i965/blorp: wrap MOV (/brw_MOV(&func, /emit_mov(/)
Topi Pohjolainen
2014-01-23
1
-35
/
+33
*
i965/blorp: wrap emission of if-equal-assignment
Topi Pohjolainen
2014-01-23
1
-24
/
+6
*
i965/blorp: wrap emission of conditional assignment
Topi Pohjolainen
2014-01-23
1
-15
/
+4
*
i965/blorp: move emission of sample combining into eu-emitter
Topi Pohjolainen
2014-01-23
1
-9
/
+5
*
i965/blorp: move emission of rt-write into eu-emitter
Topi Pohjolainen
2014-01-23
1
-10
/
+5
*
i965/blorp: move emission of texture lookup into eu-emitter
Topi Pohjolainen
2014-01-23
1
-22
/
+12
*
i965/blorp: move emission of pixel kill into eu-emitter
Topi Pohjolainen
2014-01-23
1
-25
/
+3
*
i965/blorp: introduce separate eu-emitter for blit compiler
Topi Pohjolainen
2014-01-23
1
-38
/
+5
*
i965/blorp: use BRW_COMPRESSION_2NDHALF for second half LPR
Topi Pohjolainen
2014-01-22
1
-16
/
+30
*
i965/blorp: patch jump counters also for endif
Topi Pohjolainen
2014-01-22
1
-0
/
+2
*
i965/blorp: reduce the scope of the explicit compression control
Topi Pohjolainen
2014-01-20
1
-11
/
+20
*
i965/blorp: remove dependency to compression control state
Topi Pohjolainen
2014-01-20
1
-4
/
+3
*
i965/blorp: allow unit tests to compile and dump assembly
Topi Pohjolainen
2013-12-27
1
-3
/
+16
*
i965/blorp: Get rid of redundant num_samples blorp param.
Paul Berry
2013-12-09
1
-5
/
+0
*
i965: Document conventions for counting layers in 2D multisample buffers.
Paul Berry
2013-12-09
1
-0
/
+8
*
i965/gen6: Fix multisample resolve blits for luminance/intensity 32F formats.
Paul Berry
2013-11-29
1
-0
/
+15
*
i965: Disable BLORP on Broadwell for now.
Kenneth Graunke
2013-11-21
1
-2
/
+2
*
i965: Move #define's inside function as local variables
Anuj Phogat
2013-11-11
1
-8
/
+5
*
i965: Do not set bilinear_filter flag in case of multisample blits
Anuj Phogat
2013-10-28
1
-1
/
+1
*
i965/blorp: Allow format conversions for CopyTexSubImage.
Kenneth Graunke
2013-10-09
1
-1
/
+14
*
i965/blorp: Rework sRGB override behavior.
Kenneth Graunke
2013-10-09
1
-5
/
+9
*
i965/blorp: Add an is_render_target parameter to surface_info::set.
Kenneth Graunke
2013-10-09
1
-2
/
+2
*
i965/blorp: Fix the register types on blorp's push constants.
Eric Anholt
2013-10-09
1
-16
/
+16
*
i965/blorp: retype destination register for texture SEND instruction to UW.
Paul Berry
2013-09-30
1
-1
/
+1
*
i965/blorp: Add support for single sample scaled blit with bilinear filter
Anuj Phogat
2013-08-16
1
-34
/
+62
*
i965/blorp: Define a function to clamp texture coordinates
Anuj Phogat
2013-08-16
1
-24
/
+39
*
i965/blorp: Use more appropriate variable names
Anuj Phogat
2013-08-16
1
-13
/
+11
*
i965: Initialize inout_offset parameter to brw_search_cache().
Paul Berry
2013-07-25
1
-1
/
+1
*
i965: Delete intel_context entirely.
Kenneth Graunke
2013-07-09
1
-4
/
+3
[next]