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
path:
root
/
src
/
mesa
/
drivers
/
dri
Age
Commit message (
Expand
)
Author
Files
Lines
2013-01-12
scons: Update for xmlpool/options.h generation.
José Fonseca
1
-0
/
+14
2013-01-11
drirc: Add quirk to disable GLSL line continuations for Savage2
Carl Worth
1
-0
/
+3
2013-01-11
driconf: Add a new option: disable_glsl_line_continuations
Carl Worth
3
-1
/
+9
2013-01-11
driconf: Add proper dependency for compiling .mo files from .po files.
Carl Worth
2
-21
/
+20
2013-01-11
driconf: Add translation-generation to build system, don't track generated files
Carl Worth
8
-643
/
+64
2013-01-11
driconf: Fix German translations by removing a couple of bogus backslashes
Carl Worth
1
-2
/
+2
2013-01-11
driconf: Fix gen_xmlpool.py script to allow running from any directory
Chad Versace
2
-4
/
+18
2013-01-11
driconf: Add some translations which have been available, but were not compiled
Carl Worth
1
-8
/
+8
2013-01-11
driconf: Add option definitions to source file, not generated target
Carl Worth
1
-0
/
+10
2013-01-11
mesa/es3: Add support for GL_PRIMITIVE_RESTART_FIXED_INDEX
Ian Romanick
1
-4
/
+4
2013-01-11
i965: Add support for GL_ANY_SAMPLES_PASSED_CONSERVATIVE
Ian Romanick
1
-0
/
+3
2013-01-10
Clean up .gitignore files
Matt Turner
7
-8
/
+0
2013-01-09
intel: Clean up confusion between logical and physical surface dimensions.
Paul Berry
8
-153
/
+143
2013-01-09
intel: Add a force_y_tiling parameter to intel_miptree_create().
Paul Berry
5
-26
/
+34
2013-01-09
intel: Move compute_msaa_layout earlier in file.
Paul Berry
1
-38
/
+41
2013-01-08
i965/fs: Fix struct vs. class in acp_entry definitions.
Kenneth Graunke
1
-1
/
+1
2013-01-08
mesa: Add ALIGN() macro to main/macros.h.
Paul Berry
2
-13
/
+1
2013-01-07
i965: Support GL_FIXED and packed vertex formats natively on Haswell+.
Kenneth Graunke
2
-12
/
+58
2013-01-07
i965: Add #defines for GL_FIXED vertex formats.
Kenneth Graunke
1
-0
/
+4
2013-01-07
i965: Add remaining #defines for packed vertex formats.
Kenneth Graunke
1
-0
/
+9
2013-01-07
i965: Use Haswell's sample_d_c for textureGrad with shadow samplers.
Kenneth Graunke
4
-5
/
+17
2013-01-07
i965/fs: Remove dead code from generate_uniform_pull_constant_load_gen7.
Kenneth Graunke
1
-2
/
+0
2013-01-04
intel: Fix copy-and-paste bug setting gl_constants::MaxSamples
Ian Romanick
1
-1
/
+1
2013-01-04
i965: Fix glCompressedTexSubImage2D offsets for ETC textures.
Paul Berry
1
-0
/
+3
2013-01-03
i965: Replace structs with bit-shifting for Gen7 SURFACE_STATE entries.
Kenneth Graunke
6
-360
/
+252
2013-01-03
radeon/r200: Fix tcl culling
smoki
2
-18
/
+8
2013-01-02
i965: Add break statement at end of BRW_OPCODE_CONTINUE case.
Vinson Lee
1
-0
/
+1
2013-01-02
mesa: Fix error reporting in _mesa_invalidate_pbo_{compressed_,}teximage.
Paul Berry
1
-2
/
+2
2012-12-29
i965: Fail to blit rather than assert on invalid pitch requirements.
Kenneth Graunke
1
-2
/
+2
2012-12-28
intel: Skip texture validation logic when nothing has changed.
Eric Anholt
5
-2
/
+30
2012-12-28
intel: Turn a test in miptree_match_image into an assert.
Eric Anholt
1
-2
/
+5
2012-12-28
i965: Stop making a copy of non-builtin uniforms in ParameterValues[].
Eric Anholt
1
-3
/
+0
2012-12-28
i965: Consistently use nr_pull_params instead of NumParameters.
Eric Anholt
2
-4
/
+3
2012-12-28
i965/vs: Reference the core GL uniform storage for non-builtin uniforms.
Eric Anholt
2
-54
/
+35
2012-12-28
i965/fs: Reference the core GL uniform storage for non-builtin uniforms.
Eric Anholt
3
-44
/
+30
2012-12-28
i965/fs: Remove the param_index/param_offset indirection.
Eric Anholt
4
-46
/
+10
2012-12-28
i965: Add asserts to check that we don't realloc ParameterValues.
Eric Anholt
4
-0
/
+19
2012-12-28
i965: Add texrect scale parameters before pointers to ParameterValues.
Eric Anholt
3
-0
/
+24
2012-12-28
i965: Fix a typo in a comment.
Eric Anholt
1
-1
/
+1
2012-12-28
i965: Add a note about a bug from the no-recompile-on-sampler-updates change.
Eric Anholt
1
-0
/
+4
2012-12-26
i965: Fix border color handling for deprecated SNORM formats.
Eric Anholt
1
-2
/
+29
2012-12-26
i965: Start using HIZ for Z16 textures.
Eric Anholt
1
-0
/
+1
2012-12-26
intel: Use the parent miptree's format for setting up HiZ miptrees.
Eric Anholt
1
-1
/
+1
2012-12-22
intel: Remove a couple of dead function prototypes.
Eric Anholt
1
-5
/
+0
2012-12-22
i965: Add perf debug for depth/stencil alignment workaround.
Eric Anholt
1
-0
/
+16
2012-12-22
i965: Assert that relayout laid out something that won't need it again.
Eric Anholt
1
-0
/
+6
2012-12-22
i965: Also fix validation of Z32F_S8 textures.
Eric Anholt
1
-0
/
+2
2012-12-22
i965: Fix validation of ETC miptrees.
Eric Anholt
1
-5
/
+7
2012-12-22
qi965: Add perf debug for texture relayout.
Eric Anholt
1
-0
/
+5
2012-12-22
i965: Fix hiz resolves getting stomped by depth offset validation.
Eric Anholt
1
-5
/
+5
[next]