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
7.10
7.11
7.8
7.8-gles
7.9
8.0
9.0
9.1
9.2
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
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
2006-03-26
remove some unneeded code
texman_0_1_20060325
Brian Paul
2
-14
/
+0
2006-03-25
merge from trunk
Brian Paul
126
-12431
/
+19664
2006-03-25
Shorten ctx->Driver.RenderbufferTexture to ctx->Driver.RenderTexture since
Brian Paul
7
-23
/
+31
2006-03-25
Implement software fallback for render-to-texture when the texture format
Brian Paul
3
-27
/
+64
2006-03-25
fix a couple issues in _mesa_free_framebuffer_data()
Brian Paul
1
-1
/
+3
2006-03-25
comments
Brian Paul
4
-3
/
+9
2006-03-25
Implement rendering to textures for any mipmap level, any cube face, any
Brian Paul
4
-49
/
+58
2006-03-25
check if copying from FBO, adjust x, y accordingly
Brian Paul
1
-8
/
+16
2006-03-25
Check for incomplete framebuffer in _mesa_Clear()
Brian Paul
1
-1
/
+7
2006-03-25
unlock mutex before freeing data (caught w/ valgrind)
Brian Paul
1
-2
/
+2
2006-03-25
Replace _mesa_destroy_context() with _mesa_free_context_data() because ctx
Brian Paul
1
-2
/
+1
2006-03-25
silence several -pedantic warnings
Brian Paul
1
-4
/
+11
2006-03-25
remove stray semicolon
Brian Paul
1
-1
/
+1
2006-03-25
s/inline/INLINE/ to allow use of -ansi flag with gcc.
Brian Paul
7
-13
/
+13
2006-03-24
merge from trunk
Brian Paul
1
-72
/
+79
2006-03-24
In i915/i830_update_tex_unit() get the firstImage pointer _after_ we've called
Brian Paul
2
-2
/
+12
2006-03-24
added some missing formats in _mesa_source/dest_buffer_exists()
Brian Paul
1
-2
/
+16
2006-03-24
better switch cases
Brian Paul
1
-1
/
+6
2006-03-24
update scissor at end of intel_draw_buffer()
Brian Paul
1
-0
/
+4
2006-03-24
no need to pass ctx to _mesa_clip_to_region()
Brian Paul
5
-8
/
+6
2006-03-24
update i915/i830Scissor to use DrawBuffer instead of driDrawable bounds
Brian Paul
2
-26
/
+12
2006-03-24
minor clean-ups
Brian Paul
1
-3
/
+4
2006-03-24
more fixes and clean-up in intelCopyBuffer()
Brian Paul
1
-14
/
+9
2006-03-23
some comments
Brian Paul
1
-0
/
+3
2006-03-23
just comments
Brian Paul
1
-2
/
+3
2006-03-23
another intelFlush() call
Brian Paul
1
-1
/
+3
2006-03-23
fix some mapping bugs
Brian Paul
1
-4
/
+4
2006-03-23
check for NULL rb in _mesa_framebuffer_renderbuffer()
Brian Paul
1
-2
/
+4
2006-03-23
Added an intelFlush() call inside intel_bind_framebuffer() to be sure
Brian Paul
1
-0
/
+5
2006-03-23
added render/framebuffer locking for thread safety
Brian Paul
4
-0
/
+25
2006-03-23
tweak to render-to-texture region code
Brian Paul
1
-3
/
+14
2006-03-23
In intelCopyBuffer() use current context, not dPriv->driContextPriv->driverPr...
Brian Paul
1
-0
/
+10
2006-03-23
move prevLockFile/Line into context struct
Brian Paul
2
-17
/
+10
2006-03-23
INTEL_PACKCOLOR() no longer needed
Brian Paul
1
-7
/
+0
2006-03-23
Combine the bodies of _mesa_FramebufferTexture1D/2D/3DEXT into a single
Brian Paul
1
-149
/
+100
2006-03-23
Comment about removing screen->fbFormat field in the future.
Brian Paul
1
-1
/
+1
2006-03-23
In intelClearColor() always compute both 16bpp and 32bpp clear values
Brian Paul
5
-14
/
+24
2006-03-23
Initial attempt at software fallback for rendering to a hardware texture
Brian Paul
1
-10
/
+21
2006-03-23
Before calling intel_region_release/reference() check if the regions
Brian Paul
1
-4
/
+8
2006-03-23
Only try to validate depth/stencil pairing for user-created FBOs.
Brian Paul
1
-2
/
+5
2006-03-23
assert(refcount > 0) in intel_region_release() - helpful for finding refernce...
Brian Paul
1
-2
/
+5
2006-03-23
use intel_region_reference() in MakeCurrent to make sure we don't accidentall...
Brian Paul
1
-8
/
+12
2006-03-22
fix 16bpp bug
Brian Paul
1
-1
/
+1
2006-03-22
fix a test in intel_validate_paired_depth_stencil(), fixes a 16bpp bug
Brian Paul
1
-1
/
+1
2006-03-22
Rendering to FBO w/ stencil but w/out depth works now.
Brian Paul
4
-51
/
+42
2006-03-22
need to resize the depth/stencil wrappers, if present, in _mesa_resize_frameb...
Brian Paul
1
-4
/
+26
2006-03-22
need an AllocStorage function for resizes
Brian Paul
1
-1
/
+27
2006-03-22
Merge from trunk (get RENDER_START, clip code movement)
Brian Paul
2
-13
/
+29
2006-03-22
assertion fixes
Brian Paul
1
-1
/
+3
2006-03-22
remove some invalid assertions (storage may not yet be allocated for the rend...
Brian Paul
1
-4
/
+0
[next]