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
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
meta/blit: Don't return the texture handle from _mesa_meta_bind_rb_as_tex_image
Ian Romanick
2018-01-02
2
-9
/
+7
*
meta/blit: Don't return the target from _mesa_meta_bind_rb_as_tex_image
Ian Romanick
2018-01-02
2
-14
/
+10
*
meta/blit: Don't restore state of the temporary texture
Ian Romanick
2018-01-02
1
-21
/
+27
*
meta/blit: Check the values instead of the target before restoring
Ian Romanick
2018-01-02
1
-2
/
+6
*
intel/compiler/gen10: Disable push constants.
Rafael Antognolli
2017-12-19
1
-0
/
+7
*
i965: Allow old begin/end queryobj for gen4/5 with HW contexts
Chris Wilson
2017-12-15
1
-6
/
+0
*
i965: enable EXT_disjoint_timer_query extension
Tapani Pälli
2017-12-15
1
-0
/
+2
*
intel/decoder: Take a bit offset in gen_print_group
Jason Ekstrand
2017-12-14
1
-5
/
+5
*
i965: Don't allocate an MCS for 16x MSAA and width > 8192.
Kenneth Graunke
2017-12-14
1
-0
/
+4
*
i965: compute scratch space size correctly for Gen9+
Kevin Rogovin
2017-12-12
1
-1
/
+5
*
i965: Program MEDIA_VFE_STATE in a more readable fashion.
Kevin Rogovin
2017-12-12
1
-6
/
+13
*
xlib: call _mesa_warning() instead of fprintf()
Brian Paul
2017-12-12
1
-1
/
+2
*
i915: add missing 0 defines
Eric Engestrom
2017-12-12
1
-0
/
+2
*
i965: Add ARB_get_program_binary support using nir_serialization
Jordan Justen
2017-12-08
6
-6
/
+99
*
i965: Fix memory leak when serializing nir
Jordan Justen
2017-12-08
1
-0
/
+1
*
i965: Add brw_program_serialize_nir
Jordan Justen
2017-12-08
3
-6
/
+14
*
i965: Free serialized nir after deserializing
Jordan Justen
2017-12-08
1
-0
/
+6
*
i965: Add brw_program_deserialize_nir
Jordan Justen
2017-12-08
3
-23
/
+28
*
meta: Fix ClearTexture with GL_DEPTH_COMPONENT.
Kenneth Graunke
2017-12-06
1
-9
/
+14
*
meta: Initialize depth/clear values on declaration.
Kenneth Graunke
2017-12-06
1
-5
/
+2
*
i965: include brw_pipe_control.h in the tarball
Emil Velikov
2017-12-06
1
-0
/
+1
*
i965/cnl: Avoid fast-clearing sRGB render buffers
Nanley Chery
2017-12-04
1
-2
/
+12
*
meson: Install dri.pc file when building gallium dri drivers
Dylan Baker
2017-12-04
1
-7
/
+11
*
i965: read CS timestamp frequency from the kernel on Gen10+
Lionel Landwerlin
2017-12-04
1
-0
/
+24
*
i965: Emit CS stall before MEDIA_VFE_STATE.
Kenneth Graunke
2017-12-04
1
-0
/
+12
[next]