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
2014-05-30
st/wgl: add debug code to check that pixel format initialization worked
Brian Paul
1
-3
/
+9
2014-05-30
st/wgl: change PFD_SWAP_COPY to PFD_SWAP_EXCHANGE.
Brian Paul
1
-1
/
+1
2014-05-30
docs: Document how to replace Windows built-in OpenGL software rasterizer wit...
José Fonseca
1
-12
/
+40
2014-05-30
scons: add common.c as part of glcpp build
Tapani Pälli
1
-1
/
+1
2014-05-30
mesa: Add missing null checks into prog_hash_table.c
Juha-Pekka Heikkila
1
-0
/
+8
2014-05-30
glcpp: link with tests/common.c
Tapani Pälli
1
-0
/
+1
2014-05-30
mesa/main: Add missing null check in _mesa_CreatePerfQueryINTEL()
Juha-Pekka Heikkila
1
-0
/
+5
2014-05-30
mesa/drivers: Add extra null check in blitframebuffer_texture()
Juha-Pekka Heikkila
1
-0
/
+3
2014-05-30
glsl: Add null check in loop_analysis.cpp
Juha-Pekka Heikkila
1
-2
/
+4
2014-05-30
mesa: add missing null check in _mesa_NewHashTable()
Juha-Pekka Heikkila
1
-0
/
+10
2014-05-29
loader: add optional /sys filesystem method for PCI identification.
Gary Wong
2
-11
/
+137
2014-05-29
loader: allow attempting more than one method of PCI identification.
Gary Wong
1
-18
/
+46
2014-05-29
st/egl: do not link against libloader
Emil Velikov
1
-1
/
+0
2014-05-29
egl_dri2: fix wayland_platform when drm_platform is not set
Emil Velikov
1
-4
/
+6
2014-05-29
i965/fs: Set correct number of regs_written for MCS fetches.
Matt Turner
1
-3
/
+3
2014-05-29
glx: load dri driver with RTLD_LOCAL so dlclose never fails to unload
Jerome Glisse
1
-5
/
+5
2014-05-28
i915g: Support B5G5R5A1 render targets and textures
Stéphane Marchesin
1
-0
/
+2
2014-05-28
i915g: Support R4G4B4A4 render targets and textures
Stéphane Marchesin
1
-0
/
+2
2014-05-28
i915g: Fix copy region code
Stéphane Marchesin
1
-34
/
+14
2014-05-28
glsl/tests: remove generated tests from the repo
Connor Abbott
49
-696
/
+2
2014-05-28
glsl/tests: call create_test_cases.py in optimization-test
Connor Abbott
1
-0
/
+8
2014-05-28
glsl/tests/lower_jumps: fix generated sexpr's for loops
Connor Abbott
1
-1
/
+1
2014-05-28
glsl: be more consistent about printing constants
Connor Abbott
23
-48
/
+40
2014-05-28
glsl: replace strncmp("gl_") calls with new is_gl_identifier() helper
Brian Paul
5
-9
/
+17
2014-05-28
glsl: fix use-after free bug/crash in ast_declarator_list::hir()
Brian Paul
1
-1
/
+5
2014-05-28
i965: Fix repeated usage of rectangle texture coordinate scaling.
Kenneth Graunke
1
-7
/
+20
2014-05-28
egl-static: Fix undefined reference to `loader_*'
José Fonseca
1
-0
/
+1
2014-05-28
meta/blit: Use gl_FragColor also in the msaa blit shader
Topi Pohjolainen
1
-1
/
+1
2014-05-27
nvc0/ir: use SM35 ISA with GK20A
Alexandre Courbot
3
-7
/
+12
2014-05-27
nvc0: add GK20A 3D class
Alexandre Courbot
2
-1
/
+9
2014-05-27
i965/sf: Replace push/pop in brw_emit_anyprim_setup.
Kenneth Graunke
1
-15
/
+11
2014-05-27
i965/sf: Drop unnecessary push/pop in copy_z_inv_w.
Kenneth Graunke
1
-4
/
+0
2014-05-27
i965/sf: Drop unnecessary push/pop in flatshading code.
Kenneth Graunke
1
-8
/
+0
2014-05-27
i965/sf: Move brw_compile::flag_value to brw_sf_compile.
Kenneth Graunke
3
-21
/
+24
2014-05-27
i965/sf: Move brw_set_predicate_control_flag_value to brw_sf_emit.c.
Kenneth Graunke
3
-19
/
+14
2014-05-27
i965/sf: Drop useless push/pop state from flag register mashing code.
Kenneth Graunke
1
-2
/
+0
2014-05-27
i965/sf: Drop unnecessary push/pop in do_twoside_color.
Kenneth Graunke
1
-2
/
+0
2014-05-27
i965: Don't implicitly set predicate default state in brw_CMP.
Kenneth Graunke
5
-39
/
+33
2014-05-27
i965: Drop unnecessary predication default state resets in clip code.
Kenneth Graunke
1
-6
/
+0
2014-05-27
i965/sf: Reset flag_value to 0xff before emitting SF subroutines.
Kenneth Graunke
2
-15
/
+4
2014-05-27
st/omx/enc: implement restricted b frames pattern
Leo Liu
2
-2
/
+10
2014-05-27
radeon/vce: implement non-referenced frames
Leo Liu
2
-3
/
+5
2014-05-27
vl: add interface for non-referenced frames
Leo Liu
1
-0
/
+2
2014-05-27
i965/meta: Store stencil texturing mode
Topi Pohjolainen
1
-0
/
+1
2014-05-27
meta/blit: Add stencil texturing mode save and restore
Topi Pohjolainen
2
-3
/
+14
2014-05-26
i915g: Fix shader disasm code
Stéphane Marchesin
1
-1
/
+0
2014-05-26
i915g: Fallback to sw for npot copies
Stéphane Marchesin
1
-2
/
+3
2014-05-26
i915g: handle more formats in copy
Stéphane Marchesin
3
-11
/
+91
2014-05-26
nvc0: implement clear_buffer
Tobias Klausmann
1
-0
/
+141
2014-05-26
i965: Switch types D->UD when possible to allow compaction.
Matt Turner
1
-0
/
+21
[next]