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
*
nir: move glsl_types.{cpp,h} to compiler
Emil Velikov
2016-01-26
12
-12
/
+11
*
nir: move shader_enums.[ch] to compiler
Emil Velikov
2016-01-26
2
-1
/
+2
*
i965/bxt: Fix conservative wm thread counts.
Ben Widawsky
2016-01-25
1
-1
/
+1
*
meta: Use internal functions to set texture parameters
Ian Romanick
2016-01-25
4
-24
/
+49
*
meta/blit: Restore GL_DEPTH_STENCIL_TEXTURE_MODE state for GL_TEXTURE_RECTANGLE
Ian Romanick
2016-01-25
1
-8
/
+8
*
meta/copy_image: Fix typo in comment
Ian Romanick
2016-01-25
1
-1
/
+1
*
mesa: Don't include meta.h
Ian Romanick
2016-01-25
1
-1
/
+0
*
Revert "mesa: enable enums for OES_geometry_shader"
Marek Olšák
2016-01-24
2
-86
/
+30
*
i965: Implement a drirc workaround for broken dual color blending.
Kenneth Graunke
2016-01-22
8
-9
/
+28
*
Revert "mesa: Deal with size differences between GLuint and GLhandleARB in Ge...
Jeremy Huddleston Sequoia
2016-01-22
1
-17
/
+1
*
i965/fs: Remove unused count from vs urb setup
Ben Widawsky
2016-01-22
1
-6
/
+0
*
mesa: Update _mesa_has_geometry_shaders
Marta Lofstedt
2016-01-22
1
-1
/
+2
*
mesa: enable enums for OES_geometry_shader
Marta Lofstedt
2016-01-22
2
-30
/
+86
*
glapi: add GL_OES_geometry_shader extension
Marta Lofstedt
2016-01-22
3
-0
/
+5
*
i915: correctly parse/set the context flags
Emil Velikov
2016-01-22
1
-0
/
+2
*
i965/vec4/tcs: Return NULL instead of false in brw_compile_tcs()
Eduardo Lima Mitev
2016-01-21
1
-1
/
+1
*
gallium: add GREMEDY_string_marker
Rob Clark
2016-01-21
4
-0
/
+16
*
mesa: wire up EmitStringMarker for KHR_debug
Rob Clark
2016-01-21
1
-0
/
+7
*
mesa: add GREMEDY_string_marker
Rob Clark
2016-01-21
6
-0
/
+28
*
texobj: Remove redundant checks that the texture cube faces match size
Neil Roberts
2016-01-21
1
-10
/
+0
*
texobj: Fix the completeness checks for cube textures
Neil Roberts
2016-01-21
1
-1
/
+11
*
mesa: Deal with size differences between GLuint and GLhandleARB in GetAttache...
Jeremy Huddleston Sequoia
2016-01-21
1
-1
/
+17
*
mesa: Fix format warnings
Jeremy Huddleston Sequoia
2016-01-21
1
-1
/
+1
*
mesa: Fix some function prototype mismatching
Jeremy Huddleston Sequoia
2016-01-21
4
-27
/
+26
*
i965: Implement compute sampler state atom.
Francisco Jerez
2016-01-19
4
-1
/
+24
*
i965: Trigger CS state reemission when new sampler state is uploaded.
Francisco Jerez
2016-01-19
2
-1
/
+2
*
mesa: remove link validation that should be done elsewhere
Timothy Arceri
2016-01-20
1
-60
/
+3
*
i965/vec4: Spaces around operators.
Matt Turner
2016-01-19
1
-1
/
+1
*
i965: Inform compiler of variable range to silence warning.
Matt Turner
2016-01-19
1
-1
/
+2
*
mesa: Move sanity check of BindVertexBuffer for OpenGL ES 3.1
Marta Lofstedt
2016-01-19
2
-1
/
+5
*
st/mesa: restore the stObj's size if it was cleared out
Ilia Mirkin
2016-01-18
1
-0
/
+6
*
i965: adding missing headers to the dist tarball
Emil Velikov
2016-01-18
1
-0
/
+2
*
mesa: fix segfault in glUniformSubroutinesuiv()
Timothy Arceri
2016-01-18
1
-0
/
+10
*
i965/fs: Always set channel 2 of texture headers in some stages
Jason Ekstrand
2016-01-15
1
-0
/
+8
*
i965/fs/generator: Take an actual shader stage rather than a string
Jason Ekstrand
2016-01-15
7
-11
/
+14
*
i965/vec4: Use UW type for multiply into accumulator on GEN8+
Jason Ekstrand
2016-01-15
1
-1
/
+5
*
i965: Apply add_const_offset_to_base for vec4 VS inputs too.
Kenneth Graunke
2016-01-14
1
-5
/
+5
*
i965: Make add_const_offset_to_base() work at the shader level.
Kenneth Graunke
2016-01-14
1
-17
/
+21
*
i965: Make an is_scalar boolean in brw_compile_vs().
Kenneth Graunke
2016-01-14
1
-5
/
+5
*
i965/gen7.5+: Disable resource streamer during GPGPU workloads.
Francisco Jerez
2016-01-14
3
-1
/
+42
*
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
*
st/mesa: use surface format to generate mipmaps when available
Ilia Mirkin
2016-01-14
1
-2
/
+8
*
gallium/st: add pipe_context::generate_mipmap()
Charmaine Lee
2016-01-14
1
-5
/
+12
*
st/mesa: declare struct pipe_screen in st_cb_bufferobjects.h
Brian Paul
2016-01-14
1
-0
/
+1
*
nir: Lower bitfield_extract.
Matt Turner
2016-01-14
3
-0
/
+7
*
st/mesa: add check for color logicop in blit_copy_pixels()
Brian Paul
2016-01-14
1
-0
/
+1
[next]