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
Commit message (
Expand
)
Author
Age
Files
Lines
*
ilo: add ilo_image_init_for_imported()
Chia-I Wu
2015-05-02
3
-60
/
+66
*
ilo: prepare for image init for imported bo
Chia-I Wu
2015-05-02
1
-120
/
+129
*
ilo: constify ilo_image_params
Chia-I Wu
2015-05-02
1
-11
/
+11
*
ilo: improve readability of ilo_image
Chia-I Wu
2015-05-02
6
-111
/
+127
*
ilo: move command builder to core
Chia-I Wu
2015-05-02
23
-61
/
+74
*
ilo: move ilo_state_3d* to core
Chia-I Wu
2015-05-02
9
-276
/
+274
*
ilo: add ilo_buffer.h to core
Chia-I Wu
2015-05-02
5
-90
/
+138
*
ilo: move BOs from ilo_texture to ilo_image
Chia-I Wu
2015-05-02
7
-39
/
+63
*
ilo: move ilo_layout.[ch] to core as ilo_image.[ch]
Chia-I Wu
2015-05-02
11
-487
/
+489
*
ilo: add ilo_format.[ch] to core
Chia-I Wu
2015-05-02
8
-169
/
+184
*
ilo: add ilo_fence.h to core
Chia-I Wu
2015-05-02
5
-58
/
+113
*
ilo: add ilo_dev_init() to core
Chia-I Wu
2015-05-02
4
-146
/
+195
*
ilo: rename ilo_dev_info to ilo_dev
Chia-I Wu
2015-05-02
25
-141
/
+141
*
ilo: move intel_winsys to ilo_dev_info
Chia-I Wu
2015-05-02
5
-13
/
+15
*
ilo: add ilo_dev.h to core
Chia-I Wu
2015-05-02
3
-38
/
+73
*
ilo: add ilo_debug.[ch] to core
Chia-I Wu
2015-05-02
5
-85
/
+158
*
ilo: add ilo_core.h to core
Chia-I Wu
2015-05-02
3
-14
/
+48
*
ilo: move intel_winsys.h to core
Chia-I Wu
2015-05-02
20
-19
/
+19
*
i965: Upload atomic buffer state for compute shaders
Jordan Justen
2015-05-02
4
-1
/
+29
*
i965/cs: Emit MEDIA_STATE_FLUSH after WALKER
Jordan Justen
2015-05-02
2
-0
/
+6
*
i965/cs: Implement brw_emit_gpgpu_walker
Jordan Justen
2015-05-02
2
-1
/
+51
*
i965/state: Emit pipeline select when changing pipelines
Jordan Justen
2015-05-02
4
-6
/
+36
*
i965: Implement DispatchCompute() back-end
Paul Berry
2015-05-02
4
-0
/
+127
*
main/cs: Implement front end code for glDispatchCompute().
Paul Berry
2015-05-02
1
-1
/
+19
*
mesa/cs: Add DispatchCompute() to driver function table.
Paul Berry
2015-05-02
1
-0
/
+7
*
i965/cs: Emit state base address
Jordan Justen
2015-05-02
2
-1
/
+3
*
i965/fs: Add CS shader time support
Jordan Justen
2015-05-02
4
-2
/
+33
*
i965/cs: Upload brw_cs_state
Jordan Justen
2015-05-02
4
-0
/
+109
*
i965/cs: Support CS program precompile
Jordan Justen
2015-05-02
4
-0
/
+41
*
i965: Add brw_setup_tex_for_precompile. Use in VS, GS & FS.
Jordan Justen
2015-05-02
3
-24
/
+24
*
i965/cs: Emit compute shader code and upload programs
Jordan Justen
2015-05-02
3
-0
/
+212
*
i965/cs: Set invocation counts based on max_cs_threads
Jordan Justen
2015-05-02
1
-0
/
+24
*
i965/cs: Add max_cs_threads
Jordan Justen
2015-05-02
4
-1
/
+14
*
i965: Remove comment about chv device numbers being preliminary
Jordan Justen
2015-05-02
1
-3
/
+0
*
i965/fs: Support compute programs in fs_visitor
Jordan Justen
2015-05-02
4
-3
/
+93
*
i965/cache: Add support for CS in program state cache
Jordan Justen
2015-05-02
4
-0
/
+54
*
i965/cs: Add brw_cs_prog_data, brw_cs_prog_key and brw_context::cs.
Paul Berry
2015-05-02
2
-0
/
+62
*
i965/cs: Add generator support for CS_OPCODE_CS_TERMINATE
Jordan Justen
2015-05-02
2
-0
/
+36
*
i965/cs: Mark g0 as used by CS_OPCODE_CS_TERMINATE
Jordan Justen
2015-05-02
1
-0
/
+4
*
i965/fs: Add emit_cs_terminate to emit CS_OPCODE_CS_TERMINATE
Jordan Justen
2015-05-02
2
-0
/
+23
*
i965/cs: Add CS_OPCODE_CS_TERMINATE
Jordan Justen
2015-05-02
2
-0
/
+7
*
i965/cs: Add BRW_NEW_CS_PROG_DATA and BRW_CACHE_CS_PROG
Jordan Justen
2015-05-02
3
-0
/
+6
*
i965: Add an INTEL_DEBUG=cs option.
Paul Berry
2015-05-02
2
-2
/
+4
*
mesa/cs: Add compute support to update_program().
Paul Berry
2015-05-02
1
-0
/
+21
*
mesa/cs: Update program.c for compute shaders.
Paul Berry
2015-05-02
1
-0
/
+3
*
mesa/cs: Add inline functions for dealing with compute shaders.
Paul Berry
2015-05-02
1
-0
/
+22
*
i965/cs: Add BRW_NEW_COMPUTE_PROGRAM state flag.
Paul Berry
2015-05-02
2
-0
/
+9
*
i965/fs: Strip trailing constant zeroes in sample messages
Neil Roberts
2015-05-01
2
-0
/
+50
*
i965/skl: Force the exec size to 8 when initing header for SIMD4x2
Neil Roberts
2015-05-01
2
-0
/
+2
*
i965: Unhardcode a few more stage names and abbreviations.
Kenneth Graunke
2015-04-30
2
-11
/
+5
[next]