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-06-23
radeong: Disable Galahad for now; breaks texturing.
Corbin Simpson
1
-1
/
+2
2010-06-22
id, glhd: Fix malloc/calloc of struct.
Corbin Simpson
2
-2
/
+2
2010-06-22
glhd: Add query protection.
Corbin Simpson
2
-1
/
+13
2010-06-22
glhd: Grab framebuffer state checks from r300g.
Corbin Simpson
3
-6
/
+13
2010-06-22
glhd: Grab resource_copy_region from r300g.
Corbin Simpson
2
-8
/
+8
2010-06-22
glhd: Grab is_format_supported warning from r300g.
Corbin Simpson
2
-6
/
+4
2010-06-22
glhd: Add glhd_warn for unconditional stderr output.
Corbin Simpson
2
-0
/
+10
2010-06-22
id, glhd: Fix segfault with misreferenced pipe member.
Corbin Simpson
4
-6
/
+4
2010-06-22
targets, radeong: Add Galahad.
Corbin Simpson
5
-3
/
+8
2010-06-22
configure: Add galahad to default build.
Corbin Simpson
1
-1
/
+1
2010-06-22
gallium/drivers: Create Galahad from identity.
Corbin Simpson
11
-0
/
+1930
2010-06-22
mesa: fix attachment error checking for glGetFramebufferAttachmentParameteriv()
Brian Paul
1
-1
/
+44
2010-06-23
r300/compiler: allow 1024 instructions in r5xx vertex shaders
Marek Olšák
3
-9
/
+12
2010-06-23
r300/compiler: allow 32 temporaries in vertex shaders
Marek Olšák
2
-4
/
+4
2010-06-23
r300/compiler: emulate loops in vertex shaders
Marek Olšák
2
-4
/
+11
2010-06-23
mesa: fix assertion failure for GL_ALPHA FBOs
Marek Olšák
1
-0
/
+1
2010-06-23
r300g: attempt to fix texture corruption on RV505
Marek Olšák
1
-0
/
+2
2010-06-23
r300g: index buffer range checking
Marek Olšák
1
-0
/
+6
2010-06-22
i915g: Revert debug hunks from last commit
Jakob Bornecrantz
1
-2
/
+2
2010-06-22
i915g: Reduce state emission by using a index bias
Jakob Bornecrantz
1
-27
/
+122
2010-06-22
i915g: Drop fifo code in vbuf
Jakob Bornecrantz
1
-43
/
+2
2010-06-22
i915g: Change state code in vbuf code
Jakob Bornecrantz
1
-12
/
+23
2010-06-22
i915g: Rework debug print code
Jakob Bornecrantz
11
-82
/
+190
2010-06-22
i915g: Switch to state atoms
Jakob Bornecrantz
5
-57
/
+128
2010-06-22
i915g: i915_state_sampler.c code style
Jakob Bornecrantz
1
-50
/
+52
2010-06-22
i915g: i915_state_immediate.c code style
Jakob Bornecrantz
1
-27
/
+33
2010-06-22
i915g: i915_state_dynamic.c code style
Jakob Bornecrantz
1
-88
/
+84
2010-06-22
i915g: Create seperate option for i915g and i965g
Jakob Bornecrantz
1
-11
/
+26
2010-06-22
u_math: Add align function npot alignments
Jakob Bornecrantz
1
-0
/
+14
2010-06-22
llvmpipe: Ignores
Jakob Bornecrantz
1
-0
/
+1
2010-06-22
llvmpipe: make geometry shaders and stream output work
Zack Rusin
8
-3
/
+180
2010-06-22
gallium: add a timestamp disjoint query
Zack Rusin
3
-3
/
+21
2010-06-22
gallium: add a new query
Zack Rusin
2
-3
/
+12
2010-06-22
st/mesa: remove bogus assertions st_CompressedTexSubImage2D
Roland Scheidegger
1
-2
/
+0
2010-06-22
r300g: optimize the immediate mode emission path a bit
Marek Olšák
6
-22
/
+45
2010-06-22
r300g: do not emit ZTOP every draw call
Marek Olšák
1
-1
/
+3
2010-06-21
swrast: fix incorrect specular highlights on backfaces
Tim Evans
1
-1
/
+1
2010-06-21
docs: add link to 7.9 relnotes
Brian Paul
1
-0
/
+1
2010-06-21
r300g: fix crash when destroying the context on r3xx-r4xx
Marek Olšák
1
-1
/
+1
2010-06-21
llvmpipe: s/lpfs/shader/
José Fonseca
2
-5
/
+5
2010-06-21
r300g: fix the KIL opcode for r3xx-r4xx (v4)
Marek Olšák
3
-0
/
+74
2010-06-20
r300g: fix assigning the texture cache region for 1 texture
Marek Olšák
1
-1
/
+4
2010-06-20
mapi: Add missing stdlib.h header for malloc declaration.
Vinson Lee
1
-0
/
+2
2010-06-20
i965g: Fix setup of immediate types for gen4 disasm.
Vinson Lee
1
-1
/
+1
2010-06-20
r300g: manually assign texture cache regions
Marek Olšák
4
-1
/
+73
2010-06-20
r600g: handle DRM_API_HANDLE_TYPE_KMS in buffer_get_handle
Marek Olšák
1
-10
/
+13
2010-06-20
r300g: cleanup buffer_{from, get}_handle
Marek Olšák
4
-29
/
+13
2010-06-20
r300g: cleanup includes
Marek Olšák
2
-8
/
+14
2010-06-20
r300g: texture alignment code cleanup + use special alignment for AA textures
Marek Olšák
1
-36
/
+58
2010-06-19
Revert "Fix image_matches_texture_obj() MaxLevel check"
Will Dyson
2
-7
/
+7
[next]