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
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Set brw->batch.emit only #ifdef DEBUG.
Matt Turner
2015-07-09
2
-1
/
+3
*
i965/hsw: Implement end of batch workaround
Ben Widawsky
2015-07-09
2
-2
/
+29
*
i965: Move pipecontrol workaround bo to brw_pipe_control
Chris Wilson
2015-07-08
6
-37
/
+64
*
i965: Query whether we have kernel support for the TIMESTAMP register once
Chris Wilson
2015-07-08
3
-5
/
+25
*
i965/vs: Fix matNxM vertex attributes where M != 4.
Kenneth Graunke
2015-07-07
1
-4
/
+11
*
i965/gen4-5: Enable 16-wide dispatch on shaders with control flow.
Francisco Jerez
2015-07-07
1
-7
/
+1
*
i965/gen4-5: Program the execution size correctly for DO/WHILE instructions.
Francisco Jerez
2015-07-07
1
-1
/
+1
*
i965/gen4-5: Set ENDIF dst and src0 fields to the null register.
Francisco Jerez
2015-07-07
1
-2
/
+2
*
i965: Reserve more batch space to accomodate Gen6 perfmonitors.
Kenneth Graunke
2015-07-06
1
-2
/
+2
*
i965/skl: Set the pulls bary bit in 3DSTATE_PS_EXTRA
Neil Roberts
2015-07-06
4
-0
/
+9
*
dri/common: allow BGRX sRGB visuals
Marek Olšák
2015-07-03
1
-0
/
+1
*
i965/fs: Don't disable SIMD16 when using the pixel interpolator
Neil Roberts
2015-07-03
1
-8
/
+3
*
i965: allocate at least 1 BLEND_STATE element
Mike Stroyan
2015-07-02
1
-1
/
+1
*
i965/gen9: use an unreserved surface alignment value
Nanley Chery
2015-07-01
1
-4
/
+4
*
i965/fs: Use the builder directly for the gen6 interpolation add(32)
Jason Ekstrand
2015-07-01
1
-6
/
+5
*
i965/fs: Relax fs_builder channel group assertion when force_writemask_all is...
Francisco Jerez
2015-07-01
3
-7
/
+7
*
nouveau: rename var name for nouveau_vieux to avoid conflict with nouveau
Ilia Mirkin
2015-07-01
1
-2
/
+2
*
i965/fs: Fix PIXEL_X/Y in regs_read()
Jason Ekstrand
2015-06-30
1
-1
/
+1
*
i965/fs: Remove the width field from fs_reg
Jason Ekstrand
2015-06-30
8
-107
/
+30
*
i965/fs_generator: Use inst->exec_size for determining hardware reg widths
Jason Ekstrand
2015-06-30
1
-7
/
+7
*
i965/fs: Use exec_size instead of dst.width for computing component size
Jason Ekstrand
2015-06-30
5
-8
/
+8
*
i965/fs: Use the builder dispatch_width for computing register offsets
Jason Ekstrand
2015-06-30
1
-1
/
+1
*
i965/fs: Use the builder dispatch width instead of dst.width for pull constants
Jason Ekstrand
2015-06-30
1
-4
/
+4
*
i965/fs: Remove exec_size guessing from fs_inst::init()
Jason Ekstrand
2015-06-30
1
-22
/
+0
*
i965/fs_builder: Use the dispatch width for setting exec sizes
Jason Ekstrand
2015-06-30
1
-9
/
+11
*
i965/fs: Use exec_size for determining regs read/written and partial writes
Jason Ekstrand
2015-06-30
1
-3
/
+3
*
i965/fs: Remove fs_inst constructors that don't take an explicit exec_size
Jason Ekstrand
2015-06-30
4
-39
/
+8
*
i965/fs: Make better use of the builder in shader_time
Jason Ekstrand
2015-06-30
1
-6
/
+8
*
i965/fs: Add a builder argument to offset()
Jason Ekstrand
2015-06-30
7
-123
/
+132
*
i965/fs: Move offset(fs_reg, unsigned) to brw_fs.h
Jason Ekstrand
2015-06-30
2
-21
/
+21
*
i965/blorp: Explicitly set execution sizes for new'd instructions
Jason Ekstrand
2015-06-30
1
-4
/
+5
*
i965/fs: Set the builder group for emitting FB-write stencil/AA alpha
Jason Ekstrand
2015-06-30
1
-1
/
+1
*
i965/fs: Explicitly set the exec_size on the add(32) in interpolation setup
Jason Ekstrand
2015-06-30
1
-4
/
+6
*
i965/fs: Properly handle LOAD_PAYLOAD in fs_inst::regs_read
Jason Ekstrand
2015-06-30
1
-0
/
+5
*
i965/fs: Report the right value in fs_inst::regs_read() for PIXEL_X/Y
Jason Ekstrand
2015-06-30
1
-2
/
+9
*
i965/fs: Fix fs_inst::regs_read() for uniform pull constant loads
Jason Ekstrand
2015-06-30
1
-0
/
+6
*
i965/fs: Actually set/use the mlen for gen7 uniform pull constant loads
Jason Ekstrand
2015-06-30
2
-13
/
+15
*
i965/fs: Use a switch statement in fs_inst::regs_read()
Jason Ekstrand
2015-06-30
1
-22
/
+23
*
i965/fs: emit constants only once
Connor Abbott
2015-06-30
2
-13
/
+16
*
i965/fs: use SSA values directly
Connor Abbott
2015-06-30
5
-30
/
+52
*
nir/from_ssa: add a flag to not convert everything from SSA
Connor Abbott
2015-06-30
1
-1
/
+1
*
i915: use EmitNoIndirectSampler
Tapani Pälli
2015-06-30
1
-0
/
+3
*
i965: use EmitNoIndirectSampler for gen < 7
Tapani Pälli
2015-06-30
1
-0
/
+4
*
i965: Don't use GCC extension for ?: with only two operands.
Kenneth Graunke
2015-06-29
1
-3
/
+5
*
i965/skl: Extract the blit command setup in to a helper
Anuj Phogat
2015-06-29
1
-32
/
+61
*
i965/gen9: Add XY_FAST_COPY_BLT support to intelEmitCopyBlit()
Anuj Phogat
2015-06-29
4
-63
/
+287
*
i965/gen9: Allocate YF/YS tiled buffer objects
Anuj Phogat
2015-06-29
1
-3
/
+62
*
i965: Make a helper function intel_miptree_can_use_tr_mode()
Anuj Phogat
2015-06-29
1
-11
/
+19
*
i965: Make a helper function intel_miptree_release_levels()
Anuj Phogat
2015-06-29
1
-6
/
+12
*
i965/gen9: Plugin the code for selecting YF/YS tiling on skl+
Anuj Phogat
2015-06-29
1
-17
/
+79
[next]