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
2009-09-24
i915: Fix GetBufferSubData in the case of a system-memory BO.
mesa_7_5_2_rc1
Eric Anholt
1
-1
/
+4
2009-09-24
softpipe: Increase GL_MAX_3D_TEXTURE_SIZE to 256.
Vinson Lee
1
-1
/
+1
2009-09-24
mesa: remove glEnable(GL_DEPTH_BOUNDS_TEST_EXT) check/warning
Brian Paul
1
-5
/
+0
2009-09-24
mesa: remove rgbMode check in enable_texture()
Brian Paul
1
-1
/
+1
2009-09-23
swrast: add lod bias when texture sampling
Brian Paul
1
-2
/
+7
2009-09-23
mesa: don't bias LOD in shader interpreter; do it in swrast
Brian Paul
1
-6
/
+1
2009-09-23
swrast: fix typo in partial derivatives parameter passing
Brian Paul
1
-1
/
+1
2009-09-23
st/mesa: trim calculated userbuffer size
Keith Whitwell
1
-3
/
+9
2009-09-22
glx: include string.h to silence missing memset() prototype warning
Brian Paul
1
-0
/
+1
2009-09-22
mesa: fix error message text
Brian Paul
1
-1
/
+1
2009-09-21
GLX: Warn only once about applications calling GLX 1.3 functions
Tormod Volden
1
-6
/
+14
2009-09-21
intel: Mark the FBO as incomplete if there's no intel_renderbuffer for it.
Eric Anholt
1
-0
/
+5
2009-09-21
softpipe: Fix cube face selection.
Brian Paul
1
-2
/
+2
2009-09-21
swrast: fix cube face selection
Brian Paul
1
-2
/
+2
2009-09-21
intel: Fix crash in intel_flush().
Michel Dänzer
1
-1
/
+2
2009-09-20
mesa/st: Initialize format bits of framebuffer renderbuffers
Nicolai Hähnle
1
-0
/
+1
2009-09-16
glx: Use initstate_r / random_r instead of corrupting global random number state
Ian Romanick
1
-3
/
+7
2009-09-16
st/mesa: fix some incorrect branching/clean-up code in TexImage functions
Brian Paul
1
-3
/
+3
2009-09-16
st/mesa: fix texture memory allocation bug
Brian Paul
1
-2
/
+10
2009-09-16
intel: Deassociated drawables from private context struct in intelUnbindContext
Ian Romanick
1
-0
/
+8
2009-09-15
docs: glUniform functions are now compiled into display lists
Brian Paul
1
-0
/
+1
2009-09-15
mesa: compile glUniformMatrix() functions into display lists
Brian Paul
1
-0
/
+242
2009-09-15
mesa: implement more glUniform display list functions
Brian Paul
1
-1
/
+365
2009-09-15
docs: document glUseProgram display list fix
Brian Paul
1
-0
/
+1
2009-09-15
mesa: compile glUniform4f() into display lists
Brian Paul
1
-0
/
+26
2009-09-15
mesa: compile glUseProgram/glUseProgramObjectARB into display lists
Brian Paul
1
-0
/
+28
2009-09-15
GLX: Complain when buggy applications call GLX 1.3 functions.
Ian Romanick
1
-0
/
+28
2009-09-14
progs/vp: print program and error info when program does not compile
Brian Paul
1
-0
/
+6
2009-09-14
glsl: added some link debug code (disabled)
Brian Paul
1
-0
/
+15
2009-09-14
docs: document linker/preprocessor bug fix
Brian Paul
1
-0
/
+2
2009-09-14
glsl: remove extra #version directives from concatenated shader sources
Brian Paul
1
-0
/
+28
2009-09-14
configure: fix comment
Thierry Vignaud
1
-1
/
+1
2009-09-12
Use CFLAGS as HOST_CFLAGS by default
Dan Nicholson
1
-0
/
+1
2009-09-11
mesa: raise GL_INVALID_ENUM not GL_INVALID_VALUE for glTexParamter errors
Vinson Lee
1
-3
/
+3
2009-09-10
docs: document Gallium glDrawPixels(GL_STENCIL_INDEX) fix
Brian Paul
1
-0
/
+1
2009-09-10
softpipe: minor indentation fix
Brian Paul
1
-1
/
+1
2009-09-10
softpipe: set dirty_render_cache in softpipe_clear()
Brian Paul
1
-0
/
+2
2009-09-10
docs: initial 7.5.2 release notes page
Brian Paul
2
-0
/
+52
2009-09-10
intel: add B43 chipset support
Zhenyu Wang
2
-1
/
+6
2009-09-09
scons: Set default_dri to no for Mac OS.
Vinson Lee
1
-2
/
+2
2009-09-08
mesa: bump version to 7.5.2
Brian Paul
3
-5
/
+5
2009-09-08
i965: fix incorrect test for vertex position attribute
Brian Paul
3
-1
/
+4
2009-09-08
egl: also use X types for building on Apple/MacOS X
Brian Paul
1
-1
/
+2
2009-09-07
prog/glsl: fix Makefile for samplers_array.
Peter Hutterer
1
-1
/
+1
2009-09-04
i965: Fix warnings in intel_pixel_read.c.
Eric Anholt
1
-0
/
+4
2009-09-04
intel: Also get the DRI2 front buffer when doing front buffer reading.
Eric Anholt
4
-1
/
+29
2009-09-04
intel: Update Mesa state before span setup in glReadPixels.
Eric Anholt
3
-3
/
+13
2009-09-04
intel: Move intel_pixel_read.c to shared for use with i965.
Eric Anholt
2
-306
/
+307
2009-09-04
i965: Add missing state dependency of sf_unit on _NEW_BUFFERS.
Eric Anholt
1
-2
/
+4
2009-09-04
intel: Align cubemap texture height to its padding requirements.
Eric Anholt
1
-0
/
+10
[next]