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
2010-03-02
util/blitter: Fix the viewport transformation for Z coordinates
gallium-no-rhw-position
Marek Olšák
1
-2
/
+2
2010-03-01
r300: Save viewport and clip states before invoking blitter.
Michal Krol
3
-0
/
+10
2010-03-01
util: Fix u_blitter setup code after bypass_vs_clip_and_viewport removal.
Michal Krol
2
-11
/
+51
2010-02-25
util: Fix blitter vertex and viewport setup.
Michal Krol
1
-6
/
+21
2010-02-24
st/mesa: Reset clip state when clearing with quads.
Michal Krol
2
-1
/
+6
2010-02-24
util: Reset clip state when doing blitting.
Michal Krol
2
-1
/
+11
2010-02-24
st/mesa: Use cso context to manage clip state.
Michal Krol
1
-1
/
+3
2010-02-24
cso: Track clip state with cso context.
Michal Krol
2
-0
/
+67
2010-02-22
gallium: Remove bypass_vs_clip_and_viewport from rasteriser state.
Michal Krol
25
-412
/
+271
2010-02-22
i965g: added missing texture cap queries
Brian Paul
1
-0
/
+4
2010-02-22
i915g: added missing texture cap queries
Brian Paul
1
-0
/
+4
2010-02-22
st/mesa: change viewport Z scale/bias for glBitmap/glDrawPixels
Brian Paul
2
-4
/
+10
2010-02-22
st/mesa: Add checks for ST_SURFACE_x vs MESA_BUFFER_x
Brian Paul
2
-1
/
+9
2010-02-22
mesa/st: Make ST_SURFACE_DEPTH index consistent with mesa's BUFFER_DEPTH.
Brian Paul
1
-1
/
+1
2010-02-22
intel: assert that we do not overflow the batch buffer.
Chris Wilson
1
-1
/
+2
2010-02-22
i915: Fix logic !gen >= 3
Chris Wilson
1
-1
/
+1
2010-02-22
i915: Remove superfluous MI_NOOP from vertex emission
Chris Wilson
1
-2
/
+1
2010-02-22
intel: Check that we have a bufmgr or bail out when initializing the context.
Chris Wilson
1
-0
/
+4
2010-02-22
Revert "r300g: rebuild winsys/pipe buffer handling and add buffer map"
Dave Airlie
23
-1247
/
+347
2010-02-22
r300g: rebuild winsys/pipe buffer handling and add buffer map
Dave Airlie
23
-347
/
+1247
2010-02-22
r3OOg: support rendering of more than 65535 vertices per draw call (almost)
Marek Olšák
2
-29
/
+83
2010-02-21
i965g: Fix memory leak.
Vinson Lee
1
-1
/
+2
2010-02-21
st/mesa: Fix memory leak on out-of-memory error path.
Vinson Lee
1
-1
/
+3
2010-02-21
r300g: Remove unnecessary header.
Vinson Lee
1
-1
/
+0
2010-02-22
Link egl progs to libm as necessary.
Ray Kohler
1
-4
/
+4
2010-02-21
r300g: precompute framebuffer register values
Marek Olšák
6
-220
/
+250
2010-02-21
r300g: add all missing colorbuffer formats
Marek Olšák
2
-83
/
+165
2010-02-21
r300g: make r300_translate_texformat private
Marek Olšák
3
-235
/
+246
2010-02-21
r300g: re-enable SRGB formats
Marek Olšák
1
-1
/
+2
2010-02-21
mesa: Add assert to check for null pointer dereference.
Vinson Lee
1
-2
/
+6
2010-02-21
draw: Remove dead code.
Vinson Lee
1
-7
/
+1
2010-02-21
i965g: Remove dead code.
Vinson Lee
1
-2
/
+0
2010-02-21
i965g: Fix assertions that were always true.
Vinson Lee
1
-4
/
+10
2010-02-21
glsl/cl: Prevent possible buffer overflow.
Vinson Lee
1
-1
/
+2
2010-02-21
i965g: Fix use of out-of-scope variable.
Vinson Lee
1
-8
/
+7
2010-02-21
st/egl: Disable SHM in ximage backend.
Chia-I Wu
1
-3
/
+10
2010-02-20
radeon: Silence compiler format warning.
Vinson Lee
1
-1
/
+1
2010-02-20
glsl/cl: Prevent possible string overflow.
Vinson Lee
1
-1
/
+2
2010-02-21
st/egl: Properly convert vrefresh to refresh rate.
Chia-I Wu
1
-1
/
+4
2010-02-21
st/egl: Enable extensions before adding configs.
Chia-I Wu
1
-6
/
+6
2010-02-21
st/egl: Do not force validate when update_buffer is called.
Chia-I Wu
1
-6
/
+0
2010-02-21
st/egl: Clean up DRI2 surface.
Chia-I Wu
1
-130
/
+182
2010-02-21
st/egl: Clean up ximage surface.
Chia-I Wu
1
-61
/
+109
2010-02-20
st/xlib: Add assert to check for null pointer dereference.
Vinson Lee
1
-0
/
+1
2010-02-20
Cygwin build fix: Fix linkage
Jon TURNEY
1
-1
/
+8
2010-02-20
gamma: Silence uninitialized variable warnings.
Vinson Lee
1
-1
/
+1
2010-02-20
gamma: Add missing headers.
Vinson Lee
10
-5
/
+12
2010-02-20
gamma: Remove unnecessary header.
Vinson Lee
1
-1
/
+0
2010-02-20
intel: Silence compiler format warnings.
Vinson Lee
2
-2
/
+2
2010-02-20
progs/redbook: Silence warn_unused_result warnings.
Vinson Lee
3
-9
/
+22
[next]