index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
Commit message (
Expand
)
Author
Age
Files
Lines
*
scons: Whenever possible decide what to do based on platform and not compiler.
Jose Fonseca
2016-04-26
1
-2
/
+1
*
glsl: add ability to use essl 3.20
Ilia Mirkin
2016-04-25
2
-0
/
+2
*
main: select ES3.2 version when all extensions are available
Ilia Mirkin
2016-04-25
1
-1
/
+17
*
mesa/st: log some additional invalid-fbo cases
Rob Clark
2016-04-25
1
-0
/
+3
*
i965: Unroll SIMD16 DDY_FINE on Sandybridge.
Kenneth Graunke
2016-04-25
1
-1
/
+5
*
mesa/gles: Allow format GL_RED to be used with MESA_FORMAT_R_UNORM
Jordan Justen
2016-04-25
1
-0
/
+2
*
i965: Mark URB reads as volatile.
Kenneth Graunke
2016-04-25
1
-0
/
+3
*
i965: Make a few tessellation related functions non-static.
Kenneth Graunke
2016-04-25
3
-47
/
+51
*
i965/tex_image: Flush certain subnormal ASTC channel values
Nanley Chery
2016-04-23
1
-0
/
+87
*
i965/blorp: Enable for buffer resolves
Topi Pohjolainen
2016-04-23
1
-1
/
+1
*
i965/blorp: Enable for normal color clears
Topi Pohjolainen
2016-04-23
1
-0
/
+9
*
i965/blorp: Fix clear code for ignoring colormask for XRGB formats on Gen9+
Topi Pohjolainen
2016-04-23
1
-7
/
+26
*
mesa/formats: Take luminance into account in component count
Topi Pohjolainen
2016-04-23
1
-0
/
+1
*
i965/blorp: Do not trigger re-emission of base state address
Topi Pohjolainen
2016-04-23
2
-2
/
+0
*
i965/blorp: Reconfigure base state address only if needed
Topi Pohjolainen
2016-04-23
3
-3
/
+7
*
i965/blorp: Use BRW_NEW_BLORP instead of trashing all state bits
Topi Pohjolainen
2016-04-23
2
-5
/
+2
*
i965: Make all atoms to track BRW_NEW_BLORP by default
Kenneth Graunke
2016-04-23
62
-46
/
+179
*
i965: Introduce state flag for blorp
Topi Pohjolainen
2016-04-23
2
-0
/
+3
*
i965/blorp/gen6: Use normal base state address setup
Topi Pohjolainen
2016-04-23
3
-54
/
+5
*
i965: Remove pointers to non-existing atoms
Topi Pohjolainen
2016-04-23
1
-8
/
+0
*
i965: Disable KHR_texture_compression_astc_hdr on Gen9
Nanley Chery
2016-04-22
2
-4
/
+3
*
i965: Disable channel expressions for scalar GS, TCS, TES.
Kenneth Graunke
2016-04-22
1
-1
/
+3
*
i965/blorp: Add support for 2x msaa
Topi Pohjolainen
2016-04-22
2
-10
/
+9
*
i965/blorp: Add support for encoding/decoding interleaved 2x msaa
Topi Pohjolainen
2016-04-22
1
-8
/
+36
*
i965: don't lower mod() in glsl ir
Samuel Iglesias Gonsálvez
2016-04-22
1
-1
/
+0
*
i965/surface_state: Use libisl functions for image format lowering
Jason Ekstrand
2016-04-21
3
-120
/
+12
*
i965/fs_surface_builder: Use isl instead of mesa for format info
Jason Ekstrand
2016-04-21
1
-66
/
+52
*
i965/fs_surface_builder: Add a helper for converting GL to ISL formats
Jason Ekstrand
2016-04-21
1
-0
/
+55
*
i965/fs_surface_builder: Explicitly handle FORMAT_NONE in num_image_coordinates
Jason Ekstrand
2016-04-21
1
-0
/
+1
*
i965/fs_surface_builder: Take a GL format enum instead of mesa_format
Jason Ekstrand
2016-04-21
3
-9
/
+10
*
i965: Add a dependency on libisl
Jason Ekstrand
2016-04-21
1
-1
/
+6
*
st/mesa: check return value of begin/end_query
Nicolai Hähnle
2016-04-21
1
-22
/
+33
*
i965: Always use Y-tiled buffers on SKL+
Ben Widawsky
2016-04-21
4
-8
/
+30
*
gallium: use PIPE_SHADER_* everywhere, remove TGSI_PROCESSOR_*
Marek Olšák
2016-04-22
5
-55
/
+55
*
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
[next]