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
*
nir: Add a fused multiply-add peephole
Jason Ekstrand
2015-01-15
1
-0
/
+2
*
i965/fs_nir: Turn on the peephole select optimization
Jason Ekstrand
2015-01-15
1
-0
/
+2
*
i965/fs_nir: Validate optimization passes
Jason Ekstrand
2015-01-15
1
-8
/
+15
*
nir: Differentiate between signed and unsigned versions of find_msb
Jason Ekstrand
2015-01-15
1
-6
/
+8
*
i965/fs_nir: Do retyping for ALU srouces in get_nir_alu_src
Jason Ekstrand
2015-01-15
1
-15
/
+8
*
i965/fs_nir: Convert the shader to/from SSA
Jason Ekstrand
2015-01-15
1
-0
/
+9
*
i965/fs_nir: Don't duplicate emit_general_interpolation
Jason Ekstrand
2015-01-15
2
-110
/
+4
*
i965/fs: Don't take an ir_variable for emit_general_interpolation
Jason Ekstrand
2015-01-15
4
-35
/
+41
*
i965/fs_nir: Add atomic counters support
Jason Ekstrand
2015-01-15
1
-3
/
+22
*
i965/fs_nir: Handle coarse/fine derivatives
Jason Ekstrand
2015-01-15
1
-0
/
+18
*
i965/fs_nir: Add support for sample_pos and sample_id
Jason Ekstrand
2015-01-15
1
-3
/
+14
*
Fix up varying pull constants
Jason Ekstrand
2015-01-15
1
-1
/
+1
*
i965/fs_nir: Use the correct texture offset immediate
Jason Ekstrand
2015-01-15
1
-4
/
+3
*
i965/fs_nir: Use the correct types for texture inputs
Jason Ekstrand
2015-01-15
1
-7
/
+25
*
i965/fs_nir: Make the sampler register always unsigned
Jason Ekstrand
2015-01-15
1
-2
/
+2
*
i965/fs: Only use nir for 8-wide non-fast-clear shaders.
Jason Ekstrand
2015-01-15
1
-1
/
+2
*
i965/fs: add a NIR frontend
Connor Abbott
2015-01-15
5
-4
/
+1756
*
i965/fs: Don't pass through the coordinate type
Connor Abbott
2015-01-15
3
-22
/
+21
*
i965/fs: make emit_fragcoord_interpolation() not take an ir_variable
Connor Abbott
2015-01-15
4
-9
/
+14
*
i965: Store the atoms directly in the context
Ian Romanick
2015-01-14
2
-4
/
+17
*
i965: Micro-optimize brw_get_index_type
Ian Romanick
2015-01-14
3
-14
/
+23
*
meta: Put _mesa_meta_in_progress in the header file
Ian Romanick
2015-01-14
2
-12
/
+5
*
i965: Fix "vertex" vs. "geometry" and "VS" vs. "GS" in debug output.
Kenneth Graunke
2015-01-14
4
-10
/
+21
*
i965: Pass a shader stage abbreviation to fs_generator().
Kenneth Graunke
2015-01-14
5
-11
/
+15
*
i965/miptree_map_blit: Don't do the initial copy if INVALIDATE_RANGE is set
Jason Ekstrand
2015-01-13
1
-8
/
+15
*
i965/fs: Allow constant propagation between different types
Jason Ekstrand
2015-01-13
1
-2
/
+2
*
i965: Fix bitcast operations with negate (ceil)
Iago Toral Quiroga
2015-01-13
2
-8
/
+14
*
i965: Sets missing vertex shader constant values for HighInt format
Eduardo Lima Mitev
2015-01-13
1
-0
/
+6
*
i965: Respect the no_8 flag on Gen6, not just Gen7+.
Kenneth Graunke
2015-01-12
1
-2
/
+2
*
i965: Consider SEL.{GE,L} to be commutative operations.
Matt Turner
2015-01-08
2
-10
/
+27
*
i965/cfg: Fix end_ip of last basic block.
Matt Turner
2015-01-08
1
-1
/
+1
*
main: Renamed _mesa_get_compressed_teximage to _mesa_GetCompressedTexImage_sw.
Laura Ekstrand
2015-01-08
1
-1
/
+1
*
main: Renamed _mesa_get_teximage to _mesa_GetTexImage_sw.
Laura Ekstrand
2015-01-08
1
-1
/
+1
*
main: Changed _mesa_alloc_texture_storage to _mesa_AllocTextureStorage_sw.
Laura Ekstrand
2015-01-08
2
-2
/
+2
*
main: Moved _mesa_lock_texture and _mesa_unlock_texture to texobj.h from texi...
Laura Ekstrand
2015-01-08
2
-0
/
+2
*
i965: blit_texture_to_pbo() now accepts TEXTURE_CUBE_MAP.
Laura Ekstrand
2015-01-08
1
-0
/
+1
*
i965/skl: Always use a header for SIMD4x2 sampler messages
Kristian Høgsberg
2015-01-08
5
-11
/
+54
*
i965/skl: Report more accurate number of samples for format
Kristian Høgsberg
2015-01-07
1
-0
/
+2
*
mesa: remove unused ctx parameter for _mesa_select_tex_image()
Brian Paul
2015-01-05
2
-4
/
+4
*
meta: init var to silence uninitialized variable warning
Brian Paul
2015-01-05
1
-1
/
+1
*
i965: Micro-optimize swizzle_to_scs() and make it inlinable.
Kenneth Graunke
2015-01-04
3
-27
/
+39
*
i965: Support MESA_FORMAT_R8G8B8X8_SRGB.
Kenneth Graunke
2015-01-04
1
-1
/
+4
*
i965: Fix BLORP sRGB MSAA overrides to cope with X vs. A formats.
Kenneth Graunke
2015-01-04
1
-2
/
+3
*
i965: Copy shader->shadow_samplers to prog->ShadowSamplers.
Kenneth Graunke
2015-01-04
1
-0
/
+1
*
i965: Make the precompile ignore DEPTH_TEXTURE_MODE on Gen7.5+.
Kenneth Graunke
2015-01-04
2
-2
/
+5
*
i965: Implement WaCsStallAtEveryFourthPipecontrol on IVB/BYT.
Kenneth Graunke
2015-01-04
2
-0
/
+34
*
i965: Make INTEL_DEBUG=state ignore state flags with a count of 1.
Kenneth Graunke
2015-01-03
1
-2
/
+4
*
i965: Fix INTEL_DEBUG=optimizer with VF types.
Kenneth Graunke
2015-01-03
2
-2
/
+2
*
i965: Show opt_vector_float() and later passes in INTEL_DEBUG=optimizer.
Kenneth Graunke
2015-01-03
1
-8
/
+12
*
swrast: Fix -Wduplicate-decl-specifier warning
Jeremy Huddleston Sequoia
2015-01-01
1
-2
/
+2
[next]