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
23.1
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
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
staging/23.1
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
2006-02-23
get 3d textures working again
texman_0_1_pre_ttm
Keith Whitwell
12
-127
/
+262
2006-02-22
Fix cubemap layout
Keith Whitwell
1
-3
/
+5
2006-02-22
Append an MI_FLUSH to each batchbuffer for synchronization. Not really
Keith Whitwell
6
-25
/
+24
2006-02-22
restore swapbuffers throttling
Keith Whitwell
2
-1
/
+5
2006-02-22
Introduce fixup/relocation lists for dma buffers.
Keith Whitwell
50
-2761
/
+2587
2006-02-13
tweaks
Keith Whitwell
1
-24
/
+50
2006-02-13
rename texdown to reflect behaviour changes
Keith Whitwell
2
-1
/
+1
2006-02-13
bump driver date, etc
Keith Whitwell
3
-2
/
+3
2006-02-13
Fix inverted image in copytexsubimage by tickling the hardware to
Keith Whitwell
3
-17
/
+103
2006-02-11
Some functions had been indented by one space?!
Keith Whitwell
1
-86
/
+86
2006-02-11
move blit functions to new file
Keith Whitwell
12
-362
/
+393
2006-02-10
Use aligned malloc for backing store, if necessary.
mesa_texman_20060210
Keith Whitwell
1
-2
/
+3
2006-02-09
Remove 2nd copy of do_memcpy
Keith Whitwell
1
-9
/
+0
2006-02-09
fix refcounting and other issues
Keith Whitwell
13
-76
/
+133
2006-02-09
Add basic timing for memcpys
Keith Whitwell
1
-15
/
+83
2006-02-09
Add INVARIENT to the active state list
Keith Whitwell
1
-3
/
+4
2006-02-09
Make various changes to get a number out of texdown that better
Keith Whitwell
1
-31
/
+102
2006-02-09
Turn DBG output on/off with INTEL_DEBUG=bufs
Keith Whitwell
2
-13
/
+9
2006-02-01
Switch between memcpy implementations according to src/dest alignment.
mesa_20060201
Keith Whitwell
1
-1
/
+10
2006-02-01
Debug off
Keith Whitwell
1
-2
/
+2
2006-02-01
Quieten depend
Keith Whitwell
1
-1
/
+1
2006-02-01
Just build the i915 on this branch
Keith Whitwell
1
-2
/
+4
2006-02-01
subtexrate test on this branch too
Keith Whitwell
2
-0
/
+353
2006-02-01
gearbox demo on this branch too
Keith Whitwell
4
-7
/
+509
2006-02-01
Bump driver date
Keith Whitwell
1
-1
/
+1
2006-02-01
Disable check_copytex_fragment_ops - it doesn't really apply.
Keith Whitwell
1
-3
/
+6
2006-02-01
Get batchbuffers working natively again. This code still
Keith Whitwell
19
-123
/
+173
2006-02-01
Remove the last of the old AllocateAgp mechanism.
Keith Whitwell
1
-194
/
+62
2006-02-01
Add code to map/unmap all texture images for the software rasterizer.
Keith Whitwell
1
-8
/
+62
2006-02-01
Ensure that color buffers and textures are mapped (bmBufferMap) before
Keith Whitwell
1
-2
/
+35
2006-01-30
file gearbox.c was added on branch texman_0_1_branch on 2006-02-01 18:13:23 +...
Keith Whitwell
0
-0
/
+0
2006-01-28
Get hardware-accelerated CopyTexSubImage working well enough to run
Keith Whitwell
2
-1
/
+23
2006-01-28
Allow ValidateBuffers to allocate memory for buffers which haven't yet
Keith Whitwell
1
-12
/
+30
2006-01-28
remove debug
Keith Whitwell
13
-55
/
+56
2006-01-28
Build fixes
Keith Whitwell
1
-2
/
+2
2006-01-28
Use the x86 __memcpy to avoid performance clif for uploads where the
Keith Whitwell
1
-1
/
+14
2006-01-27
file subtexrate.c was added on branch texman_0_1_branch on 2006-02-01 18:14:0...
Keith Whitwell
0
-0
/
+0
2006-01-27
initial copytexsubimage code, untested
Keith Whitwell
11
-36
/
+416
2006-01-27
added _swrast_eject_texture_images()
Brian Paul
2
-0
/
+43
2006-01-26
Get readbuffer correctly.
Keith Whitwell
1
-5
/
+5
2006-01-26
- Remove (most of) old agp client memory hack.
Keith Whitwell
8
-169
/
+234
2006-01-26
Expand the buffer manager to include a notion of multiple pools within
Keith Whitwell
9
-170
/
+378
2006-01-26
Added _swrast_validate_texture_images() to make sure all textures have
Brian Paul
2
-0
/
+49
2006-01-25
Fix confusion over pitch. demos/texobj renders correctly.
Keith Whitwell
5
-14
/
+15
2006-01-25
Offset returns weren't being returned.
Keith Whitwell
1
-5
/
+29
2006-01-25
Remove silly debug.
Keith Whitwell
1
-1
/
+0
2006-01-25
Another texture manager checkpoint:
Keith Whitwell
21
-389
/
+440
2006-01-24
Remove dead code. Gears runs.
Keith Whitwell
3
-4
/
+0
2006-01-24
Checkpoint of texture manager rework for i915.
Keith Whitwell
21
-1824
/
+1516
2006-01-24
Add another layer on top of the simple 2d regions in intel_regions.[ch]
Keith Whitwell
6
-99
/
+489
[next]