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 Driver.InvalidateBufferSubData
Nicolai Hähnle
2016-01-14
2
-8
/
+9
*
mesa: fix the checks in _mesa_InvalidateBuffer(Sub)Data
Nicolai Hähnle
2016-01-14
1
-3
/
+15
*
texobj: Check completeness with InternalFormat rather than Mesa format
Neil Roberts
2016-01-14
1
-1
/
+1
*
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
6
-33
/
+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
*
st/mesa: fix incorrect buffer token passed to _mesa_BindFramebuffer()
Brian Paul
2016-01-13
1
-2
/
+2
*
i965/gen9: Don't allow the RGBX formats for texturing/rendering
Neil Roberts
2016-01-13
1
-0
/
+28
*
mesa: do not validate io of non-compute and compute stage
Tapani Pälli
2016-01-13
1
-0
/
+7
*
mesa: print the invalid enum when CreateShader fails
Timothy Arceri
2016-01-13
1
-1
/
+2
*
i965: Mark TCS URB writes as having side effects.
Kenneth Graunke
2016-01-12
1
-0
/
+1
*
mesa: use gl_shader_variable in program resource list
Tapani Pälli
2016-01-12
2
-19
/
+80
*
main: get rid of needless conditional
Erik Faye-Lund
2016-01-12
1
-13
/
+12
*
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
*
mesa: Refator _mesa_BindSampler to make _mesa_bind_sampler
Ian Romanick
2016-01-11
2
-6
/
+16
*
mesa: Add _mesa_set_sampler_srgb_decode method
Ian Romanick
2016-01-11
2
-0
/
+14
*
mesa: Add _mesa_set_sampler_filters method
Ian Romanick
2016-01-11
2
-0
/
+26
*
mesa: Add _mesa_set_sampler_wrap method
Ian Romanick
2016-01-11
2
-0
/
+20
*
mesa: Mark Identity as const
Ian Romanick
2016-01-11
1
-1
/
+1
*
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
*
mesa/uniform_query: add IROUNDD and use for doubles->ints (v2)
Dave Airlie
2016-01-11
2
-1
/
+8
*
mesa: Update todo regarding StencilOp and StencilOpSeparate.
Rhys Kidd
2016-01-11
1
-12
/
+6
*
mesa: merge bind_atomic_buffers_{base|range}
Nicolai Hähnle
2016-01-08
1
-106
/
+49
*
mesa: merge bind_shader_storage_buffers_{base|range}
Nicolai Hähnle
2016-01-08
1
-111
/
+51
*
mesa: merge bind_uniform_buffers_{base|range}
Nicolai Hähnle
2016-01-08
1
-108
/
+50
*
mesa: merge bind_xfb_buffers_{base|range}
Nicolai Hähnle
2016-01-08
1
-113
/
+59
*
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
*
mesa: Use separate indices for UBO & SSBO during binding
Jordan Justen
2016-01-08
1
-10
/
+20
*
mesa: Map program UBOs and SSBOs to Interface Blocks
Jordan Justen
2016-01-08
1
-0
/
+7
*
mesa/main: Avoid `void function returning a value` warning.
Jose Fonseca
2016-01-08
1
-2
/
+4
*
st/mesa: add support for POSITION and FACE system values
Marek Olšák
2016-01-08
4
-16
/
+44
*
program: add a helper for rewriting FP position input to sysval
Marek Olšák
2016-01-08
2
-0
/
+29
[next]