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
Age
Commit message (
Expand
)
Author
Files
Lines
2013-01-22
docs: Add 9.0.2 release notes
mesa-9.0.2
Andreas Boll
2
-0
/
+281
2013-01-22
mesa: Bump version to 9.0.2
Andreas Boll
4
-5
/
+5
2013-01-22
egl/wayland: Destroy the pending buffer callback with the egl surface
Ander Conselvan de Oliveira
2
-0
/
+7
2013-01-20
mesa: update .cherry-ignore list
Andreas Boll
1
-1
/
+6
2013-01-20
Revert "r600g: try to fix streamout for the cases where BURST_COUNT > 0"
Andreas Boll
1
-1
/
+1
2013-01-20
tests: AM_CPPFLAGS must include $(top_srcdir) instead of $(top_builddir).
Johannes Obermayr
3
-12
/
+13
2013-01-20
r600g: Use LOOP_START_DX10 for loops
Tom Stellard
3
-2
/
+11
2013-01-20
gallivm: support more immediates in lp_build_tgsi_info()
Brian Paul
1
-1
/
+1
2013-01-20
clover: Adapt libclc's INCLUDEDIR and LIBEXECDIR to make use of the new intro...
Johannes Obermayr
4
-6
/
+22
2013-01-20
gallium/auxiliary: Add -fno-rtti to CXXFLAGS on LLVM >= 3.2.
Johannes Obermayr
1
-0
/
+5
2013-01-20
radeon/r200: Fix tcl culling
smoki
2
-18
/
+8
2013-01-20
r200: fix broken tcl lighting
smoki
1
-10
/
+10
2013-01-20
glsl: Don't add structure fields to the symbol table
Ian Romanick
1
-1
/
+0
2013-01-20
r300g: Fix visibility CFLAGS in automake
Adam Jackson
1
-0
/
+1
2013-01-20
galahad, noop: Fix visibility CFLAGS in automake
Adam Jackson
1
-0
/
+2
2013-01-20
glcpp: Typo fix.
Adam Jackson
1
-1
/
+1
2013-01-20
glcpp: Fix visibility CFLAGS in automake
Adam Jackson
1
-0
/
+1
2013-01-20
clover: Install CL headers.
Johannes Obermayr
1
-0
/
+10
2013-01-20
build: Fix GLES linkage without libglapi
Andreas Boll
2
-2
/
+10
2013-01-20
glsl: fix uninitialised variable from constructor
Dave Airlie
1
-0
/
+1
2013-01-20
glsl: initialise killed_all field.
Dave Airlie
1
-0
/
+1
2013-01-20
glsl: fix cut-n-paste error in error handling. (v2)
Dave Airlie
1
-2
/
+2
2013-01-20
util: added pipe_surface_release() function
Brian Paul
1
-0
/
+16
2013-01-20
build: use git ls-files for adding all Makefile.in into the release tarball
Andreas Boll
1
-48
/
+1
2013-01-20
i965/gen4: Fix memory leak each time compile_gs_prog() is called.
Eric Anholt
1
-1
/
+1
2013-01-20
radeonsi: add a new SI pci id
Alex Deucher
1
-0
/
+1
2013-01-20
i915: Fix wrong sizeof argument in i915_update_tex_unit.
Vinson Lee
1
-1
/
+1
2013-01-20
Add .dirstamp to toplevel .gitignore
Andreas Boll
1
-0
/
+1
2013-01-20
egl/dri2: Set error code when dri2CreateContextAttribs fails
Chad Versace
1
-0
/
+64
2013-01-20
i965: Validate requested GLES context version in brwCreateContext
Chad Versace
1
-33
/
+25
2013-01-20
automake: strip LLVM_CXXFLAGS and LLVM_CPPFLAGS too
Maarten Lankhorst
1
-2
/
+2
2013-01-20
mesa: Fix segfault on reading from a missing color read buffer.
Eric Anholt
1
-11
/
+11
2013-01-20
mesa: add MaxNumLevels to gl_texture_image, remove MaxLog2
Marek Olšák
1
-0
/
+4
2013-01-20
i965: Fix AA Line Distance Mode in 3DSTATE_SF on Ivybridge.
Kenneth Graunke
1
-3
/
+1
2013-01-20
glcpp: Reject garbage after #else and #endif tokens
Matt Turner
5
-4
/
+15
2013-01-20
mesa: Don't glPopAttrib() GL_POINT_SPRITE_COORD_ORIGIN on < OpenGL-2.0
Mario Kleiner
1
-2
/
+5
2013-01-20
mesa: Fix glGetVertexAttribI[u]iv now that we have real integer attribs.
Kenneth Graunke
1
-12
/
+4
2013-01-20
glsl_to_tgsi: fix dst register for texturing fetches.
Dave Airlie
1
-1
/
+1
2013-01-20
meta: Remove redundant code in _mesa_meta_GenerateMipmap
Anuj Phogat
1
-61
/
+4
2013-01-20
mesa: Generate invalid operation in glGenerateMipMap for integer textures
Anuj Phogat
1
-0
/
+9
2013-01-20
mesa: Fix core GL genned-name handling for glBeginQuery().
Eric Anholt
1
-5
/
+11
2013-01-20
mesa: Fix the core GL genned-name handling for glBindBufferBase()/Range().
Eric Anholt
1
-8
/
+14
2013-01-20
llvmpipe: Obey back writemask.
José Fonseca
1
-2
/
+8
2013-01-20
glsl_to_tgsi: set correct register type for array and structure elements
Bryan Cain
1
-2
/
+19
2013-01-20
nv50/ir: restore use of long immediate encodings
Christoph Bumiller
2
-0
/
+9
2013-01-20
i965/vs: Preserve the type when copy propagating into an instruction.
Kenneth Graunke
1
-0
/
+1
2013-01-20
i965/vs: Don't lose the MRF writemask when doing compute-to-MRF.
Kenneth Graunke
1
-0
/
+1
2013-01-20
glcpp: Don't use infinite lookhead for #define differentiation.
Kenneth Graunke
2
-12
/
+20
2013-01-20
st/mesa: free TGSI tokens with ureg_free_tokens()
Brian Paul
1
-1
/
+1
2013-01-20
st/mesa: replace REALLOC() with realloc()
Brian Paul
1
-8
/
+2
[next]