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: 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
*
i965: Enable CCS_E sampling of sRGB textures as UNORM
Jason Ekstrand
2018-01-16
1
-3
/
+2
*
i965/draw: Do resolves properly for textures used by TXF
Jason Ekstrand
2018-01-16
1
-0
/
+41
*
i965/miptree: Refactor CCS_E and CCS_D cases in render_aux_usage
Jason Ekstrand
2018-01-16
1
-13
/
+15
*
Re-enable regular fast-clears (CCS_D) on gen9+
Jason Ekstrand
2018-01-16
2
-42
/
+25
*
i965: Track format and aux usage in the render cache
Jason Ekstrand
2018-01-16
5
-27
/
+92
*
i965: Call brw_cache_flush_for_render in predraw_resolve_framebuffer
Jason Ekstrand
2018-01-16
1
-0
/
+2
*
i965/gen6-7/sol: Bump primitive counter BO size.
Francisco Jerez
2018-01-16
1
-2
/
+3
*
i965/gen6-7/sol: Keep independent counters for the current and previous begin...
Francisco Jerez
2018-01-16
3
-27
/
+36
*
i965/gen6-7/sol: Restructure primitive counter into a separate type.
Francisco Jerez
2018-01-16
3
-39
/
+58
*
radeon: remove unneeded semicolons
Grazvydas Ignotas
2018-01-17
3
-3
/
+3
*
osmesa: don't check SmoothFlag twice
Grazvydas Ignotas
2018-01-17
1
-1
/
+0
*
Revert "i965: Enable flush control"
Adam Jackson
2018-01-15
2
-21
/
+1
*
meson: Use dependencies for nir
Dylan Baker
2018-01-11
2
-7
/
+7
*
meson: don't use intermediate variables that are immediately discarded
Dylan Baker
2018-01-11
1
-2
/
+1
*
meson: Use consistent style
Dylan Baker
2018-01-11
2
-13
/
+21
*
dri_util: remove ALLOW_RGB10_CONFIGS option (v2)
Marek Olšák
2018-01-10
2
-5
/
+2
*
i965/nir: lower TES PatchVerticesIn to a constant when a TCS is present
Iago Toral Quiroga
2018-01-10
1
-4
/
+22
*
glsl: remove Lower{TCS,TES}PatchVerticesIn
Iago Toral Quiroga
2018-01-10
1
-2
/
+0
*
i965: lower gl_PatchVerticesIn to a uniform
Iago Toral Quiroga
2018-01-10
1
-0
/
+8
*
i965/nir: add a helper to lower gl_PatchVerticesIn to a uniform
Iago Toral Quiroga
2018-01-10
1
-0
/
+25
*
intel: Apply Geminilake "Barrier Mode" workaround.
Kenneth Graunke
2018-01-09
2
-0
/
+20
*
i965: Torch public intel_batchbuffer_emit_dword/float helpers.
Kenneth Graunke
2018-01-06
2
-15
/
+2
*
i965: Require space for MI_BATCHBUFFER_END.
Kenneth Graunke
2018-01-06
1
-2
/
+5
*
i965: Shut up a few unused variable warnings.
Kenneth Graunke
2018-01-06
1
-2
/
+2
*
mesa: remove dd_function_table::GetCompressedTexSubImage and clean it up
Marek Olšák
2018-01-06
1
-1
/
+0
*
i965/screen: Honor 'allow_rgb10_configs' option. (v2)
Mario Kleiner
2018-01-03
1
-0
/
+19
*
dri/common: Add option to allow exposure of 10 bpc color configs. (v2)
Mario Kleiner
2018-01-03
1
-4
/
+8
*
i965/screen: Add basic support for rendering 10 bpc/depth 30 framebuffers. (v3)
Mario Kleiner
2018-01-03
1
-1
/
+11
*
i965/screen: Add XRGB2101010 and ARGB2101010 support for DRI3.
Mario Kleiner
2018-01-03
1
-0
/
+6
*
i965: Support accelerated blit for depth 30 formats. (v2)
Mario Kleiner
2018-01-03
1
-1
/
+19
*
i965: Support xrgb/argb2101010 formats for glx_texture_from_pixmap.
Mario Kleiner
2018-01-03
1
-2
/
+10
*
i965: Drop support for the legacy SNORM -> Float equation.
Kenneth Graunke
2018-01-02
1
-1
/
+0
*
meta: Don't pollute the texture namespace
Ian Romanick
2018-01-02
2
-29
/
+10
*
meta: Use _mesa_bind_texture instead of _mesa_BindTexture
Ian Romanick
2018-01-02
2
-5
/
+5
*
meta: Use _mesa_CreateTextures instead of _mesa_GenTextures
Ian Romanick
2018-01-02
1
-1
/
+1
*
meta: Track temporary textures using gl_texture_object instead of GL API obje...
Ian Romanick
2018-01-02
3
-17
/
+36
*
meta/blit: Track temporary texture using gl_texture_object instead of GL API ...
Ian Romanick
2018-01-02
2
-7
/
+7
*
meta/blit: Use _mesa_bind_texture instead of _mesa_BindTexture
Ian Romanick
2018-01-02
1
-1
/
+1
*
meta/blit: Don't bind texture in _mesa_meta_bind_rb_as_tex_image
Ian Romanick
2018-01-02
2
-7
/
+6
*
meta/blit: Track source texture using gl_texture_object instead of GL API obj...
Ian Romanick
2018-01-02
2
-0
/
+2
*
meta/blit: Since _mesa_meta_bind_rb_as_tex_image has only one output, return it
Ian Romanick
2018-01-02
2
-14
/
+14
[next]