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
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965/vec4: Do separate copy followed by constant propagation after opt_vector...
Matt Turner
2014-12-29
1
-1
/
+2
*
i965/vec4: Allow constant propagation of VF immediates.
Matt Turner
2014-12-29
1
-1
/
+27
*
i965/vec4: Add parameter to skip doing constant propagation.
Matt Turner
2014-12-29
2
-3
/
+3
*
i965/vec4: Do CSE, copy propagation, and DCE after opt_vector_float().
Matt Turner
2014-12-29
1
-1
/
+5
*
i965/vec4: Perform CSE on MOV ..., VF instructions.
Matt Turner
2014-12-29
1
-5
/
+11
*
i965/vec4: Add pass to gather constants into a vector-float MOV.
Matt Turner
2014-12-29
2
-0
/
+62
*
i965: Add support for saturating immediates.
Matt Turner
2014-12-29
4
-0
/
+80
*
i965: Add fs_reg/src_reg constructors that take vf[4].
Matt Turner
2014-12-29
3
-0
/
+19
*
i965: Add missing BRW_NEW_*_PROG_DATA to texture/renderbuffer atoms.
Kenneth Graunke
2014-12-24
1
-2
/
+10
*
i965: Cache register write capability checks.
Kenneth Graunke
2014-12-24
1
-0
/
+12
*
i965: Use safer pointer arithmetic in gather_oa_results()
Chad Versace
2014-12-22
1
-1
/
+1
*
i965: Use safer pointer arithmetic in intel_texsubimage_tiled_memcpy()
Chad Versace
2014-12-22
1
-3
/
+4
*
i965: Fix intel_miptree_map() signature to be more 64-bit safe
Chad Versace
2014-12-22
5
-10
/
+24
*
i965: Remove spurious casts in copy_image_with_memcpy()
Chad Versace
2014-12-22
1
-4
/
+4
*
i965/fs: Add missing const qualifier.
Matt Turner
2014-12-19
1
-1
/
+1
*
mesa: Remove unnecessary -f from $(RM).
Matt Turner
2014-12-17
1
-3
/
+3
*
i965: Require pixel alignment for GPU copy blit
Cody Northrop
2014-12-16
2
-4
/
+6
*
i965: remove includes of sampler.h from extern "C" blocks
Mark Janes
2014-12-16
4
-5
/
+4
*
i965/query: Cache whether the batch references the query BO.
Kenneth Graunke
2014-12-16
2
-4
/
+26
*
i965/query: Use brw_bo_map to handle stall warnings.
Kenneth Graunke
2014-12-16
1
-7
/
+1
*
i965/query: Remove redundant drm_intel_bo_references call in CheckQuery.
Kenneth Graunke
2014-12-16
1
-7
/
+8
*
i965/query: Add query->bo == NULL early return in CheckQuery hook.
Kenneth Graunke
2014-12-16
1
-2
/
+8
*
i965/query: Set Ready flag in gen6_queryobj_get_results().
Kenneth Graunke
2014-12-16
1
-2
/
+2
*
i965/fs: Add a comment explaining what saturate propagation does.
Matt Turner
2014-12-16
1
-0
/
+14
*
i965: add test_vf_float_conversions to .gitignore
Juha-Pekka Heikkila
2014-12-16
1
-0
/
+1
*
i965: Make validate_reg tables constant
Juha-Pekka Heikkila
2014-12-16
1
-4
/
+4
*
i965: remove commented out code
Timothy Arceri
2014-12-16
1
-2
/
+0
*
i965/brw_reg: struct constructor now needs explicit negate and abs values.
Andres Gomez
2014-12-15
3
-2
/
+28
*
i965/vec4: Drop writemasks on scratch reads.
Kenneth Graunke
2014-12-12
1
-8
/
+0
*
osmesa: Add osmesa.def to distribution.
Matt Turner
2014-12-12
1
-1
/
+1
*
drivers/x11: Add headers to distribution.
Matt Turner
2014-12-12
1
-0
/
+2
*
mesa: Add scons files to distribution.
Matt Turner
2014-12-12
4
-2
/
+6
*
mesa: Add clean-local rule to remove .lib links.
Matt Turner
2014-12-12
1
-0
/
+6
*
xmlpool: Add $(MOS) and options.h to CLEANFILES.
Matt Turner
2014-12-12
1
-0
/
+1
*
dri: Add uninstall hooks to handle megadriver hardlinks.
Matt Turner
2014-12-12
1
-0
/
+5
*
swrast: Add headers to distribution.
Matt Turner
2014-12-12
1
-1
/
+2
*
r200: Add headers to distribution.
Matt Turner
2014-12-12
2
-2
/
+31
*
r200: Alphabetize source list.
Matt Turner
2014-12-12
1
-10
/
+10
*
radeon: Add headers to distribution.
Matt Turner
2014-12-12
2
-2
/
+31
*
radeon: Alphabetize source list.
Matt Turner
2014-12-12
1
-9
/
+9
*
nouveau: Add headers to distribution.
Matt Turner
2014-12-12
2
-1
/
+30
*
nouveau: Alphabetize source list.
Matt Turner
2014-12-12
1
-10
/
+10
*
i965: Add headers to distribution.
Matt Turner
2014-12-12
1
-0
/
+47
*
i965: Alphabetize source list.
Matt Turner
2014-12-12
1
-35
/
+35
*
i915: Add headers to distribution.
Matt Turner
2014-12-12
1
-1
/
+25
*
i915: Alphabetize source list.
Matt Turner
2014-12-12
1
-23
/
+23
*
include: Add remaining headers to distribution.
Matt Turner
2014-12-12
1
-1
/
+2
*
dri/common: Add files to distribution.
Matt Turner
2014-12-12
3
-1
/
+7
*
dri/common: Drop unused mmio.h.
Matt Turner
2014-12-12
1
-62
/
+0
*
r200: Avoid out of bounds array access.
Matt Turner
2014-12-12
1
-1
/
+1
[next]