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
*
nir: use Python to autogenerate opcode information
Connor Abbott
2015-01-24
1
-0
/
+1
*
i965: Convert CMP.GE -(abs)reg 0 -> CMP.Z reg 0.
Matt Turner
2015-01-23
2
-0
/
+24
*
i965/fs: Add support for removing MOV.NZ instructions.
Matt Turner
2015-01-23
2
-3
/
+52
*
i965/fs: Allow flipping cond mod for negated arguments.
Matt Turner
2015-01-23
2
-3
/
+39
*
i965/fs: Propagate cmod across flag read if it contains the same value.
Matt Turner
2015-01-23
2
-2
/
+55
*
i965/fs: Add unit tests for cmod propagation pass.
Matt Turner
2015-01-23
2
-0
/
+318
*
i965/fs: Add pass to propagate conditional modifiers.
Matt Turner
2015-01-23
4
-0
/
+101
*
i965/fs: Eliminate null-dst instructions without side-effects.
Matt Turner
2015-01-23
1
-0
/
+11
*
i965/fs: Apply conditional mod specially to split MAD/LRP.
Matt Turner
2015-01-23
1
-4
/
+20
*
i965/fs: Add a pass to fixup 3-src instructions that have a null dest.
Matt Turner
2015-01-23
2
-0
/
+18
*
i965: Add is_3src() to backend_instruction.
Matt Turner
2015-01-23
3
-5
/
+8
*
i965: Add backend_instruction::can_do_cmod().
Matt Turner
2015-01-23
2
-0
/
+46
*
i965/cfg: Add a foreach_block_reverse macro.
Matt Turner
2015-01-23
1
-0
/
+3
*
i965/cfg: Add a foreach_inst_in_block_reverse_safe macro.
Matt Turner
2015-01-23
1
-0
/
+3
*
i965: Don't make instructions with a null dest a barrier to scheduling.
Matt Turner
2015-01-23
1
-4
/
+8
*
i965/fs: Allow SIMD16 on pre-SNB when try_replace_with_sel is successful
Ian Romanick
2015-01-23
3
-13
/
+13
*
i965/nir: Report NIR instruction counts (in SSA form) via KHR_debug.
Kenneth Graunke
2015-01-23
1
-0
/
+32
*
i965/nir: Print NIR on INTEL_DEBUG=fs.
Kenneth Graunke
2015-01-23
1
-0
/
+11
*
i965/nir: Do optimizations again just before lowering source mods.
Kenneth Graunke
2015-01-23
1
-13
/
+21
*
mesa: Build with subdir-objects.
Matt Turner
2015-01-23
5
-573
/
+562
*
mesa: Drop inclusion of glapi_gen.mk.
Matt Turner
2015-01-23
1
-5
/
+1
*
mesa: Add format_{un,}pack.py to distribution.
Matt Turner
2015-01-23
1
-0
/
+2
*
mesa: Remove pack_tmp.h from sources.
Matt Turner
2015-01-23
1
-1
/
+0
*
i965: Fix min_vs_entries for CHV
Ville Syrjälä
2015-01-23
1
-1
/
+1
*
i965: Fix max_wm_threads for CHV
Ville Syrjälä
2015-01-23
1
-1
/
+1
*
i965/emit: Assert that src1 is not an MRF after doing the MRF->GRF conversion
Jason Ekstrand
2015-01-22
1
-1
/
+1
*
i965/emit: Do the sampler index adjustment directly in header.0.3
Jason Ekstrand
2015-01-22
4
-7
/
+5
*
meta: Move loop declaration to top of block.
José Fonseca
2015-01-22
1
-2
/
+4
*
i965/tex_subimage: use meta instead of the blitter for PBO TexSubImage
Jason Ekstrand
2015-01-22
1
-100
/
+15
*
i965/tex_image: Use meta for instead of the blitter PBO TexImage and GetTexImage
Jason Ekstrand
2015-01-22
1
-179
/
+18
*
i965/pixel_read: Use meta_pbo_GetTexSubImage for PBO ReadPixels
Jason Ekstrand
2015-01-22
1
-118
/
+3
*
meta: Add an implementation of GetTexSubImage for PBOs
Jason Ekstrand
2015-01-22
2
-0
/
+125
*
meta: Add a BlitFramebuffers-based implementation of TexSubImage
Jason Ekstrand
2015-01-22
3
-0
/
+248
*
formats: Use a hash table for _mesa_format_from_array_format
Jason Ekstrand
2015-01-22
1
-12
/
+56
*
i965: Implement SetTextureStorageForBufferObject
Jason Ekstrand
2015-01-22
1
-0
/
+57
*
i965: Apply the miptree offset to surface state for renderbuffers
Jason Ekstrand
2015-01-22
4
-4
/
+8
*
i965/mipmap_tree: Add a depth parameter to create_for_bo
Jason Ekstrand
2015-01-22
6
-7
/
+14
*
mesa/dd: Add a function for creating a texture from a buffer object
Jason Ekstrand
2015-01-22
1
-0
/
+16
*
i965/vec4: Fix fprintf argument ordering.
Matt Turner
2015-01-21
1
-2
/
+2
*
mesa: change assert to unreachable in two format functions
Tobias Klausmann
2015-01-21
2
-2
/
+2
*
mesa: Add assert to check number of vector elements
Jan Vesely
2015-01-21
2
-0
/
+2
*
mesa: Fix some signed-unsigned comparison warnings
Jan Vesely
2015-01-21
27
-52
/
+54
*
mesa: remove comparisons that are always true
Jan Vesely
2015-01-21
2
-3
/
+0
*
i965: Extract scalar region checking logic
Ben Widawsky
2015-01-20
3
-7
/
+15
*
i965: Add QWORD sizes to type_sz macro
Ben Widawsky
2015-01-20
1
-0
/
+3
*
i965: Work around mysterious Gen4 GPU hangs with minimal state changes.
Kenneth Graunke
2015-01-19
1
-0
/
+13
*
i965/nir: Enable SIMD16 support in the NIR FS backend.
Kenneth Graunke
2015-01-19
1
-2
/
+1
*
i965/nir: Use offset() instead of altering reg_offset directly.
Kenneth Graunke
2015-01-19
1
-59
/
+32
*
i965/nir: Replace fs_reg(GRF, virtual_grf_alloc(...)) with vgrf(...).
Kenneth Graunke
2015-01-19
3
-13
/
+23
*
i965: Replace fs_reg(fs_visitor, type) with fs_visitor::vgrf(type).
Kenneth Graunke
2015-01-19
6
-128
/
+122
[next]