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
2009-08-13
tgsi: turn off debugging
Keith Whitwell
1
-1
/
+1
2009-08-13
tgsi: use REALLOC for growing token pool
Keith Whitwell
1
-11
/
+5
2009-08-13
util: silence warnings for third REALLOC argument
Keith Whitwell
1
-1
/
+7
2009-08-13
util: remove unneeded includes
Keith Whitwell
1
-4
/
+0
2009-08-13
util: convert u_simple_shaders to use tgsi_ureg
Keith Whitwell
1
-258
/
+60
2009-08-13
tgsi: add tgsi_ureg, a simplified tgsi shader builder
Keith Whitwell
5
-0
/
+1381
2009-08-13
i965: fix cube map on IGDNG
Xiang, Haihao
1
-5
/
+8
2009-08-12
glsl: remove duplicate frag input entry
Brian Paul
1
-1
/
+0
2009-08-12
Merge branch 'new-frag-attribs'
Brian Paul
12
-151
/
+107
2009-08-12
mesa: const qualifiers
Brian Paul
1
-2
/
+2
2009-08-12
vbo: use _mesa_is_bufferobj()
Brian Paul
4
-18
/
+21
2009-08-12
mesa: use _mesa_is_bufferobj()
Brian Paul
12
-46
/
+49
2009-08-12
mesa: use _mesa_is_bufferobj()
Brian Paul
1
-17
/
+17
2009-08-12
mesa: new _mesa_is_bufferobj() function
Brian Paul
1
-0
/
+12
2009-08-12
i965: Make the cube mapping RCP use a writemask.
Eric Anholt
1
-2
/
+2
2009-08-12
i965: Allocate destination registers for GLSL TEX instructions contiguously.
Eric Anholt
1
-0
/
+24
2009-08-12
i965: drop dead scalar handling in GLSL.
Eric Anholt
2
-14
/
+0
2009-08-12
i965: Correct brw_wm_nr_args for WM_DELTAXY and WM_PIXELXY.
Eric Anholt
1
-2
/
+2
2009-08-12
i965: Drop GLSL ABS code, which is translated away in brw_wm_fp.
Eric Anholt
1
-20
/
+0
2009-08-12
i965: Drop code for emitting OPCODE_SUB, since brw_wm_fp.c makes it an ADD.
Eric Anholt
1
-21
/
+0
2009-08-12
i965: Store the dispatch width in the WM compile struct.
Eric Anholt
2
-0
/
+3
2009-08-12
i965: Handle scalar result swizzling in shared GLSL/non-GLSL code.
Eric Anholt
5
-69
/
+103
2009-08-12
i965: Flag ARL-using programs as requiring brw_wm_glsl.c
Eric Anholt
1
-0
/
+1
2009-08-12
i965: Remove some unused WM opcode args.
Eric Anholt
1
-6
/
+4
2009-08-12
i965: Avoid re-uploading the index buffer when we don't need to.
Eric Anholt
5
-16
/
+55
2009-08-12
r600: fix warning
Alex Deucher
2
-3
/
+3
2009-08-12
r600: state cleanups
Alex Deucher
4
-52
/
+40
2009-08-12
r600: clean up Create/DestroyContext
Alex Deucher
3
-15
/
+6
2009-08-12
r200: Prevent TexGenMatrix from leaking when destroying r200 context.
Pauli Nieminen
2
-5
/
+17
2009-08-12
vbo: fix incorrect pointer
Brian Paul
1
-1
/
+1
2009-08-12
glsl: add gl_Vertex, gl_Normal, etc to list of active attributes
Brian Paul
1
-0
/
+19
2009-08-12
glsl: move predefined shader input/output info/code to slang_builtin.c
Brian Paul
4
-103
/
+199
2009-08-12
vbo: Avoid extra validation of DrawElements.
Eric Anholt
17
-117
/
+156
2009-08-12
radeon: Minor warnings cleanup.
Eric Anholt
5
-7
/
+16
2009-08-12
i965: Use _MaxElement instead of index-calculated min/max for VBO bounds.
Eric Anholt
1
-2
/
+3
2009-08-12
radeon: Add protection against recursive DRM locking.
Pauli Nieminen
4
-3
/
+64
2009-08-12
st/xorg: Acquire/drop DRM master in order to work with multiple servers.
Michel Dänzer
1
-0
/
+15
2009-08-12
gallium/glx/xlib: main/ prefix on Mesa includes, remove -I$(TOP)/src/mesa/main/
Brian Paul
4
-10
/
+9
2009-08-12
gallium/glx/xlib: updated comments
Brian Paul
3
-4
/
+2
2009-08-12
gallium/glx/xlib: delete fakeglx.h
Brian Paul
1
-41
/
+0
2009-08-12
gallium/glx/xlib: rename fakeglx.c to glx_api.c
Brian Paul
3
-2
/
+2
2009-08-12
gallium/glx/xlib: delete glxapi.h
Brian Paul
1
-36
/
+0
2009-08-12
gallium/glx/xlib: rename fakeglx_fonts.c to glx_usefont.c
Brian Paul
3
-2
/
+2
2009-08-12
gallium/glx/xlib: rename glxapi.c to glx_getproc.c
Brian Paul
3
-2
/
+3
2009-08-12
gallium/glx/xlib: don't include fakeglx.h
Brian Paul
1
-1
/
+0
2009-08-12
gallium/glx/xlib: overhaul and simplification of the Gallium Xlib-based GLX
Brian Paul
4
-1574
/
+280
2009-08-12
r600: A shader is bound that exports Z as a float into Red channel
Cooper Yuan
2
-0
/
+4
2009-08-11
egl: Use _eglAddAtExitCall to free thread infos and displays.
Chia-I Wu
2
-3
/
+4
2009-08-11
egl: Add _eglAddAtExitCall.
Chia-I Wu
2
-0
/
+49
2009-08-11
egl: Make _eglGlobal initialize statically.
Chia-I Wu
3
-37
/
+6
[next]