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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
mesa: add support for memory object creation/import/delete
Andres Rodriguez
2017-08-06
6
-2
/
+233
*
mapi: add EXT_external_objects and EXT_external_objects_fd
Andres Rodriguez
2017-08-06
8
-1
/
+552
*
i965: Reduce passing 2x32b of reloc_domains to 2 bits
Chris Wilson
2017-08-04
23
-291
/
+127
*
i965: Convert reloc.target_handle into an index for I915_EXEC_HANDLE_LUT
Kenneth Graunke
2017-08-04
1
-2
/
+2
*
i965: Use a C99 initializer for new validation list entries.
Kenneth Graunke
2017-08-04
1
-10
/
+7
*
i965: Simplify some bo != batch->bo special cases.
Kenneth Graunke
2017-08-04
1
-27
/
+19
*
i965: Use I915_EXEC_BATCH_FIRST when available.
Kenneth Graunke
2017-08-04
4
-10
/
+33
*
i965: Move add_exec_bo()
Chris Wilson
2017-08-04
1
-53
/
+53
*
i965: Ignore reloc read/write domains
Chris Wilson
2017-08-04
1
-11
/
+7
*
i965: Use I915_EXEC_NO_RELOC
Chris Wilson
2017-08-04
1
-7
/
+33
*
i965: Initialize flags to 0 and |= in new flags.
Kenneth Graunke
2017-08-04
1
-3
/
+3
*
i965: Make add_exec_bo return the validation list index.
Kenneth Graunke
2017-08-04
1
-4
/
+5
*
i965: Track last location of bo used for the batch
Chris Wilson
2017-08-04
3
-2
/
+27
*
i965: Always use the pre-computed offset for the relocation entry
Chris Wilson
2017-08-04
2
-42
/
+36
*
i965: Make brw_emit_reloc assert that the target BO is non-NULL.
Kenneth Graunke
2017-08-04
1
-0
/
+2
*
i965: Prefer using streaming reads from WC mmaps
Chris Wilson
2017-08-04
1
-3
/
+15
*
st/mesa: fix handling of NumSamples=1 (v2)
Brian Paul
2017-08-03
3
-5
/
+7
*
st/mesa: minor clean-ups in st_atom_msaa.c
Brian Paul
2017-08-03
1
-16
/
+18
*
mesa: init more msaa fields
Brian Paul
2017-08-03
1
-0
/
+2
*
mesa: only check errors when the state change in glLogicOp()
Samuel Pitoiset
2017-08-03
1
-27
/
+29
*
mesa: only check errors when the state change in glBlendEquationSeparateiARB()
Samuel Pitoiset
2017-08-03
1
-20
/
+22
*
i965: Drop unnecessary I915_PARAM_HAS_EXEC_CAPTURE defines
Kenneth Graunke
2017-08-03
1
-3
/
+0
*
gallium/st: Add a method to flush outstanding swapbuffers
Thomas Hellstrom
2017-08-03
3
-0
/
+27
*
i965/blit: Remember to include miptree buffer offset in relocs
Chris Wilson
2017-08-02
2
-3
/
+3
*
i965: Set "Subslice Hashing Mode" to 16x16 on Apollolake.
Kenneth Graunke
2017-08-02
2
-0
/
+16
*
mesa/dri: drop unneeded mm.h include
Dave Airlie
2017-08-03
4
-4
/
+0
*
i965: simplify intel_image_format_lookup()
Emil Velikov
2017-08-02
1
-7
/
+3
*
i965: annotate struct intel_image_format as const
Emil Velikov
2017-08-02
3
-10
/
+10
*
i965: Delete pitch alignment assertion in get_blit_intratile_offset_el.
Kenneth Graunke
2017-08-02
1
-1
/
+0
*
st/mesa: replace st_shader_stage_to_ptarget
Nicolai Hähnle
2017-08-02
5
-31
/
+8
*
mesa: add GLSL 4.60 to shading_language_version()
Samuel Pitoiset
2017-08-02
1
-0
/
+2
*
mesa: add always-false enable for GL 4.6
Samuel Pitoiset
2017-08-02
1
-2
/
+18
*
mesa: add KHR_no_error support to glPolygonMode()
Samuel Pitoiset
2017-08-02
2
-0
/
+11
*
mesa: add polygon_mode() helper
Samuel Pitoiset
2017-08-02
1
-19
/
+28
*
mesa: add KHR_no_error support to glClearBufferiv()
Samuel Pitoiset
2017-08-02
2
-0
/
+11
*
mesa: add clear_bufferiv() helper
Samuel Pitoiset
2017-08-02
1
-14
/
+23
*
mesa: add KHR_no_error support to glClearBufferuiv()
Samuel Pitoiset
2017-08-02
2
-0
/
+13
*
mesa: add clear_bufferuiv() helper
Samuel Pitoiset
2017-08-02
1
-13
/
+22
*
mesa: add KHR_no_error support to glClearBufferfi()
Samuel Pitoiset
2017-08-02
2
-0
/
+13
*
mesa: add clear_bufferi() helper
Samuel Pitoiset
2017-08-02
1
-20
/
+30
*
mesa: add KHR_no_error support to glClearBufferfv()
Samuel Pitoiset
2017-08-02
2
-0
/
+13
*
mesa: add clear_bufferfv() helper
Samuel Pitoiset
2017-08-02
1
-14
/
+23
*
mesa: add KHR_no_error support to glClear*Buffer*Data()
Samuel Pitoiset
2017-08-02
2
-0
/
+94
*
mesa: add clear_buffer_sub_data_error() helper
Samuel Pitoiset
2017-08-02
1
-17
/
+35
*
mesa: make get_texbuffer_format() global
Samuel Pitoiset
2017-08-02
2
-3
/
+5
*
mesa: add KHR_no_error support to glLinkProgram()
Samuel Pitoiset
2017-08-02
2
-0
/
+21
*
mesa: add link_program() and link_program_error() helpers
Samuel Pitoiset
2017-08-02
1
-13
/
+33
*
mesa: add KHR_no_error support to glShaderSource()
Samuel Pitoiset
2017-08-02
2
-0
/
+13
*
mesa: add shader_source() helper
Samuel Pitoiset
2017-08-02
1
-11
/
+23
*
mesa: rename shader_source() to set_shader_source()
Samuel Pitoiset
2017-08-02
1
-2
/
+2
[prev]
[next]