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
7.10
7.11
7.8
7.8-gles
7.9
8.0
9.0
9.1
9.2
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
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
2012-10-24
docs: Add 8.0.5 release notes
mesa-8.0.5
Andreas Boll
1
-0
/
+252
2012-10-24
mesa: Bump version number to 8.0.5
Andreas Boll
3
-4
/
+4
2012-10-24
mesa: fix incorrect error for glCompressedSubTexImage
Brian Paul
1
-3
/
+3
2012-10-24
mesa: do internal format error checking for glTexStorage()
Brian Paul
1
-0
/
+48
2012-10-24
dri_util: Use calloc to allocate __DRIcontext
Ian Romanick
1
-1
/
+1
2012-10-24
mesa: Allow glGetTexParameter of GL_TEXTURE_SRGB_DECODE_EXT
Ian Romanick
1
-0
/
+12
2012-10-24
mesa: fix dropped && in glGetStringi()
Chris Forbes
1
-1
/
+1
2012-10-24
i965: Drop the confusing saturate argument to math instruction setup.
Eric Anholt
8
-44
/
+6
2012-10-24
mesa: In conditional rendering fallback, check the query status.
Eric Anholt
1
-0
/
+2
2012-10-24
mesa: Fix glPopAttrib() behavior on GL_FRAMEBUFFER_SRGB.
Eric Anholt
1
-0
/
+13
2012-10-24
i965/fs: Don't use brw->fragment_program in calculate_urb_setup().
Kenneth Graunke
1
-1
/
+1
2012-10-24
st/mesa: s/CALLOC/calloc/ to fix allocation bug
Brian Paul
1
-1
/
+1
2012-10-24
i965: Fix accumulator_contains() test to also reject swizzles of the dst.
Eric Anholt
1
-1
/
+1
2012-10-24
glsl/linker: Avoid buffer over-run in parcel_out_uniform_storage::visit_field
Stéphane Marchesin
1
-1
/
+1
2012-10-24
mesa/es: Validate glTexImage border in Mesa code rather than the ES wrapper
Ian Romanick
2
-10
/
+4
2012-10-24
mesa: Generate an error when glCopyTexImage border is invalid
Ian Romanick
1
-0
/
+2
2012-10-24
mesa: raise GL_INVALID_OPERATION in glGenerateMipmap for missing base image
Brian Paul
1
-0
/
+2
2012-10-24
st/mesa: index can be negative in the PROGRAM_CONSTANT case
Niels Ole Salscheider
1
-1
/
+1
2012-10-24
gallium/u_blit: set dst format from pipe_resource, not pipe_surface
Marek Olšák
1
-1
/
+1
2012-10-24
intel: Move finish_batch() call before MI_BATCH_BUFFER_END and padding.
Kenneth Graunke
1
-3
/
+3
2012-10-24
softpipe: fix softpipe_delete_fs_state() failed assertion
Brian Paul
1
-2
/
+4
2012-10-24
st/mesa: fix renderbuffer validation bug
Brian Paul
1
-0
/
+6
2012-10-24
gallivm: fix crash in lp_sampler_static_state()
Brian Paul
1
-4
/
+3
2012-10-24
st/mesa: fix glCopyTexSubImage crash
Brian Paul
1
-1
/
+9
2012-10-24
i965/vs: Convert EdgeFlagPointer values appropriately for the VS on gen4.
Eric Anholt
1
-0
/
+10
2012-10-24
dri2: Fix bug in attribute handling for non-desktop OpenGL contexts
Ian Romanick
1
-6
/
+17
2012-10-24
i965/vs: Don't clobber sampler message MRFs with subexpressions.
Kenneth Graunke
1
-17
/
+42
2012-10-24
swrast: Fix implicit declaration warnings
Chad Versace
1
-0
/
+1
2012-10-24
i965: Fix regression in depth texture rendering on pre-SNB
Ian Romanick
1
-2
/
+4
2012-10-24
st/mesa: Fix assertions for copying texture image to finalized miptree.
Michel Dänzer
1
-1
/
+4
2012-10-23
mesa: add get-pick-list.sh script into bin/
Andreas Boll
1
-0
/
+29
2012-10-19
r600g: fix instance divisor on Cayman
Marek Olšák
1
-19
/
+35
2012-10-19
st/mesa: Fix source miptree level for copying data to finalized miptree.
Michel Dänzer
1
-1
/
+5
2012-10-16
r600g: fix EXP on Cayman
Marek Olšák
1
-4
/
+2
2012-10-16
r600g: fix RSQ of negative value on Cayman
Marek Olšák
1
-0
/
+5
2012-10-16
winsys/radeon: fix relocs caching
Vadim Girlin
2
-8
/
+6
2012-10-16
r300g: fix colormask with non-BGRA formats
Marek Olšák
4
-31
/
+160
2012-10-16
r600g: add additional evergreen pci ids
Alex Deucher
1
-0
/
+3
2012-10-16
r600g: add new Sumo, Palm, BTC pci ids
Alex Deucher
1
-0
/
+5
2012-10-16
r600g: 8.0.x support for Trinity
Alex Deucher
4
-3
/
+30
2012-10-14
radeon: fix Base/base typo
Brian Paul
1
-1
/
+1
2012-10-12
i965: Add support for GL_SKIP_DECODE_EXT on other SRGB formats.
Eric Anholt
1
-8
/
+3
2012-10-12
glsl: Fix #pragma invariant(all) language version check.
Kenneth Graunke
1
-1
/
+1
2012-10-12
i965: Support MESA_FORMAT_SIGNED_RGBA_16.
Kenneth Graunke
1
-1
/
+1
2012-10-12
st/mesa: call update_renderbuffer_surface for sRGB renderbuffers, too
Christoph Bumiller
1
-2
/
+3
2012-10-12
meta: fix glDrawPixels fallback test, stencil drawing
Brian Paul
1
-2
/
+2
2012-10-12
svga: fix invalid memory reference in needs_to_create_zero()
Brian Paul
1
-5
/
+5
2012-10-12
radeon: set swrast_renderbuffer::ColorType field when mapping renderbuffers
Brian Paul
1
-0
/
+2
2012-10-12
xlib: add X error handler around XGetImage() call
Brian Paul
1
-0
/
+29
2012-10-12
mesa: loosen small matrix determinant check
Brian Paul
1
-1
/
+1
[next]