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
Age
Commit message (
Expand
)
Author
Files
Lines
2014-02-03
build: move ARCH_LIBS definition outside of ASM definition
Paul Seidler
1
-6
/
+6
2014-02-03
mesa: Fix build to properly check for supported compiler flags
Lauri Kasanen
1
-1
/
+5
2014-01-31
i965: Ignore 'centroid' interpolation qualifier in case of persample shading
Anuj Phogat
2
-2
/
+3
2014-01-31
i965: Use sample barycentric coordinates with per sample shading
Anuj Phogat
4
-6
/
+29
2014-01-31
mesa: Use IROUND instead of roundf.
José Fonseca
1
-1
/
+1
2014-01-31
i965/gen6/blorp: Emit more flushes to workaround hangs
Chad Versace
2
-15
/
+5
2014-01-28
radeon / r200: Pass the API into _mesa_initialize_context
Ian Romanick
4
-3
/
+5
2014-01-28
r600g/compute: Emit DEALLOC_STATE on cayman after dispatching a compute shader.
Tom Stellard
4
-14
/
+10
2014-01-28
gallium/rtasm: handle mmap failures appropriately
Emil Velikov
1
-3
/
+7
2014-01-28
glcpp: Define GL_EXT_shader_integer_mix in both GL and ES.
Matt Turner
1
-3
/
+5
2014-01-27
draw: fix incorrect vertex size computation in LLVM drawing code
Brian Paul
2
-11
/
+30
2014-01-25
glsl: Fix chained assignments of vector channels.
Kenneth Graunke
1
-1
/
+19
2014-01-25
glsl: Rename "expr" to "lhs_expr" in vector_extract munging code.
Kenneth Graunke
1
-6
/
+6
2014-01-25
glsl: Disable ARB_texture_rectangle in shader version 100.
Anuj Phogat
1
-0
/
+4
2014-01-25
st/mesa: fix glReadBuffer(GL_NONE) segfault
Brian Paul
1
-1
/
+2
2014-01-25
gallium/util: util_format_srgb should not return FORMAT_NONE for sRGB formats
Marek Olšák
1
-0
/
+3
2014-01-25
st/vdpau: don't return a device if the screen doesn't support NPOT
Ilia Mirkin
1
-0
/
+5
2014-01-25
nv50: access only the available amount of constbuf
Emil Velikov
1
-1
/
+1
2014-01-25
nv50: access only the available amount of textures
Emil Velikov
1
-1
/
+1
2014-01-25
mesa: fix GL_COLOR_SUM enum for drivers without ARB_vertex_program
Ilia Mirkin
2
-3
/
+1
2014-01-25
st/dri: prevent leak of dri option default values
Aaron Watry
1
-0
/
+6
2014-01-25
radeon: Move gfx/dma cs cleanup to r600_common_context_cleanup
Aaron Watry
2
-7
/
+7
2014-01-25
mesa: Add COMPRESSED_RGBA_S3TC_DXT1_EXT to COMPRESSED_TEXTURE_FORMATS for GLES
Ian Romanick
1
-0
/
+37
2014-01-25
st/mesa: use signed temporary variable to store _ColorDrawBufferIndexes
Emil Velikov
1
-1
/
+1
2014-01-25
mesa: use signed temporary variable to store _ColorDrawBufferIndexes
Emil Velikov
1
-1
/
+1
2014-01-25
i965: Ensure that all necessary state is re-emitted if we run out of aperture.
Paul Berry
3
-0
/
+21
2014-01-25
st/mesa: use sRGB formats for MSAA resolving if destination is sRGB
Marek Olšák
1
-0
/
+32
2014-01-09
i965: Don't do the temporary-and-blit-copy for INVALIDATE_RANGE maps.
Eric Anholt
1
-1
/
+2
2014-01-09
i965: Fix handling of MESA_pack_invert in blit (PBO) readpixels.
Eric Anholt
1
-1
/
+3
2014-01-09
mesa: Namespace qualify fma to override ambiguity with fma from math.h
Thomas Sondergaard
1
-1
/
+1
2014-01-09
mesa: Work around internal compiler error
Thomas Sondergaard
1
-2
/
+2
2014-01-09
mesa: Fix compile error with MSVC 2013
Thomas Sondergaard
1
-1
/
+1
2014-01-09
i965: fold offset into coord for textureOffset(gsampler2DRect)
Chris Forbes
1
-1
/
+1
2014-01-09
swrast: fix delayed texel buffer allocation regression for OpenMP
Andreas Fänger
1
-0
/
+12
2014-01-09
mesa: implement missing glGet(GL_RGBA_SIGNED_COMPONENTS_EXT) query
Brian Paul
4
-0
/
+71
2014-01-02
nv50: fix a small leak on context destroy
Ilia Mirkin
1
-0
/
+2
2014-01-02
glsl: Fix inconsistent assumptions about ir_loop::counter.
Paul Berry
3
-2
/
+9
2014-01-02
glsl: Teach ir_variable_refcount about ir_loop::counter variables.
Paul Berry
2
-0
/
+22
2014-01-02
i965/gen6: Fix HiZ hang in WebGL Google Maps
Chad Versace
1
-0
/
+15
2014-01-02
st/mesa: fix glClear with multiple colorbuffers and different formats
Marek Olšák
1
-24
/
+10
2014-01-02
glcpp: error on multiple #else/#elif directives
Erik Faye-Lund
6
-1
/
+51
2014-01-02
r600/pipe: Stop leaking context->start_compute_cs_cmd.buf on EG/CM
Aaron Watry
1
-0
/
+2
2014-01-02
st/vdpau: Destroy context when initialization fails
Aaron Watry
1
-0
/
+1
2014-01-02
radeon/llvm: Free target data at end of optimization
Aaron Watry
1
-0
/
+1
2014-01-02
r600/compute: Use the correct FREE macro when deleting compute state
Aaron Watry
1
-1
/
+1
2014-01-02
r600/compute: Free compiled kernels when deleting compute state
Aaron Watry
1
-0
/
+2
2014-01-02
radeon/compute: Stop leaking LLVMContexts in radeon_llvm_parse_bitcode
Aaron Watry
5
-18
/
+41
2014-01-02
pipe_loader/sw: close dev->lib when initialization fails
Aaron Watry
1
-1
/
+4
2014-01-02
clover: Remove unused variable
Aaron Watry
1
-1
/
+0
2014-01-02
llvmpipe: use pipe_sampler_view_release() to avoid segfault
Jonathan Liu
1
-0
/
+6
[next]