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
2007-12-18
Prepare changelog for upload.
mesa-7.0.2-3
Julien Cristau
1
-2
/
+2
2007-12-18
debian/control fixups
Julien Cristau
2
-8
/
+16
2007-12-18
Update changelog.
Julien Cristau
1
-0
/
+6
2007-12-18
Merge branch 'mesa_7_0_branch' of git.freedesktop.org:/git/mesa/mesa into deb...
Julien Cristau
69
-479
/
+853
2007-12-17
i915tex: Fix issues with glDrawBuffer(GL_NONE).
Michel Dänzer
1
-27
/
+23
2007-12-14
fix polygon cull regression
Brian
1
-7
/
+3
2007-12-07
configs: Fix linking with static libGL and --as-needed
Dan Nicholson
3
-3
/
+6
2007-12-04
fix gl_FrontFacing
Brian
1
-0
/
+1
2007-12-04
fix span->facing computation and gl_FrontFacing initialization
Brian
2
-7
/
+5
2007-12-04
Fix gl_FrontFacing compilation problem
Brian
1
-1
/
+2
2007-12-04
Use -Bsymbolic for linking all shared objects.
Michel Dänzer
1
-2
/
+7
2007-12-03
fix two-side lighting bug/crash
Brian
1
-0
/
+1
2007-12-03
fix DD_TRI_LIGHT_TWOSIDE bug (#13368)
Brian
1
-4
/
+4
2007-12-03
Fix the library name in glw.pc
Dan Nicholson
1
-1
/
+1
2007-12-03
fix two-sided stencil
Brian
1
-0
/
+1
2007-12-03
added missing quote char
Brian
1
-1
/
+1
2007-12-03
i915tex: Fix up state changes for i8xx.
Michel Dänzer
1
-6
/
+56
2007-11-30
fix-build: remove ctx->_Facing assignment
Brian
1
-8
/
+0
2007-11-30
fix broken two-sided stencil
Brian
15
-24
/
+49
2007-11-30
better front-plane clip test
Brian
1
-15
/
+28
2007-11-30
i965: use uncompressed instruction to ensure only
Xiang, Haihao
1
-0
/
+1
2007-11-29
New ctx->Driver.Map/UnmapTexture() functions for accessing textures from t_vb...
Brian
4
-1
/
+56
2007-11-29
cleanups, comments
Brian
1
-31
/
+34
2007-11-29
Move _mesa_load_tracked_matrices() from TNL module to prog_statevars.c
Brian
4
-102
/
+101
2007-11-29
make sure state token values are fully initialized
Roland Scheidegger
2
-2
/
+2
2007-11-28
r200: Fix texture format regression on big endian systems.
Michel Dänzer
1
-3
/
+6
2007-11-27
use DEFAULT_SOFTWARE_DEPTH_BITS
Delle
1
-7
/
+9
2007-11-27
minor additions to avoid FAQs
Brian
1
-0
/
+6
2007-11-27
document GLSL float f/F suffix bug
Brian
1
-0
/
+1
2007-11-27
set fp->UsesKill when emitting OPCODE_KIL
Brian
1
-1
/
+7
2007-11-27
improve 24-bit Z to 32-bit Z conversion
Brian
1
-2
/
+3
2007-11-26
i915tex: Fix some minor batchbuffer errors.
Keith Whitwell
1
-1
/
+5
2007-11-26
i915tex: Catch cases where not all state is emitted for a new batchbuffer.
Keith Whitwell
6
-2
/
+57
2007-11-26
i915tex: Some additional blit fixes and assertions.
Michel Dänzer
1
-8
/
+24
2007-11-26
i915tex: Actually wait for previous commands to complete for glFinish().
Michel Dänzer
1
-1
/
+1
2007-11-23
Consolidate texture fetch code and use partial derivatives when possible.
Brian
3
-75
/
+79
2007-11-23
fix a few GLSL bugs
Brian
1
-0
/
+2
2007-11-23
Fix parsing of gl_FrontLightModelProduct.sceneColor, don't segfault on variable
Brian
2
-5
/
+15
2007-11-23
need to check border width in sample_linear_2d() - fixes failed assertion in ...
Brian
1
-0
/
+1
2007-11-22
Bump version numbers to 7.0.3 for next release
Brian
2
-7
/
+7
2007-11-22
Recompute ctx->Point._Size if GL_POINT_SIZE_MIN/MAX changes.
Brian
2
-3
/
+12
2007-11-22
fix z buffer read/write issue with rv100-like chips and old ddx
Roland Scheidegger
1
-1
/
+5
2007-11-20
Initial 7.0.3 relnotes
Brian
2
-0
/
+55
2007-11-20
bring over Fortran fixes from master
Brian
3
-28
/
+32
2007-11-20
Obsolete
Brian
1
-164
/
+0
2007-11-20
Rename glut_fbc.c -> glut_fcb.c (cb=callback)
Brian
2
-0
/
+165
2007-11-19
clamp lambda to Min/MaxLod
Brian
1
-3
/
+6
2007-11-19
fix some texture format assertions, etc
Brian
1
-23
/
+11
2007-11-19
fix out-of-bounds array index (ix=-1)
Brian
1
-2
/
+3
2007-11-16
added gl_dispatch_stub_772()
Brian
1
-0
/
+1
[next]