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
7.10
7.11
7.8
7.8-gles
7.9
8.0
9.0
9.1
9.2
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
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
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2010-12-09
glsl: Unroll loops with conditional breaks anywhere (not just the end)
7.10-branchpoint
Luca Barbieri
1
-46
/
+68
2010-12-09
glsl: Consider the "else" branch when looking for loop breaks.
Kenneth Graunke
1
-1
/
+1
2010-12-09
glsl: Clean up code by adding a new is_break() function.
Kenneth Graunke
1
-6
/
+11
2010-12-09
glsl: Correct the marking of InputsRead/OutputsWritten on in/out matrices.
Eric Anholt
1
-20
/
+15
2010-12-09
intel: Set the swizzling for depth textures using the GL_RED depth mode.
Eric Anholt
2
-0
/
+8
2010-12-09
intel: Use plain R8 and RG8 for COMPRESSED_RED and COMPRESSED_RG.
Eric Anholt
1
-0
/
+2
2010-12-09
i965: Silence uninitialized variable warning.
Vinson Lee
1
-0
/
+5
2010-12-09
r600g: Fix SCons build.
Vinson Lee
4
-4
/
+5
2010-12-09
r600g: indentation cleanup
Jerome Glisse
2
-23
/
+21
2010-12-09
r600g: specialized upload manager
Jerome Glisse
8
-109
/
+176
2010-12-09
r600g: avoid using pb* helper we are loosing previous cpu cycle with it
Jerome Glisse
9
-388
/
+364
2010-12-09
glsl: fix lowering conditional returns in subroutines
Fabian Bieler
1
-1
/
+5
2010-12-09
i965: remove unused variable since brw_wm_glsl.c removal.
Eric Anholt
2
-2
/
+1
2010-12-09
i965: Set render_cache_read_write surface state bit on gen6 constant surfs.
Eric Anholt
2
-0
/
+9
2010-12-09
i965: Set up the correct texture border color state struct for Ironlake.
Eric Anholt
2
-5
/
+45
2010-12-09
i965: Clean up VS constant buffer location setup.
Eric Anholt
1
-15
/
+3
2010-12-09
i965: Fix VS constants regression pre-gen6.
Eric Anholt
1
-1
/
+1
2010-12-09
llvmpipe: Plug fence leaks.
José Fonseca
2
-0
/
+3
2010-12-09
mesa: allow GLfixed arrays for OpenGL ES 2.0
Shuang He
1
-2
/
+2
2010-12-09
mesa: Fix glTexCoordPointer with type GL_FIXED.
Chia-I Wu
1
-1
/
+2
2010-12-09
mesa: Fix GL_FIXED arrays.
Chia-I Wu
1
-0
/
+2
2010-12-08
i965: Drop push-mode reladdr constant loading and always use constant_map.
Eric Anholt
4
-93
/
+96
2010-12-09
radeon: bump mip tree levels to 15
Alex Deucher
1
-1
/
+1
2010-12-08
mesa: simplify target checking for TexImage functions
Brian Paul
1
-8
/
+18
2010-12-08
mesa: revamp error checking for compressed texture images
Brian Paul
1
-67
/
+44
2010-12-08
glsl: In ast_to_hir, check sampler array indexing
Chad Versace
1
-0
/
+14
2010-12-08
i965: Drop KIL_NV from the ff/ARB_fp path since it was only used for GLSL.
Eric Anholt
3
-21
/
+0
2010-12-08
i965: Use the new pixel mask location for gen6 ARB_fp KIL instructions.
Eric Anholt
1
-2
/
+8
2010-12-08
i965: Set the render target index in gen6 fixed-function/ARB_fp path.
Eric Anholt
1
-0
/
+7
2010-12-08
i965: Set up the per-render-target blend state on gen6.
Eric Anholt
1
-46
/
+49
2010-12-08
i965: Set up the color masking for the first drawbuffer on gen6.
Eric Anholt
1
-0
/
+9
2010-12-08
mesa: Do not advertise GL_OES_texture_3D.
Chia-I Wu
1
-0
/
+4
2010-12-08
vbo: Fix GLES2 glVertexAttrib.
Chia-I Wu
3
-60
/
+74
2010-12-08
vbo: Drop second ATTR macro.
Chia-I Wu
1
-27
/
+1
2010-12-07
mesa: make _mesa_test_proxy_teximage() easier to read
Brian Paul
1
-55
/
+71
2010-12-07
mesa: consolidate glCompressedTexImage1/2/3D() functions
Brian Paul
1
-374
/
+190
2010-12-07
mesa: consolidate glCopyTexSubImage1/2/3D() functions
Brian Paul
1
-145
/
+63
2010-12-07
mesa: consolidate glCopyTexImage1/2D() code
Brian Paul
1
-148
/
+90
2010-12-07
mesa: consolidate the glTexSubImage1/2/3D() functions
Brian Paul
1
-165
/
+86
2010-12-07
mesa: simplify proxy texture code in texture_error_check()
Brian Paul
1
-49
/
+51
2010-12-08
r300/compiler: remove at least unused immediates if externals cannot be removed
Marek Olšák
3
-8
/
+6
2010-12-08
r300/compiler: make lowering passes possibly use up to two less temps
Marek Olšák
1
-63
/
+86
2010-12-08
r300/compiler: handle DPH and XPD in rc_compute_sources_for_writemask
Marek Olšák
1
-0
/
+5
2010-12-08
r300/compiler: do not print pair/tex/presub program stats for vertex shaders
Marek Olšák
1
-16
/
+30
2010-12-08
r300/compiler: cleanup rc_run_compiler
Marek Olšák
4
-15
/
+36
2010-12-08
r300/compiler: add a function to query program stats (alu, tex, temps..)
Marek Olšák
2
-15
/
+39
2010-12-08
r300/compiler: don't terminate regalloc if we surpass max temps limit
Marek Olšák
1
-11
/
+6
2010-12-07
i965: Don't try to store gen6 (float) blend constant color in bytes.
Eric Anholt
1
-1
/
+1
2010-12-07
linker: Fix regressions caused by previous commit
Ian Romanick
1
-12
/
+16
2010-12-07
linker: Ensure that unsized arrays have a size after linking
Ian Romanick
1
-1
/
+27
[next]