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
Commit message (
Expand
)
Author
Age
Files
Lines
*
android: Depend on gallium_dri from EGL, instead of linking in gallium.
Chih-Wei Huang
2015-06-09
1
-80
/
+3
*
android: add rules to build a gallium_dri.so
Chih-Wei Huang
2015-06-09
4
-2
/
+189
*
android: add rules to build gallium/state_trackers/dri
Chih-Wei Huang
2015-06-09
2
-2
/
+67
*
android: export more dirs from libmesa_dri_common
Chih-Wei Huang
2015-06-09
1
-1
/
+3
*
android: loader: export the path to be included
Chih-Wei Huang
2015-06-09
2
-1
/
+2
*
i965/gen9: Use raw PS invocation count for queries
Ben Widawsky
2015-06-09
1
-1
/
+1
*
glsl: fix comment typo: s/accpet/accept/
Brian Paul
2015-06-09
1
-1
/
+1
*
mesa: remove some MAX_NV_FRAGMENT_PROGRAM_* macros
Brian Paul
2015-06-09
2
-13
/
+4
*
fs/reg_allocate: Remove the MRF hack helpers from fs_visitor
Jason Ekstrand
2015-06-09
2
-16
/
+13
*
i965/fs: Don't let the EOT send message interfere with the MRF hack
Jason Ekstrand
2015-06-09
2
-3
/
+17
*
rtasm: Generalize executable memory allocator to all Unices.
Jose Fonseca
2015-06-09
1
-1
/
+1
*
i965/fs: Drop fs_inst::force_uncompressed.
Francisco Jerez
2015-06-09
1
-1
/
+0
*
i965/fs: Remove dead IR construction code from the visitor.
Francisco Jerez
2015-06-09
4
-439
/
+0
*
i965/fs: Migrate test_fs_cmod_propagation to the IR builder.
Francisco Jerez
2015-06-09
1
-52
/
+50
*
i965/fs: Migrate test_fs_saturate_propagation to the IR builder.
Francisco Jerez
2015-06-09
1
-35
/
+34
*
i965/fs: Migrate translation of NIR texturing instructions to the IR builder.
Francisco Jerez
2015-06-09
2
-5
/
+6
*
i965/fs: Migrate translation of NIR intrinsics to the IR builder.
Francisco Jerez
2015-06-09
2
-41
/
+42
*
i965/fs: Migrate translation of NIR ALU instructions to the IR builder.
Francisco Jerez
2015-06-09
3
-99
/
+99
*
i965/fs: Migrate translation of NIR control flow to the IR builder.
Francisco Jerez
2015-06-09
2
-12
/
+14
*
i965/fs: Migrate NIR variable handling to the IR builder.
Francisco Jerez
2015-06-09
1
-11
/
+10
*
i965/fs: Migrate NIR emit_percomp() to the IR builder.
Francisco Jerez
2015-06-09
2
-7
/
+12
*
i965/fs: Migrate CS terminate message to the IR builder.
Francisco Jerez
2015-06-09
1
-3
/
+2
*
i965/fs: Migrate VS output writes to the IR builder.
Francisco Jerez
2015-06-09
1
-13
/
+11
*
i965/fs: Migrate FS framebuffer writes to the IR builder.
Francisco Jerez
2015-06-09
3
-34
/
+35
*
i965/fs: Migrate FS alpha test to the IR builder.
Francisco Jerez
2015-06-09
1
-5
/
+5
*
i965/fs: Migrate FS discard handling to the IR builder.
Francisco Jerez
2015-06-09
1
-3
/
+3
*
i965/fs: Migrate FS gl_SamplePosition/ID computation code to the IR builder.
Francisco Jerez
2015-06-09
1
-25
/
+24
*
i965/fs: Migrate FS interpolation code to the IR builder.
Francisco Jerez
2015-06-09
2
-48
/
+46
*
i965/fs: Migrate shader time to the IR builder.
Francisco Jerez
2015-06-09
2
-36
/
+23
*
i965/fs: Migrate untyped surface read and atomic to the IR builder.
Francisco Jerez
2015-06-09
1
-28
/
+27
*
i965/fs: Migrate texturing implementation to the IR builder.
Francisco Jerez
2015-06-09
1
-81
/
+78
*
i965/fs: Migrate pull constant loads to the IR builder.
Francisco Jerez
2015-06-09
3
-31
/
+21
*
i965/fs: Migrate Gen4 send dependency workarounds to the IR builder.
Francisco Jerez
2015-06-09
2
-17
/
+11
*
i965/fs: Migrate lower_integer_multiplication to the IR builder.
Francisco Jerez
2015-06-09
1
-13
/
+11
*
i965/fs: Migrate lower_load_payload to the IR builder.
Francisco Jerez
2015-06-09
1
-23
/
+11
*
i965/fs: Migrate register spills and fills to the IR builder.
Francisco Jerez
2015-06-09
1
-14
/
+15
*
i965/fs: Migrate try_replace_with_sel to the IR builder.
Francisco Jerez
2015-06-09
1
-9
/
+9
*
i965/fs: Migrate opt_sampler_eot to the IR builder.
Francisco Jerez
2015-06-09
1
-2
/
+3
*
i965/fs: Migrate opt_peephole_sel to the IR builder.
Francisco Jerez
2015-06-09
1
-13
/
+12
*
i965/fs: Create and emit instructions in one step in opt_peephole_sel.
Francisco Jerez
2015-06-09
1
-24
/
+20
*
i965/fs: Migrate opt_cse to the IR builder.
Francisco Jerez
2015-06-09
1
-15
/
+12
*
i965/fs: Don't drop force_writemask_all and _sechalf when copying a CSE tempo...
Francisco Jerez
2015-06-09
1
-1
/
+2
*
i965/vec4: Take into account all instruction fields in CSE instructions_match().
Francisco Jerez
2015-06-09
1
-0
/
+8
*
i965/fs: Take into account all instruction fields in CSE instructions_match().
Francisco Jerez
2015-06-09
1
-8
/
+12
*
i965/fs: Migrate opt_peephole_predicated_break to the IR builder.
Francisco Jerez
2015-06-09
1
-3
/
+3
*
i965/fs: Migrate opt_combine_constants to the IR builder.
Francisco Jerez
2015-06-09
1
-9
/
+10
*
i965/fs: Allocate a common IR builder object in fs_visitor.
Francisco Jerez
2015-06-09
3
-1
/
+16
*
i965/fs: Introduce FS IR builder.
Francisco Jerez
2015-06-09
2
-0
/
+653
*
i965: Define consistent interface to enable instruction result saturation.
Francisco Jerez
2015-06-09
2
-0
/
+22
*
i965: Define consistent interface to enable instruction conditional modifiers.
Francisco Jerez
2015-06-09
2
-0
/
+22
[next]