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
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
staging/23.2
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
Age
Commit message (
Expand
)
Author
Files
Lines
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
11
-139
/
+71
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
r600: A shader is bound that exports Z as a float into Red channel
Cooper Yuan
2
-0
/
+4
2009-08-11
mesa: handle glDrawPixels images which are larger than max rect texture size
Brian Paul
1
-3
/
+47
2009-08-11
mesa: added _mesa_meta_draw_pixels()
Brian Paul
2
-1
/
+188
2009-08-11
mesa: added META_FOG and optimize some meta_begin/end() code
Brian Paul
2
-28
/
+36
2009-08-11
r600: use the drm ioctls for swap and texture upload
Alex Deucher
2
-31
/
+27
2009-08-11
mesa/glapi: regenerated files from gl_API.xml
Brian Paul
1
-15
/
+59
2009-08-11
mesa: remove _mesa_set_vp_override() from _mesa_Bitmap()
Brian Paul
1
-12
/
+4
2009-08-11
r600: update num of interp if posizition is used
Cooper Yuan
1
-8
/
+10
2009-08-10
intel: use new _mesa_meta_copy_pixels() function
Brian Paul
1
-165
/
+2
2009-08-10
mesa: save/restore texture matrix in meta code
Brian Paul
1
-1
/
+20
2009-08-10
mesa: for meta blit, check max texture size, use glCopyTexSubImage2D() when p...
Brian Paul
1
-2
/
+27
2009-08-10
mesa: initial meta implementation of glCopyPixels()
Brian Paul
2
-0
/
+166
2009-08-10
mesa: remove debug flush call
Brian Paul
1
-2
/
+0
2009-08-10
intel: add missing \n to fprintf()
Brian Paul
1
-1
/
+1
2009-08-10
intel: use new _mesa_meta_blit_framebuffer() function
Brian Paul
2
-69
/
+7
2009-08-10
mesa: new driver meta-ops module
Brian Paul
3
-1
/
+883
2009-08-10
mesa: added GLcontext::Meta field for meta rendering state
Brian Paul
1
-0
/
+3
2009-08-10
radeon_fbo: switch short to byte for 565
Dave Airlie
1
-1
/
+1
2009-08-10
radeon: fix cut-n-paste in alphabits in fbo code
Dave Airlie
1
-1
/
+1
2009-08-09
r600: looks like a typo
Dave Airlie
1
-1
/
+1
[next]