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
23.2
23.3
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/23.2
staging/23.3
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
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2012-07-24
mesa: don't enable legacy GL functions when using API_OPENGL_CORE
core-context-v2
Jordan Justen
4
-167
/
+232
2012-07-24
intel: add support for using API_OPENGL_CORE
Jordan Justen
1
-1
/
+1
2012-07-24
meta: add support for using API_OPENGL_CORE
Jordan Justen
1
-1
/
+1
2012-07-24
glsl: add support for using API_OPENGL_CORE
Jordan Justen
1
-8
/
+6
2012-07-24
mesa: add support for using API_OPENGL_CORE
Jordan Justen
11
-19
/
+29
2012-07-24
mesa: add api check macros
Jordan Justen
1
-0
/
+4
2012-07-24
mesa: add API_OPENGL_CORE api
Jordan Justen
1
-1
/
+2
2012-07-24
i965/msaa: Switch on 8x MSAA for Gen7.
Paul Berry
2
-3
/
+7
2012-07-24
i965/msaa: Adjust MCS buffer allocation for 8x MSAA.
Paul Berry
1
-2
/
+25
2012-07-24
i965/msaa: Remove assertion in 3DSTATE_SAMPLE_MASK to allow 8x MSAA.
Paul Berry
1
-3
/
+0
2012-07-24
i965/msaa: Adjust 3DSTATE_MULTISAMPLE packet for 8x MSAA.
Paul Berry
1
-6
/
+64
2012-07-24
i965/blorp: Encode and decode IMS format for 8x MSAA correctly.
Paul Berry
1
-39
/
+107
2012-07-24
i965/blorp: Compute sample number correctly for 8x MSAA.
Paul Berry
1
-13
/
+42
2012-07-24
i965/blorp: Properly adjust primitive size for 8x MSAA.
Paul Berry
1
-4
/
+17
2012-07-24
i965/blorp: Parameterize manual_blend() by num_samples.
Paul Berry
1
-8
/
+5
2012-07-24
i965/msaa: Remove comment about falsely claiming to support MSAA.
Paul Berry
1
-5
/
+0
2012-07-24
i965/blorp: Handle DrawBuffers properly.
Paul Berry
1
-7
/
+10
2012-07-24
i965/blorp: Rearrange order of blit validation and preparation steps.
Paul Berry
1
-55
/
+88
2012-07-24
i965/blorp: Don't fall back to swrast when miptrees absent.
Paul Berry
1
-6
/
+2
2012-07-24
i965/blorp: Fixup scissoring of blits to window system buffers.
Paul Berry
1
-12
/
+16
2012-07-24
i965/blorp: Simplify check that src/dst width/height match.
Paul Berry
1
-4
/
+2
2012-07-24
i965/msaa: Work around problems with null render targets on Gen6.
Paul Berry
2
-4
/
+49
2012-07-24
i965: Set width, height, and tiling properly for null render targets.
Paul Berry
2
-2
/
+60
2012-07-24
i965/msaa: Control multisampling behaviour via the visual.
Paul Berry
5
-17
/
+7
2012-07-24
msaa: Compute visual samples/sampleBuffers from all buffers.
Paul Berry
1
-2
/
+7
2012-07-24
Fix compile time errors when building against uclibc
Anthony G. Basile
3
-2
/
+4
2012-07-24
r600g: enable streamout only on 2.14 or latter kernel
Jerome Glisse
1
-1
/
+1
2012-07-24
intel: move error on create context to proper path
Jordan Justen
1
-1
/
+1
2012-07-24
mesa context: generate an error for uninstalled context functions
Jordan Justen
1
-1
/
+4
2012-07-24
nouveau: include glformats.h to get missing prototype
Brian Paul
1
-0
/
+1
2012-07-24
mesa: improve comment in build_tnl_program()
Brian Paul
1
-1
/
+1
2012-07-24
mesa: move _mesa_error_check_format_and_type() to glformats.c
Brian Paul
4
-371
/
+371
2012-07-24
mesa: move more format helper functions to glformats.c
Brian Paul
13
-392
/
+395
2012-07-24
mesa: move some format helper functions to glformats.c
Brian Paul
8
-421
/
+425
2012-07-24
radeonsi: remove old state handling
Christian König
8
-690
/
+1
2012-07-24
radeonsi: move everything else into the new handling
Christian König
7
-289
/
+199
2012-07-24
radeonsi: move format handling into si_state.c
Christian König
4
-543
/
+109
2012-07-24
radeonsi: move remaining sampler state into si_state.c
Christian König
2
-339
/
+440
2012-07-24
radeonsi: move draw state into new handling
Christian König
7
-558
/
+589
2012-07-24
radeonsi: move constants to new state handling
Christian König
5
-64
/
+59
2012-07-24
radeonsi: move sampler states into new handling
Christian König
4
-107
/
+115
2012-07-24
radeonsi: move shaders to new handling
Christian König
6
-336
/
+295
2012-07-24
radeonsi: move spi into new handling
Christian König
5
-80
/
+46
2012-07-24
radeonsi: move init state to new handling
Christian König
5
-38
/
+43
2012-07-24
radeonsi: move draw_info to new state handling
Christian König
6
-98
/
+84
2012-07-24
radeonsi: move CB_TARGET_MASK into fb/blend state
Christian König
4
-12
/
+23
2012-07-24
radeonsi: move stencil_ref to new handling
Christian König
7
-78
/
+37
2012-07-24
radeonsi: move dsa state to new handling
Christian König
8
-155
/
+149
2012-07-24
radeonsi: move infeered fb/rs state to new handling
Christian König
5
-65
/
+52
2012-07-24
radeonsi: move rasterizer state into new handling
Christian König
8
-200
/
+174
[next]