index
:
mesa/mesa
10.0
10.1
10.2
10.3
10.4
10.5
10.6
11.0
11.1
11.2
12.0
13.0
17.0
17.1
17.2
17.3
18.0
18.1
18.2
18.3
19.0
19.1
19.2
19.3
20.0
20.1
20.2
20.3
21.0
21.1
21.2
21.3
22.0
22.1
22.2
22.3
23.0
7.10
7.11
7.8
7.8-gles
7.9
8.0
9.0
9.1
9.2
amber
gallium-no-rhw-position
main
marge_bot_batch_merge_job
opengl-es-v2
staging/20.0
staging/20.1
staging/20.2
staging/20.3
staging/21.0
staging/21.1
staging/21.2
staging/21.3
staging/22.0
staging/22.1
staging/22.2
staging/22.3
staging/23.0
tess-use-io-semantics
virgl_fix_type_v1
The Mesa 3D Graphics Library (mirrored from https://gitlab.freedesktop.org/mesa/mesa)
brianp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
Age
Commit message (
Expand
)
Author
Files
Lines
2013-08-19
meta: Add default precision qualifier to all fragement shaders
Ian Romanick
1
-0
/
+18
2013-08-16
meta: Fix blitting a framebuffer with renderbuffer attachment
Anuj Phogat
1
-10
/
+15
2013-08-16
i965: Force X-tiling for 128 bpp formats on Sandybridge.
Kenneth Graunke
1
-0
/
+9
2013-08-16
mesa/program: remove useless YYID
Laurent Carlier
1
-2
/
+2
2013-08-15
mesa/vbo: Fix handling of attribute 0 in non-compatibilty contexts
Ian Romanick
1
-23
/
+59
2013-08-15
i915,i965: Fix memory leak in try_pbo_upload (v2)
Vinson Lee
2
-0
/
+2
2013-08-13
mesa: Use _mesa_detach_renderbuffer when deleting a texture
Ian Romanick
2
-20
/
+48
2013-08-13
mesa: Make detach_renderbuffer available outside fbobject.c
Ian Romanick
2
-9
/
+38
2013-08-13
meta: Don't call _mesa_Ortho with width or height of 0
Ian Romanick
1
-3
/
+8
2013-08-09
i965: Remember to call intel_prepare_render() before blitting.
Kenneth Graunke
1
-0
/
+5
2013-08-06
mesa: Generate a renderbuffer wrapper even if the texture has no image
Ian Romanick
1
-2
/
+3
2013-08-06
mesa: Validate the layer selection of an array texture too
Ian Romanick
1
-4
/
+30
2013-08-06
mesa: Don't call driver RenderTexture for invalid zoffset
Ian Romanick
1
-0
/
+6
2013-08-06
mesa: Don't call driver RenderTexture for really broken textures
Ian Romanick
1
-2
/
+20
2013-08-06
mesa: Remove stray debug printfs in attachment completeness code
Ian Romanick
1
-2
/
+0
2013-08-06
mesa: Treat glBindFramebuffer and glBindFramebufferEXT more correctly
Ian Romanick
2
-11
/
+19
2013-08-06
mesa: Treat glBindRenderbuffer and glBindRenderbufferEXT correctly
Ian Romanick
2
-7
/
+18
2013-08-06
mesa: Disable GL_EXT_framebuffer_object in core profiles and OpenGL 3.1
Ian Romanick
1
-1
/
+1
2013-08-06
st/dri: add a new driconf option disable_shader_bit_encoding for Unigine
Marek Olšák
3
-1
/
+15
2013-08-06
mesa,glsl,st/dri: add a new driconf option force_glsl_version for Unigine
Marek Olšák
4
-0
/
+50
2013-08-06
driconf: enable app-specific workarounds for all drivers
Marek Olšák
2
-2
/
+6
2013-08-06
st/dri: implement the driconf option force_s3tc_enable properly
Marek Olšák
1
-9
/
+1
2013-08-06
driconf: remove the unused option allow_large_textures
Marek Olšák
1
-9
/
+0
2013-08-06
st/dri: support the driconf option disable_blend_func_extended
Marek Olšák
1
-1
/
+2
2013-08-05
mesa/program: Switch from the deprecated YYLEX_PARAM to %lex-param.
Kenneth Graunke
1
-5
/
+4
2013-08-05
mesa/program: Change the program parser's namespace.
Kenneth Graunke
2
-3
/
+10
2013-08-05
mesa: fix multisampling proxy textures not being queryable
Mikko Juola
1
-0
/
+2
2013-08-05
mesa: fix proxy textures becoming immutable and unusable
Mikko Juola
1
-1
/
+1
2013-08-05
mesa: fix proxy textures not working with default texture binding
Mikko Juola
1
-1
/
+1
2013-08-05
mesa: fix number of mipmaps calculation for proxy textures
Mikko Juola
1
-0
/
+10
2013-08-05
mesa: improve free() cleanup in generate_mipmap_compressed()
Brian Paul
1
-10
/
+7
2013-08-05
i965/vs: Put lod parameter in the correct place for Gen4
Chris Forbes
1
-1
/
+1
2013-08-05
i965/vs: set up sampler state pointer for Gen4/5.
Chris Forbes
1
-6
/
+21
2013-08-05
st/mesa: fix opcode translation for ARB_shader_bit_encoding functions
Marek Olšák
1
-0
/
+7
2013-08-05
mesa: default texture buffer format should be R8 in the core profile
Marek Olšák
1
-2
/
+2
2013-08-05
mesa: default DEPTH_TEXTURE_MODE should be RED in the core profile
Marek Olšák
8
-10
/
+12
2013-08-05
st/mesa: fix sRGB renderbuffers without EXT_framebuffer_sRGB support
Marek Olšák
2
-0
/
+15
2013-08-05
i965/vs: Fix flaky texture swizzling
Chris Forbes
1
-1
/
+1
2013-08-05
Revert "i965: Delete pre-DRI2.3 viewport hacks."
Kenneth Graunke
3
-1
/
+25
2013-08-05
mesa: implement mipmap generation for compressed 2D array textures
Brian Paul
1
-16
/
+43
2013-08-05
meta: handle 2D texture arrays in decompress_texture_image()
Brian Paul
1
-2
/
+21
2013-08-05
mesa: handle 2D texture arrays in get_tex_rgba_compressed()
Brian Paul
1
-28
/
+24
2013-07-18
mesa: Dispatch ARB_framebuffer_object and EXT_framebuffer_object differently
9.2-branchpoint
Tomasz Lis
3
-0
/
+24
2013-07-18
st/mesa: Enable the ARB_shading_language_420pack extension for 1.30+.
Kenneth Graunke
1
-0
/
+1
2013-07-18
i965: Enable the GL_ARB_shading_language_420pack extension on Gen6+.
Kenneth Graunke
1
-0
/
+1
2013-07-18
i965: Combine URB code emission into a single group.
Kenneth Graunke
1
-10
/
+2
2013-07-18
i965/hsw: Change L3 MOCS for depth, hiz, and stencil
Chad Versace
2
-4
/
+9
2013-07-18
i965/hsw: Change L3 MOCS of 3DSTATE_CONSTANT_VS/PS
Chad Versace
3
-3
/
+9
2013-07-18
i965/hsw: Change L3 MOCS of SURFACE_STAT
Chad Versace
2
-2
/
+8
2013-07-18
i965/hsw: Change L3 MOCS of 3DSTATE_VERTEX_BUFFERS
Chad Versace
2
-0
/
+6
[next]