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
/
dri
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
i965/fs: Don't constant propagate into integer math instructions.
Matt Turner
2015-04-24
2
-3
/
+5
*
i965/fs: Allow 2-src math instructions to have immediate src1.
Matt Turner
2015-04-24
2
-7
/
+11
*
i965: Add an INTEL_DEBUG=spill option to test spilling
Jason Ekstrand
2015-04-23
3
-1
/
+3
*
i965/debug: Use the ull specifier for DEBUG enum defines
Jason Ekstrand
2015-04-23
1
-31
/
+31
*
i965: Disallow linear blits that are not cacheline aligned.
Kenneth Graunke
2015-04-23
1
-8
/
+19
*
i965: Make intel_emit_linear_blit handle Gen8+ alignment restrictions.
Kenneth Graunke
2015-04-23
1
-8
/
+14
*
i965/nir: Use the correct offsets when handling register indirects
Jason Ekstrand
2015-04-22
1
-27
/
+27
*
i965: Add a brw_compiler structure and store the register sets in it
Jason Ekstrand
2015-04-22
7
-97
/
+120
*
i965: Rename brw_compile to brw_codegen
Jason Ekstrand
2015-04-22
29
-246
/
+246
*
i965: Use device_info instead of the context for computing vue maps
Jason Ekstrand
2015-04-22
4
-7
/
+12
*
i965: Use device_info instead of the context in instruction scheduling
Jason Ekstrand
2015-04-22
3
-14
/
+13
*
i965: Add a devinfo field to backend_visitor and use it for gen checks
Jason Ekstrand
2015-04-22
19
-221
/
+225
*
i965: Remove remaining uses of ctx->Const.UniformBooleanTrue in visitors
Jason Ekstrand
2015-04-22
2
-12
/
+6
*
i965/vec4: Add a devinfo field to the generator and use it for gen checks
Jason Ekstrand
2015-04-22
2
-46
/
+42
*
i965/fs: Add a devinfo field to the generator and use it for gen checks
Jason Ekstrand
2015-04-22
2
-59
/
+58
*
i965/device_info: Add a supports_simd16_3src flag
Jason Ekstrand
2015-04-22
6
-55
/
+56
*
i965/device_info: Add a HSW_FEATURES macro
Jason Ekstrand
2015-04-22
1
-3
/
+7
*
i965: Make the annotation code take a device_info instead of a context
Jason Ekstrand
2015-04-22
4
-10
/
+14
*
i965/fs: Remove the GL context from the generator
Jason Ekstrand
2015-04-22
2
-11
/
+1
*
i965: Remove the context field from brw_compiler
Jason Ekstrand
2015-04-22
15
-63
/
+42
*
i965: Make the disassembler take a device_info instead of a context
Jason Ekstrand
2015-04-22
11
-109
/
+99
*
i965: Make instruction compaction take a device_info instead of a context
Jason Ekstrand
2015-04-22
4
-109
/
+112
*
i965: Make the brw_inst helpers take a device_info instead of a context
Jason Ekstrand
2015-04-22
16
-995
/
+1006
*
i965/eu: Add a devinfo parameter to brw_compile
Jason Ekstrand
2015-04-22
2
-0
/
+2
*
i965: Do better fake context setup in unit tests
Jason Ekstrand
2015-04-22
5
-5
/
+24
*
i965: Remove the context parameter from brw_texture_offset
Jason Ekstrand
2015-04-22
5
-12
/
+5
*
android: xmlpool: cleanup the generation rules
Emil Velikov
2015-04-22
1
-3
/
+2
*
android: xmlpool: Get rid of the last use of intermediates-dir-for
Chih-Wei Huang
2015-04-22
2
-10
/
+7
*
android: export the path of the generated headers
Chih-Wei Huang
2015-04-22
2
-1
/
+2
*
android: fix the building rules for Android 5.0
Chih-Wei Huang
2015-04-22
3
-2
/
+9
*
android: dri: link against libmesa_util
Emil Velikov
2015-04-22
1
-1
/
+2
*
android: add gallium dirs to more places in the tree
Emil Velikov
2015-04-22
1
-0
/
+2
*
android: dri/common: conditionally include drm_cflags/set __NOT_HAVE_DRM_H
Emil Velikov
2015-04-22
1
-0
/
+14
*
android: add $(mesa_top)/src include to the whole of mesa
Emil Velikov
2015-04-22
1
-1
/
+0
*
android: use LOCAL_SHARED_LIBRARIES over TARGET_OUT_HEADERS
Emil Velikov
2015-04-22
1
-1
/
+0
*
drirc: Add "Second Life" quirk (allow_glsl_extension_directive_midshader).
Kenneth Graunke
2015-04-21
1
-0
/
+4
*
i965/fs: Combine pixel center calculation into one inst.
Matt Turner
2015-04-21
3
-20
/
+63
*
i965/fs: Calculate delta_x and delta_y together.
Matt Turner
2015-04-21
7
-74
/
+79
*
i965/fs: Emit ADDs for gl_FragCoord, not virtual opcodes.
Matt Turner
2015-04-21
5
-51
/
+8
*
i965/fs: Manually set source regioning on PLN instructions.
Matt Turner
2015-04-21
1
-1
/
+13
*
i965/fs: Add LINTERP's src0 to fs_inst::regs_read().
Matt Turner
2015-04-21
1
-11
/
+2
*
i965/fs: Set compression only if writing two registers.
Matt Turner
2015-04-21
1
-1
/
+4
*
i965/fs: Allow an execution size of 32.
Matt Turner
2015-04-21
2
-1
/
+2
*
i965: Make type_sz() return unsigned.
Matt Turner
2015-04-21
1
-1
/
+1
*
i965: Replace guess_execution_size with something simpler.
Matt Turner
2015-04-21
4
-27
/
+35
*
i965/fs: Ensure delta_x/y are even-aligned registers on Gen6.
Matt Turner
2015-04-21
2
-3
/
+3
*
radeon: replace __FUNCTION__ with __func__
Marius Predut
2015-04-21
32
-116
/
+116
*
i965/skl: Fix the qpitch value
Neil Roberts
2015-04-20
2
-13
/
+59
*
i965/skl: Don't use ALL_SLICES_AT_EACH_LOD
Neil Roberts
2015-04-20
1
-10
/
+20
*
i965: Issue perf_debug messages for unsynchronized maps on !LLC systems.
Kenneth Graunke
2015-04-17
1
-5
/
+11
[prev]
[next]