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
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: merge PIPE_SWIZZLE_* and UTIL_FORMAT_SWIZZLE_*
Marek Olšák
2016-04-22
3
-50
/
+50
*
i965: Fix clear code for ignoring colormask for XRGB formats on Gen9+.
Kenneth Graunke
2016-04-21
1
-0
/
+1
*
i965/blorp: Improve precission of blitting coordinates when clipping
Iago Toral Quiroga
2016-04-21
1
-61
/
+163
*
i965/fs: Readd opt_drop_redundant_mov_to_flags().
Matt Turner
2016-04-21
2
-0
/
+41
*
i965/blorp: Do not emit pma stall on gen9+
Topi Pohjolainen
2016-04-21
1
-1
/
+3
*
i965: automake: remove gratuitous "+" during variable assignment
Emil Velikov
2016-04-21
1
-2
/
+2
*
dri/common: add MESA_FORMAT_R8G8B8{A8, X8}_UNORM formats as supported configs
Rob Herring
2016-04-21
1
-0
/
+10
*
i965: add build rule for brw_nir_trig_workarounds.c on Android
Rob Herring
2016-04-21
4
-2
/
+49
*
i965/tiled_memcpy: don't unconditionally use __builtin_bswap32
Jonathan Gray
2016-04-21
1
-1
/
+14
*
i965/blorp: Reduce the urb size requirement for vertex buffer
Topi Pohjolainen
2016-04-21
1
-5
/
+4
*
i965/blorp: Reduce the size of vertex buffer
Topi Pohjolainen
2016-04-21
1
-12
/
+19
*
i965/blorp: Do not tricker urb re-configuration unnecessarily
Topi Pohjolainen
2016-04-21
2
-1
/
+5
*
i965/blorp: Skip re-emitting urb config whenever possible
Topi Pohjolainen
2016-04-21
1
-0
/
+15
*
i965/blorp: Prepare to switch from compute pipeline
Topi Pohjolainen
2016-04-21
1
-0
/
+2
*
i965/blorp: Skip uploading state/options not needed for clears
Topi Pohjolainen
2016-04-21
3
-17
/
+37
*
i965/blorp: Re-introduce clear programs
Topi Pohjolainen
2016-04-21
5
-4
/
+473
*
i965/meta: Move check for srgb into is_color_fast_clear_compatible()
Topi Pohjolainen
2016-04-21
2
-17
/
+19
*
i965/meta: Expose check for fast clear compatibility
Topi Pohjolainen
2016-04-21
2
-20
/
+25
*
i965/meta: Expose fast clear value setup
Topi Pohjolainen
2016-04-21
2
-5
/
+10
*
i965/meta: Expose non-fast clear rectangle calculation
Topi Pohjolainen
2016-04-21
2
-10
/
+21
*
i965/meta: Expose resolve clear rectangle calculation
Topi Pohjolainen
2016-04-21
2
-7
/
+15
*
i965/meta: Expose fast clear rectangle calculation
Topi Pohjolainen
2016-04-21
2
-19
/
+33
*
i965: Declare input to mcs alignment calculation constant
Topi Pohjolainen
2016-04-21
2
-2
/
+2
*
i965/blorp: Switch the order of render and texture targets
Topi Pohjolainen
2016-04-21
2
-1
/
+5
*
i965/blorp: Reduce scope for generator and its inputs
Topi Pohjolainen
2016-04-21
3
-26
/
+25
*
i965/blorp: Add support for disabling color blending
Topi Pohjolainen
2016-04-21
4
-0
/
+19
*
i965/blorp: Add support for setting fast clear operation
Topi Pohjolainen
2016-04-21
4
-0
/
+5
*
i965/blorp: Enable blits on gen8
Topi Pohjolainen
2016-04-21
3
-6
/
+9
*
i965/blorp: Prepare stencil sampling for gen8
Topi Pohjolainen
2016-04-21
2
-3
/
+4
*
i965/blorp: Add check for supported sample numbers
Topi Pohjolainen
2016-04-21
2
-2
/
+17
*
i965/blorp: Add support for sampling 3D textures
Topi Pohjolainen
2016-04-21
3
-6
/
+23
*
i965/blorp: Add support for source swizzle
Topi Pohjolainen
2016-04-21
5
-9
/
+29
*
i965/blorp: Pipeline upload support for gen8
Topi Pohjolainen
2016-04-21
3
-0
/
+699
*
i965/gen8: Expose pma stall emission
Topi Pohjolainen
2016-04-21
2
-4
/
+8
*
i965: Allow texture surface state setup to be used by blorp
Topi Pohjolainen
2016-04-21
4
-6
/
+12
*
i965/blorp: Prepare sampling for gen9
Topi Pohjolainen
2016-04-21
1
-2
/
+14
*
i965/blorp: Prepare render target write for gen8
Topi Pohjolainen
2016-04-21
5
-8
/
+10
*
i965/blorp/gen6: Prepare vertex buffer setup logic for gen8
Topi Pohjolainen
2016-04-21
1
-8
/
+22
*
i965/blorp/gen7: Expose state setup applicable to gen8
Topi Pohjolainen
2016-04-21
2
-11
/
+50
*
i965/blorp: Use 8k chunk size for urb allocation
Topi Pohjolainen
2016-04-21
1
-5
/
+14
*
i965/blorp/gen7: Prepare re-using for gen8
Topi Pohjolainen
2016-04-21
1
-2
/
+4
*
i965/blorp: Let compiler calculate the vertex buffer size
Topi Pohjolainen
2016-04-21
1
-21
/
+10
*
i965/gen8: Expose state base address setup
Topi Pohjolainen
2016-04-21
2
-2
/
+4
*
i965/gen8: Expose surface state helpers
Topi Pohjolainen
2016-04-21
2
-25
/
+41
*
i965/gen9: Use correct size for DS_STATE
Topi Pohjolainen
2016-04-21
1
-4
/
+18
*
i965: Fix interpolateAtSample() on single sampled buffers.
Kenneth Graunke
2016-04-20
1
-0
/
+15
*
i965: Fix gl_SampleMaskIn[] in per-sample shading mode.
Kenneth Graunke
2016-04-20
3
-2
/
+42
*
i965: Only enable oMask output when there's a multisample FBO.
Kenneth Graunke
2016-04-20
1
-1
/
+1
*
i965: Generalize wm_key->compute_sample_id to wm_key->multisample_fbo.
Kenneth Graunke
2016-04-20
3
-7
/
+6
*
i965: Delete now dead persample_2x FS program key flag.
Kenneth Graunke
2016-04-20
2
-5
/
+0
[next]