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
23.1
23.2
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
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
staging/23.1
staging/23.2
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
2014-09-27
i915: Fix black buffers when importing prime fds
Andreas Pokorny
1
-0
/
+2
2014-09-17
nouveau: change internal variables to avoid conflicts with macro args
Ilia Mirkin
1
-10
/
+10
2014-09-17
nouveau: only enable stencil func if the visual has stencil bits
Ilia Mirkin
2
-2
/
+2
2014-09-17
nouveau: only enable the depth test if there actually is a depth buffer
Ilia Mirkin
5
-4
/
+9
2014-09-09
st/mesa: use 1.0f as boolean true on drivers without integer support
Marek Olšák
1
-2
/
+3
2014-09-09
mesa: set UniformBooleanTrue = 1.0f by default
Marek Olšák
2
-0
/
+10
2014-09-03
mesa: Move declaration to top of block.
José Fonseca
1
-1
/
+3
2014-09-02
i965/clip: Fix brw_clip_unfilled.c/compute_offset's assembly.
Kenneth Graunke
1
-3
/
+3
2014-09-02
i965: add missing parens in vec4 visitor
Dave Airlie
1
-1
/
+2
2014-09-02
glsl_to_tgsi: allocate and enlarge arrays for temporaries on demand
Marek Olšák
1
-20
/
+34
2014-08-27
meta: save and restore swizzle for _GenerateMipmap
Robert Bragg
1
-0
/
+12
2014-08-27
mesa: fix NULL pointer deref bug in _mesa_drawbuffers()
Brian Paul
1
-1
/
+1
2014-08-27
nouveau: don't keep stale pointer to free'd data
Ilia Mirkin
1
-0
/
+1
2014-08-27
nouveau: make sure to invalidate any vbo state as well
Ilia Mirkin
1
-0
/
+1
2014-08-27
i965: Bail on vec4 copy propagation for scratch writes with source modifiers
Anuj Phogat
1
-0
/
+4
2014-08-25
android: dri/i915: do not build an 'empty' driver
Emil Velikov
1
-1
/
+1
2014-08-25
i965/vec4: Respect ir->force_writemask_all in Gen8 code generation.
Kenneth Graunke
1
-0
/
+1
2014-08-25
i965/vec4: Set NoMask for GS_OPCODE_SET_VERTEX_COUNT on Gen8+.
Kenneth Graunke
1
-1
/
+3
2014-08-19
mesa: Handle uninitialized textures like other textures in get_tex_level_para...
Ian Romanick
1
-5
/
+6
2014-08-11
mesa: fix assertion in _mesa_drawbuffers()
Brian Paul
1
-2
/
+3
2014-08-11
radeon,r200: fix buffer validation after CS flush
Marek Olšák
8
-15
/
+8
2014-08-11
st/mesa: fix blit-based partial TexSubImage for 1D arrays
Marek Olšák
1
-0
/
+2
2014-08-11
meta: Fix datatype computation in get_temp_image_type()
Anuj Phogat
1
-7
/
+5
2014-08-06
meta: Use _mesa_get_format_bits() to get the GL_RED_BITS
Anuj Phogat
1
-5
/
+4
2014-08-06
mesa: Allow GL_TEXTURE_CUBE_MAP target with compressed internal formats
Anuj Phogat
1
-0
/
+1
2014-08-06
mesa: Add gles3 condition for normalized internal formats in glCopyTexImage*()
Anuj Phogat
1
-0
/
+15
2014-08-06
mesa: Add utility function _mesa_is_enum_format_unorm()
Anuj Phogat
2
-0
/
+74
2014-08-06
mesa: Add gles3 error condition for GL_RGBA10_A2 buffer format in glCopyTexIm...
Anuj Phogat
1
-18
/
+29
2014-08-06
mesa: Add a gles3 error condition for sized internalformat in glCopyTexImage*()
Anuj Phogat
1
-0
/
+46
2014-08-06
mesa: Add a helper function _mesa_is_enum_format_unsized()
Anuj Phogat
2
-0
/
+59
2014-08-06
mesa: Don't allow snorm internal formats in glCopyTexImage*() in GLES3
Anuj Phogat
1
-0
/
+11
2014-08-06
mesa: Add utility function _mesa_is_enum_format_snorm()
Anuj Phogat
2
-0
/
+40
2014-08-06
mesa: Fix condition for using compressed internalformat in glCompressedTexIma...
Anuj Phogat
1
-1
/
+8
2014-08-06
mesa: Add error condition for using compressed internalformat in glTexStorage...
Anuj Phogat
1
-0
/
+18
2014-08-06
mesa: Turn target_can_be_compressed() in to a utility function
Anuj Phogat
2
-6
/
+9
2014-08-06
mesa: Fix error condition for valid texture targets in glTexStorage* functions
Anuj Phogat
1
-0
/
+7
2014-08-06
mesa/st: only convert AND(a, NOT(b)) into MAD when not using native integers
Ilia Mirkin
1
-1
/
+1
2014-08-06
i965/miptree: Layout 1D Array as 2D Array with height of 1
Jordan Justen
1
-0
/
+20
2014-07-30
main/get_hash_params: Add GL_SAMPLE_SHADING_ARB
Jason Ekstrand
1
-0
/
+1
2014-07-30
i965/fs: Set LastRT on the final FB write on Broadwell.
Kenneth Graunke
1
-4
/
+2
2014-07-30
mesa: Don't use memcpy() in _mesa_texstore() for float depth texture data
Anuj Phogat
1
-0
/
+15
2014-07-30
i965/fs: Fix gl_SampleMask handling for SIMD16 on Gen8+.
Kenneth Graunke
1
-5
/
+0
2014-07-30
i965/fs: Fix gl_SampleID for 2x MSAA and SIMD16 mode.
Kenneth Graunke
3
-1
/
+11
2014-07-30
i965: Add missing persample_shading field to brw_wm_debug_recompile.
Kenneth Graunke
1
-0
/
+2
2014-07-30
main/format_pack: Fix a wrong datatype in pack_ubyte_R8G8_UNORM
Jason Ekstrand
1
-1
/
+1
2014-07-30
i965: Fix z_offset computation in intel_miptree_unmap_depthstencil()
Anuj Phogat
1
-2
/
+2
2014-07-30
i915: Fix up intelInitScreen2 for DRI3
Adel Gadllah
1
-1
/
+2
2014-07-30
mesa: Don't allow GL_TEXTURE_{LUMINANCE,INTENSITY}_* queries outside compat p...
Ian Romanick
1
-2
/
+7
2014-07-30
mesa: Don't allow GL_TEXTURE_BORDER queries outside compat profile
Ian Romanick
1
-0
/
+2
2014-07-17
i965: Enable compressed multisample support (CMS) on Broadwell.
Kenneth Graunke
1
-8
/
+0
[next]