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: include dispatch.h less
Marek Olšák
2018-04-12
20
-20
/
+0
*
mesa: Silence remaining unused parameter warnings in teximage.c
Ian Romanick
2018-04-11
1
-21
/
+21
*
mesa: Silence unused parameter warning in compressedteximage_only_format
Ian Romanick
2018-04-11
3
-10
/
+10
*
blorp: Silence unused function warnings
Nanley Chery
2018-04-11
1
-1
/
+1
*
mesa: Assert base format before truncating to unsigned short
Topi Pohjolainen
2018-04-11
1
-2
/
+3
*
i965: Remove brw_bo_alloc_tiled_2d from intel_detect_swizzling.
Kenneth Graunke
2018-04-10
1
-10
/
+4
*
mesa: fix glsl version mismatch in compat profile
Timothy Arceri
2018-04-11
1
-2
/
+6
*
st/mesa: finalise tcs/tes/geom NIR before storing it to the cache
Timothy Arceri
2018-04-10
1
-2
/
+9
*
st/mesa: exit st_translate_fragment_program() earlier for NIR path
Timothy Arceri
2018-04-10
1
-6
/
+6
*
st/glsl_to_nir: set paramater value offset as driver location for packed unif...
Timothy Arceri
2018-04-10
3
-11
/
+11
*
st/mesa: stop calling _mesa_init_shader_object_functions()
Timothy Arceri
2018-04-10
1
-1
/
+0
*
mesa/st/nir: fix instruction removal
Rob Clark
2018-04-09
1
-1
/
+1
*
mesa/st/nir: fix naked lowering pass call
Rob Clark
2018-04-09
1
-1
/
+1
*
i965: Make the miptree clear color setter take a gl_color_union
Nanley Chery
2018-04-09
3
-6
/
+7
*
i965/miptree: Move the clear color and value setter implementations
Nanley Chery
2018-04-09
2
-21
/
+30
*
i965: Use the brw_context for the clear color and value setters
Nanley Chery
2018-04-09
3
-6
/
+6
*
i965: return the fourcc saved in __DRIimage when possible
Xiong, James
2018-04-09
1
-3
/
+10
*
mesa: adds some comments regarding MESA_GLES_VERSION_OVERRIDE usage
Andres Gomez
2018-04-09
1
-2
/
+8
*
mesa: simplify MESA_GL_VERSION_OVERRIDE behavior of API override
Marek Olšák
2018-04-09
1
-12
/
+11
*
dri_util: don't fail when not supporting ARB_compatibility with GL3.1
Andres Gomez
2018-04-09
1
-0
/
+10
*
dri_util: when overriding, always reset the core version
Andres Gomez
2018-04-09
1
-4
/
+2
*
st/mesa: tex offsets can't be in a const or 2d-indexed
Ilia Mirkin
2018-04-07
1
-1
/
+5
*
i965: Use %x instead of %u in debug print.
Kenneth Graunke
2018-04-06
1
-1
/
+1
*
prog/nir: Simplify some load/store operations
Jason Ekstrand
2018-04-05
1
-40
/
+13
*
i965/surface_state: Emit the clear color address instead of value.
Rafael Antognolli
2018-04-05
1
-0
/
+22
*
i965/blorp: Update the fast clear value buffer.
Rafael Antognolli
2018-04-05
2
-0
/
+29
*
i965: Add aux_buf variable to simplify code.
Rafael Antognolli
2018-04-05
2
-21
/
+14
*
i965/miptree: Add new clear color BO for winsys aux buffers
Rafael Antognolli
2018-04-05
1
-0
/
+17
*
i965/miptree: Add space to store the clear value in the aux surface.
Rafael Antognolli
2018-04-05
2
-0
/
+33
*
st/mesa: set stencil border color the same as intensity
Marek Olšák
2018-04-04
1
-0
/
+2
*
Fix use of alloca() without #include <c99_alloca.h>
Jon Turney
2018-04-04
1
-0
/
+1
*
i965: Extend the negative 32-bit deltas to 64-bits
Sergii Romantsov
2018-04-03
1
-1
/
+1
*
st/mesa: Also use PIPE_FORMAT_R8G8B8A8_SRGB for framebuffer_sRGB.
Jakob Bornecrantz
2018-04-03
1
-1
/
+2
*
mesa: ensure that variable is initialized
Dylan Baker
2018-04-03
1
-1
/
+1
*
Revert "mesa: add GL_HALF_FLOAT as supported type to readpixels"
Tapani Pälli
2018-04-03
1
-2
/
+0
*
st/mesa: don't draw if the bound element array buffer is not allocated
Marek Olšák
2018-04-02
1
-0
/
+7
*
st/glsl_to_nir: gather next_stage in shader_info
Timothy Arceri
2018-04-02
1
-0
/
+15
*
vbo: Use alloca for _vbo_draw_indirect.
Mathias Fröhlich
2018-03-31
1
-24
/
+55
*
vbo: Remove unused includes to vbo_private.h
Mathias Fröhlich
2018-03-31
2
-3
/
+0
*
vbo: Move vbo_split into the tnl module.
Mathias Fröhlich
2018-03-31
12
-174
/
+178
*
vbo: Readd the arrays argument to the legacy draw methods.
Mathias Fröhlich
2018-03-31
7
-29
/
+18
*
vbo: Remove the now unused vbo draw path.
Mathias Fröhlich
2018-03-31
7
-97
/
+3
*
tnl: Push down the gl_vertex_array inputs into tnl drivers.
Mathias Fröhlich
2018-03-31
13
-9
/
+88
*
vbo: Remove vbo_indirect_draw_func.
Mathias Fröhlich
2018-03-31
3
-102
/
+30
*
i965: Push down the gl_vertex_array inputs into i965.
Mathias Fröhlich
2018-03-31
4
-6
/
+23
*
gallium: Push down the gl_vertex_array inputs into gallium.
Mathias Fröhlich
2018-03-31
5
-14
/
+52
*
spirv: Fix building with SCons
Neil Roberts
2018-03-30
2
-0
/
+4
*
mesa: fix MSVC bitshift overflow warnings
Brian Paul
2018-03-30
1
-1
/
+1
*
st/mesa: add missing GLSL_TYPE_[U]INT8 cases in st_glsl_type_dword_size()
Brian Paul
2018-03-30
1
-0
/
+3
*
vbo: MaxVertexAttribStride is not always set
Jakob Bornecrantz
2018-03-30
1
-1
/
+6
[next]