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
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: move disk cache from brw_context to intel_screen
Tapani Pälli
2018-01-30
5
-7
/
+12
*
mesa: replace GLenum with GLenum16 in common structures (v4)
Marek Olšák
2018-01-29
3
-5
/
+5
*
i965: Emit PIPE_CONTROL with ISP bit on older platforms.
Rafael Antognolli
2018-01-29
1
-1
/
+1
*
i965: fix disk_cache leak when destroying context
Tapani Pälli
2018-01-29
1
-0
/
+3
*
i965: fix prog_data leak in brw_disk_cache
Tapani Pälli
2018-01-29
1
-0
/
+2
*
meson: libdrm shouldn't appear in Requires.private: if it wasn't found
Jon Turney
2018-01-27
1
-1
/
+6
*
mesa: change gl_link_status enums to uppercase
Brian Paul
2018-01-26
7
-8
/
+8
*
mesa: change gl_compile_status enums to uppercase
Brian Paul
2018-01-26
1
-1
/
+1
*
i965/gen10: Use CS Stall instead of WriteImmediate.
cros-mesa-18.1_pre1-r4-vanilla
chadv/cros-mesa-18.1_pre1-r4-vanilla
Rafael Antognolli
2018-01-26
1
-6
/
+4
*
i965/gen10: Ignore push constant packets during context restore.
Rafael Antognolli
2018-01-26
3
-0
/
+54
*
nouveau: Remove no-op nvgl_logicop_func function
Ian Romanick
2018-01-26
3
-43
/
+2
*
i915: Silence unused parameter warnings
Ian Romanick
2018-01-26
1
-10
/
+11
*
i915: Make intelEmitCopyBlit static
Ian Romanick
2018-01-26
3
-167
/
+149
*
i965: Make intelEmitCopyBlit static
Ian Romanick
2018-01-26
2
-215
/
+199
*
i915: Use enum color_logic_ops for blits
Ian Romanick
2018-01-26
10
-40
/
+22
*
i965: Use enum color_logic_ops for blits
Ian Romanick
2018-01-26
8
-37
/
+20
*
mesa: Pass the translated color logic op dd_function_table::LogicOpcode
Ian Romanick
2018-01-26
9
-81
/
+16
*
i965: Use the translated color logic op from the context
Ian Romanick
2018-01-26
3
-44
/
+1
*
swrast: remove non-applicable GLX_SWAP_COPY_OML comment
Emil Velikov
2018-01-25
1
-3
/
+0
*
automake: small cleanup after the meson.build inclusion
Emil Velikov
2018-01-25
1
-2
/
+2
*
i965: Stop disabling aux during texture preparation
Jason Ekstrand
2018-01-24
3
-12
/
+8
*
i965/draw: Set NEW_AUX_STATE when draw aux changes
Jason Ekstrand
2018-01-24
1
-1
/
+4
*
i965: Replace draw_aux_buffer_disabled with draw_aux_usage
Jason Ekstrand
2018-01-24
4
-35
/
+27
*
i965/surface_state: Drop brw_aux_surface_disabled
Jason Ekstrand
2018-01-24
1
-20
/
+0
*
i965/miptree: Add an aux_disabled parameter to render_aux_usage
Jason Ekstrand
2018-01-24
5
-8
/
+17
*
i965/miptree: Take an aux_usage in prepare/finish_render
Jason Ekstrand
2018-01-24
4
-16
/
+8
*
vbo/i965: move vbo_all_varyings_in_vbos() to brw_draw.c
Brian Paul
2018-01-24
1
-1
/
+17
*
vbo: remove vbo_context.h and change includes to use vbo.h instead
Brian Paul
2018-01-24
3
-3
/
+3
*
nouveau: remove vbo_context() call
Brian Paul
2018-01-24
1
-2
/
+1
*
i965: use vbo_set_[indirect]_draw_func()
Brian Paul
2018-01-24
1
-3
/
+2
*
i965: Don't try to disable render aux buffers for compute
Topi Pohjolainen
2018-01-24
1
-2
/
+4
*
radeon: remove left over dead code
Eric Engestrom
2018-01-23
1
-6
/
+0
*
i965: Drop render_target_start from binding table struct.
Kenneth Graunke
2018-01-22
1
-6
/
+4
*
i965: make brw_context::num_samples unsigned int
Emil Velikov
2018-01-22
1
-1
/
+1
*
i965: Accept CONTEXT_ATTRIB_PRIORITY for brwCreateContext
Chris Wilson
2018-01-22
1
-1
/
+3
*
i965: Set tiling on BOs imported with modifiers
Jason Ekstrand
2018-01-21
1
-1
/
+10
*
i965/bufmgr: Add a create_from_prime_tiled function
Jason Ekstrand
2018-01-21
2
-8
/
+35
*
i965/miptree: Use the tiling from the modifier instead of the BO
Jason Ekstrand
2018-01-21
1
-4
/
+5
*
i965/miptree: Add an explicit tiling parameter to create_for_bo
Jason Ekstrand
2018-01-21
6
-10
/
+24
*
i965: Delete completely bogus comment
Kenneth Graunke
2018-01-20
1
-5
/
+0
*
autotools: include meson build files in tarball
Dylan Baker
2018-01-19
10
-7
/
+17
*
i965: Avoid problems from referencing orphaned BOs after growing.
Kenneth Graunke
2018-01-19
2
-24
/
+105
*
i965: Rename 'aux' to 'prog_data' in program cache.
Kenneth Graunke
2018-01-19
1
-15
/
+16
*
i965: Bind null render targets for shadow sampling + color.
Kenneth Graunke
2018-01-18
1
-1
/
+32
*
i965/screen: Allow drirc to set 'allow_rgb10_configs' again.
Mario Kleiner
2018-01-18
1
-1
/
+6
*
i965: Pass brw_growing_bo to grow_buffer().
Kenneth Graunke
2018-01-17
1
-11
/
+9
*
i965: Make a helper for recreating growing buffers.
Kenneth Graunke
2018-01-17
1
-13
/
+17
*
i965: Replace cpu_map pointers with a "use_shadow_copy" boolean.
Kenneth Graunke
2018-01-17
2
-21
/
+20
*
mesa: remove unneeded #includes of main/compiler.h
Brian Paul
2018-01-17
1
-1
/
+0
*
i915: No longer rely on compatability define in intel_bufmgr.h
Rhys Kidd
2018-01-17
1
-1
/
+1
[next]