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
2011-07-19
mesa: Bump version to 7.11-rc2
mesa-7.11-rc2
Ian Romanick
2
-2
/
+2
2011-07-19
mesa: remove depend files from tarballs
Brian Paul
1
-20
/
+4
2011-07-19
glsl: Correctly handle function matching when there are multiple inexact matches
Kenneth Graunke
1
-5
/
+27
2011-07-19
glsl: Ensure that sampler declarations are always uniform or "in" parameters.
Paul Berry
1
-0
/
+35
2011-07-19
glsl: Move type_contains_sampler() into glsl_type for later reuse.
Paul Berry
3
-16
/
+23
2011-07-19
linker: Only over-ride built-ins when a prototype has been seen
Ian Romanick
2
-5
/
+21
2011-07-19
configure.ac: Make --{without,with}-gallium-drivers work as expected
Ian Romanick
1
-0
/
+7
2011-07-19
i965/gen7: Add support for gl_PointCoord.
Kenneth Graunke
1
-0
/
+3
2011-07-19
i965/gen7: Fix point sprite texture coordinate overrides.
Kenneth Graunke
1
-6
/
+6
2011-07-19
i965/gen7: Refactor SF setup a bit to handle overrides in one place.
Kenneth Graunke
1
-19
/
+24
2011-07-19
i965/gen7: Remove gratuitous dirty flags from WM and PS state.
Kenneth Graunke
1
-8
/
+3
2011-07-19
glx: Avoid calling __glXInitialize() in driReleaseDrawables().
Henri Verbeet
2
-9
/
+4
2011-07-19
intel: Fix stencil buffer to be W tiled
Chad Versace
5
-31
/
+93
2011-07-18
r600g: fix corner case checks for the queries
Vadim Girlin
1
-5
/
+3
2011-07-18
nv50,nvc0: add correct storage type for Z32_FLOAT
Christoph Bumiller
2
-0
/
+6
2011-07-18
nv50,nvc0: don't advertise unaligned texture format support
Christoph Bumiller
2
-24
/
+24
2011-07-15
r600g: fix queries and predication
Vadim Girlin
4
-49
/
+118
2011-07-15
r600c/g: add new NI pci ids
Alex Deucher
2
-0
/
+4
2011-07-14
targets/egl-static: fix a linking error
Chia-I Wu
1
-1
/
+1
2011-07-13
i915: Add support for gl_FragData[0] for output color.
Eric Anholt
1
-0
/
+1
2011-07-13
i915: Fix NPOT compressed textures on 915.
Eric Anholt
1
-2
/
+2
2011-07-13
i915: Fix map/unmap mismatches from leaving INTEL_FALLBACK during TNL.
Eric Anholt
2
-0
/
+14
2011-07-13
i965: Fix fp-dst-aliasing-[12].vpfp.
Eric Anholt
1
-4
/
+19
2011-07-13
i965: Fix fp-lit-src-equals-dst.
Eric Anholt
1
-11
/
+11
2011-07-13
intel: Remove gratuitous context checks in intel_delete_renderbuffer().
Eric Anholt
1
-14
/
+5
2011-07-13
intel: Allow intel_region_reference() with *dst != NULL.
Eric Anholt
1
-5
/
+8
2011-07-13
glsl: Fix make clean for dricore.
Eric Anholt
1
-1
/
+1
2011-07-13
i965: Reissue PIPELINE_POINTERS and BINDING_TABLE_POINTERS on SBA change.
Eric Anholt
6
-12
/
+55
2011-07-13
i965/gen6: Fix scissors using invalid STATE_BASE_ADDRESS.
Eric Anholt
1
-2
/
+2
2011-07-13
i915g: don't try to check if a NULL buffer is busy.
Stéphane Marchesin
1
-0
/
+2
2011-07-12
r600g: emit SQ_LDS_RESOURCE_MGMT
Alex Deucher
3
-0
/
+13
2011-07-12
glx: add a few missing glXChooseFBConfig() attributes
Brian Paul
2
-3
/
+10
2011-07-12
glext.h: update to version 71
Brian Paul
1
-3
/
+81
2011-07-12
configure: Require libudev for drm & wayland egl platforms
Benjamin Franzke
1
-0
/
+4
2011-07-12
configure: Fix typo in gbm check for egl drm platform
Benjamin Franzke
1
-1
/
+1
2011-07-12
configure: Enable st/gbm if st/egl has drm platform
Benjamin Franzke
1
-2
/
+10
2011-07-12
egl_dri2: Fix compilation if udev devel files are not installed
Benjamin Franzke
1
-0
/
+4
2011-07-12
egl: Fix Terminate with shared gbm screens
Benjamin Franzke
3
-2
/
+9
2011-07-11
swrast: fix depth/stencil blits when there's no colorbuffer
Marek Olšák
1
-3
/
+0
2011-07-11
mesa: return early if mask is cleared to zero in BlitFramebuffer
Marek Olšák
1
-0
/
+4
2011-07-10
r600g: LIT: clamp negative src.y to 0
Vadim Girlin
1
-5
/
+24
2011-07-09
i965/gen4: Fix GPU hangs since the program streaming change.
Eric Anholt
1
-1
/
+1
2011-07-08
mesa: Fix the parsers build rule so that 'make tarballs' can work
mesa-7.11-rc1
Ian Romanick
1
-1
/
+1
2011-07-08
mesa: Bump version to 7.11-rc1
Ian Romanick
2
-2
/
+2
2011-07-08
glsl: Fix depth unbalancing problem in if-statement flattening
Ian Romanick
1
-3
/
+1
2011-07-08
r600g: introduce r600_bc_src_toggle_neg helper and fix SUB & LRP
Vadim Girlin
1
-2
/
+7
2011-07-08
r600g: introduce r600_bc_src_set_abs helper and fix LOG
Vadim Girlin
1
-8
/
+18
2011-07-08
r600g: RSQ: clear NEG for operand
Vadim Girlin
1
-0
/
+1
2011-07-08
r600g: LIT: swap MUL_LIT operands to fix 0^0
Vadim Girlin
1
-6
/
+5
2011-07-08
glsl: use casts to silence warning
Brian Paul
1
-1
/
+1
[next]