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/gen7: Emit stall and dummy primitive draw after switching to the 3D pipe...
Francisco Jerez
2016-01-14
1
-0
/
+24
*
i965/gen4-5: Emit MI_FLUSH as required prior to switching pipelines.
Francisco Jerez
2016-01-14
1
-0
/
+13
*
i965/gen6-7: Implement stall and flushes required prior to switching pipelines.
Francisco Jerez
2016-01-14
1
-0
/
+37
*
i965/gen8+: Invalidate color calc state when switching to the GPGPU pipeline.
Francisco Jerez
2016-01-14
1
-0
/
+20
*
i965: Add state bit to trigger re-emission of color calculator state.
Francisco Jerez
2016-01-14
3
-0
/
+4
*
nir: Lower bitfield_extract.
Matt Turner
2016-01-14
3
-0
/
+7
*
i965: Remove unused hw_must_use_separate_stencil
Ben Widawsky
2016-01-13
3
-5
/
+1
*
i965: Drop extra newline from shader compile messages.
Matt Turner
2016-01-13
2
-2
/
+2
*
glsl: Delete the ir_binop_bfm and ir_triop_bfi opcodes.
Kenneth Graunke
2016-01-13
4
-29
/
+9
*
i965/fs: Skip assertion on NaN.
Matt Turner
2016-01-13
1
-1
/
+2
*
i965/fs: Add debugging to constant combining pass.
Matt Turner
2016-01-13
1
-1
/
+20
*
meta: remove const qualifier on _mesa_meta_fb_tex_blit_begin()
Brian Paul
2016-01-13
2
-2
/
+2
*
i965/gen9: Don't allow the RGBX formats for texturing/rendering
Neil Roberts
2016-01-13
1
-0
/
+28
*
i965: Mark TCS URB writes as having side effects.
Kenneth Graunke
2016-01-12
1
-0
/
+1
*
meta: Unconditionally set GL_SKIP_DECODE_EXT
Ian Romanick
2016-01-11
2
-11
/
+4
*
meta: Only bind the sampler in one place
Ian Romanick
2016-01-11
2
-8
/
+4
*
meta/decompress: Don't pollute the sampler object namespace
Ian Romanick
2016-01-11
1
-7
/
+15
*
meta/decompress: Save and restore the sampler using gl_sampler_object instead...
Ian Romanick
2016-01-11
1
-4
/
+5
*
meta/decompress: Track sampler using gl_sampler_object instead of GL API obje...
Ian Romanick
2016-01-11
2
-12
/
+12
*
meta/decompress: Use internal functions for sampler object access
Ian Romanick
2016-01-11
1
-4
/
+9
*
meta/generate_mipmap: Don't pollute the sampler object namespace
Ian Romanick
2016-01-11
1
-11
/
+11
*
meta/generate_mipmap: Save and restore the sampler using gl_sampler_object in...
Ian Romanick
2016-01-11
1
-4
/
+5
*
meta/generate_mipmap: Track sampler using gl_sampler_object instead of GL API...
Ian Romanick
2016-01-11
2
-14
/
+17
*
meta/generate_mipmap: Use internal functions for sampler object access
Ian Romanick
2016-01-11
1
-9
/
+11
*
meta/blit: Don't pollute the sampler object namespace in _mesa_meta_setup_sam...
Ian Romanick
2016-01-11
1
-7
/
+4
*
meta/blit: Save and restore the sampler using gl_sampler_object instead of GL...
Ian Romanick
2016-01-11
2
-5
/
+15
*
meta/blit: Use internal functions for sampler object access
Ian Romanick
2016-01-11
3
-19
/
+25
*
meta/blit: Group the SamplerParameteri calls with the other sampler operations
Ian Romanick
2016-01-11
1
-4
/
+4
*
i965: Upload 3DSTATE_BINDING_TABLE_POINTERS_HS when !TCS on Gen9+.
Kenneth Graunke
2016-01-11
1
-3
/
+4
*
Add missing platform information for KBL
Mark Janes
2016-01-11
1
-0
/
+5
*
glsl: Move _mesa_shader_stage_to_string/abbrev to shader_enums.c
Kristian Høgsberg Kristensen
2016-01-08
4
-4
/
+0
*
i965: Move GLSL lowering passes out of libi965_compiler.la
Kristian Høgsberg Kristensen
2016-01-08
1
-5
/
+5
*
i965/compiler: Enable more lowering in NIR
Jason Ekstrand
2016-01-07
1
-0
/
+7
*
i965: use _mesa_delete_buffer_object
Nicolai Hähnle
2016-01-07
1
-1
/
+1
*
i915: use _mesa_delete_buffer_object
Nicolai Hähnle
2016-01-07
1
-1
/
+1
*
radeon: use _mesa_delete_buffer_object
Nicolai Hähnle
2016-01-07
1
-1
/
+1
*
mesa: Add KBL PCI IDs and platform information.
Sarah Sharp
2016-01-06
1
-0
/
+60
*
nir: Add a lower_fdiv option, turn fdiv into fmul/frcp.
Kenneth Graunke
2016-01-05
1
-0
/
+1
*
i965: Only turn on ARB_compute_shader if we can write registers.
Kenneth Graunke
2016-01-05
1
-2
/
+3
*
i965: Use rcp in brw_lower_texture_gradients rather than 1.0 / x.
Kenneth Graunke
2016-01-05
1
-1
/
+1
*
i965/gen9: Modify the conditions to use blitter on skl+
Anuj Phogat
2016-01-05
1
-3
/
+9
*
i965/gen9: Return false in place of assert in intelEmitCopyBlit()
Anuj Phogat
2016-01-05
1
-3
/
+4
*
i965/gen9: Remove regions overlap check in fast copy blit
Anuj Phogat
2016-01-05
1
-5
/
+0
*
i965/gen9: Don't use fast copy blit in case of non power of 2 cpp
Anuj Phogat
2016-01-05
1
-2
/
+4
*
i915/i965: Fix typo in perf_debug message
Ian Romanick
2016-01-05
2
-2
/
+2
*
i965: quieten compiler warning about out-of-bounds access
Ilia Mirkin
2016-01-05
1
-0
/
+1
*
i965/wm: use binding size for ubo/ssbo when automatic size is unset
Ilia Mirkin
2016-01-05
1
-4
/
+10
*
Revert "i965/wm: use proper API buffer size for the surfaces."
Ilia Mirkin
2016-01-05
2
-9
/
+4
*
i965/wm: use proper API buffer size for the surfaces.
Samuel Iglesias Gonsálvez
2016-01-04
2
-4
/
+9
*
nouveau: fix double-const qualifier
Ilia Mirkin
2016-01-03
2
-2
/
+2
[next]