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
7.10
7.11
7.8
7.8-gles
7.9
8.0
9.0
9.1
9.2
gallium-no-rhw-position
master
opengl-es-v2
staging/20.0
staging/20.1
staging/20.2
staging/20.3
staging/21.0
staging/21.1
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-06-06
nvc0: don't bother trying to set up compute for gk110+
Ilia Mirkin
1
-3
/
+3
2014-06-06
gk110: add in forgotten code for gk110 isa
Ilia Mirkin
1
-0
/
+13
2014-06-06
gk110/ir: emit texbar the same way that the blob does
Ilia Mirkin
1
-1
/
+1
2014-06-06
scons: Search only for mingw-w64 cross-compilers.
José Fonseca
1
-15
/
+2
2014-06-05
i915g: Remove 4444 and 5551 formats
Stéphane Marchesin
2
-4
/
+2
2014-06-06
nvc0/ir: Handle OP_POPCNT when folding constant expressions
Tobias Klausmann
1
-0
/
+13
2014-06-06
nvc0/ir: Handle OP_BFIND when folding constant expressions
Tobias Klausmann
1
-0
/
+17
2014-06-06
nvc0/ir: Handle reverse subop for OP_EXTBF when folding constant expressions
Tobias Klausmann
1
-2
/
+6
2014-06-06
nv50/ir: clear subop when folding constant expressions
Tobias Klausmann
1
-0
/
+1
2014-06-05
i965: Support GL_CLAMP natively on Broadwell.
Kenneth Graunke
3
-4
/
+13
2014-06-05
i965: Pass brw to translate_wrap_mode().
Kenneth Graunke
3
-8
/
+9
2014-06-05
i965: use _mesa_align_malloc in intel_miptree_map_movntdqa
Tapani Pälli
1
-2
/
+2
2014-06-05
i965/fs: Allow array dereference of HW_REG.
Chris Forbes
1
-1
/
+1
2014-06-04
st/omx/enc: enable b frames
Leo Liu
2
-3
/
+5
2014-06-04
radeon/vce: implement h264 profile support
Leo Liu
1
-1
/
+4
2014-06-04
st/omx/enc: implement h264 profile support
Leo Liu
2
-2
/
+49
2014-06-04
vl: add more avc profiles
Leo Liu
2
-1
/
+9
2014-06-04
wgl: Disable CRT message boxes when Windows system error messages boxes are d...
José Fonseca
3
-0
/
+43
2014-06-04
glapi: Note apparent gap in numbering from ARB_multi_draw_indirect
Chris Forbes
1
-0
/
+3
2014-06-04
docs: Mark off gs5/overload resolution
Chris Forbes
1
-1
/
+1
2014-06-04
glsl: Implement overload resolution for ARB_gpu_shader5
Chris Forbes
1
-0
/
+71
2014-06-04
glsl: Add support for comparing function parameter conversions
Chris Forbes
1
-3
/
+79
2014-06-04
glsl: Build a list of inexact function matches
Chris Forbes
1
-11
/
+32
2014-06-04
docs: Mark off gs5/implicit conversions
Chris Forbes
1
-1
/
+1
2014-06-04
glsl: Allow int -> uint implicit conversions on function parameters
Chris Forbes
1
-3
/
+16
2014-06-04
glsl: Pass parse state to can_implicitly_convert_to()
Chris Forbes
4
-6
/
+8
2014-06-04
glsl: Pass parse state to parameter_lists_match()
Chris Forbes
1
-2
/
+3
2014-06-04
glsl: Add support for int -> uint implicit conversions
Chris Forbes
1
-0
/
+8
2014-06-04
glsl: Clean up apply_implicit_conversion
Chris Forbes
1
-27
/
+31
2014-06-04
docs: Update `precise` qualifier status in GL3.txt
Chris Forbes
1
-1
/
+1
2014-06-04
glsl: Allow `precise` as a parameter qualifier
Chris Forbes
1
-2
/
+10
2014-06-04
glsl: Disallow `precise` redeclarations of vars from outer scopes
Chris Forbes
1
-0
/
+9
2014-06-04
glsl: Add support for `precise` redeclarations
Chris Forbes
4
-7
/
+47
2014-06-04
glsl: add support for `precise` in type_qualifier
Chris Forbes
5
-8
/
+48
2014-06-04
glsl: remove outdated comment, move sample to correct block
Chris Forbes
1
-3
/
+3
2014-06-03
i965: Fix copy and pasted values in Broadwell code.
Kenneth Graunke
1
-10
/
+21
2014-06-03
glsl: Make most ir_instruction::as_subclass() functions non-virtual.
Matt Turner
1
-109
/
+52
2014-06-03
glsl: Move ir_type_unset to end of enumeration.
Matt Turner
2
-7
/
+3
2014-06-03
glsl: Reorder ir_type_* enum for easier comparisons.
Matt Turner
1
-7
/
+7
2014-06-03
glsl: Remove useless call to as_rvalue().
Matt Turner
1
-1
/
+1
2014-06-03
glsl: Set ir_instruction::ir_type in the base class constructor
Ian Romanick
2
-54
/
+57
2014-06-03
egl: Check for NULL native_window in eglCreateWindowSurface
Sinclair Yeh
1
-0
/
+4
2014-06-03
r600g,radeonsi: don't use hardware MSAA resolve if dst is fast-cleared
Marek Olšák
2
-2
/
+4
2014-06-03
radeonsi: BlitFramebuffer should follow render condition
Marek Olšák
1
-5
/
+6
2014-06-03
r600g: BlitFramebuffer should follow render condition
Marek Olšák
1
-5
/
+6
2014-06-03
r300g: BlitFramebuffer should follow render condition
Marek Olšák
1
-3
/
+4
2014-06-03
r600g,radeonsi: disable fast clear if render condition is on
Marek Olšák
1
-0
/
+3
2014-06-03
mesa: Make glGetIntegerv(GL_*_ARRAY_SIZE) return GL_BGRA.
José Fonseca
2
-2
/
+12
2014-06-03
mesa/main: Make get_hash.c values constant.
José Fonseca
1
-1
/
+1
2014-06-02
i965: Add _default_ name changes to test_eu_compact.c.
Vinson Lee
1
-5
/
+5
[next]