index
:
~alon/mesa
7.10
7.8
7.8-gles
7.9
965-glsl
965-ttm
R300_DRIVER
arb_copy_buffer
arb_fbo
arb_fbo_cleanup
arb_fbo_indirect
arb_geometry_shader4
arb_half_float_vertex
arb_map_buffer_range
arb_robustness
arb_sampler_objects
arb_sync
arb_vertex_array_object
asm-shader-rework-1
asm-shader-rework-2
asm-shader-rework-3
autoconf
cxx-1-branch
d3d1x-addons
draw-instanced
dri2-swapbuffers
drm-gem
embedded-1-branch
embedded-2-branch
experimental-1
ext-provoking-vertex
flex-and-bison-required
floating
frontbuffer-removal
gallium-0.1
gallium-0.1-dri
gallium-0.1-dri2
gallium-0.2
gallium-array-textures
gallium-buffer-usage-cleanup
gallium-context-transfers-2
gallium-cylindrical-wrap
gallium-double-opcodes
gallium-drm-driver-descriptor
gallium-dynamicstencilref
gallium-fb-dimensions
gallium-float-1111-format
gallium-format-cleanup
gallium-front-ccw
gallium-gpu4-texture-opcodes
gallium-integer-opcodes
gallium-llvmpipe
gallium-mesa-7.4
gallium-msaa
gallium-new-formats
gallium-newclear
gallium-no-nvidia-opcodes
gallium-no-rhw-position
gallium-no-texture-blanket
gallium-nopointsizeminmax
gallium-render-condition-predicate
gallium-resource-sampling
gallium-resources
gallium-sampler-view
gallium-softpipe-winsys
gallium-st-api
gallium-st-api-dri
gallium-stream-out
gallium-sw-api
gallium-tgsi-semantic-cleanup
gallium-util-format-is-supported
gallium-vertexelementcso
gallium_draw_llvm
gallivm-call
glapi-reorg
glsl-compiler-1
glsl-continue-return
glsl-continue-return-7-5
glsl-pp-rework-1
glsl-pp-rework-2
glsl2
glsl2-llvm
glsl2-lower-variable-indexing
graw-tests
i915tex-pageflip
i915tex-zone-rendering
i915tex_branch
i915tex_privbuffers
index-swtnl-0.1
indirect-vbo
intel-2008-q3
intel-2008-q4
llvm-cliptest-viewport
llvm-context
lp-line-rast
lp-offset-twoside
lp-setup-llvm
lp-surface-tiling
map-tex-branch
master
mesa
mesa_20040127_branch
mesa_20040309_branch
mesa_20050114_branch
mesa_3_2_dev
mesa_3_3_texture_env_combine2
mesa_3_4_branch
mesa_4_0_branch
mesa_5_0_branch
mesa_6_0_branch
mesa_6_2_branch
mesa_6_4_branch
mesa_7_0_branch
mesa_7_2_branch
mesa_7_4_branch
mesa_7_4_idr_staging
mesa_7_5_branch
mesa_7_6_branch
mesa_7_7_branch
nv50-compiler
nvc0
openchrome-branch
opengl-es
opengl-es-v2
openvg-1.0
outputswritten64
pipe-video
primitive-restart
r300-bufmgr
r500-support
r6xx-r7xx-support
r6xx-rewrite
radeon-rewrite
remove-driver-date
remove-redundant-helpers
shader-file-reorg
shader-work
softpipe_0_1_branch
spice_vgallium
sprite-coord
st-mesa-per-context-shaders
st-vbo
texfilter_float_branch
texformat-xrgb
texman_0_1_branch
texmem-1.0
texmem_0_2_branch
texmem_0_3_branch
texture_rg
texture_rg-2
thalloc
vbo_0_1_branch
vtx-0-1-branch
vtx-0-2-branch
Unnamed repository; edit this file to name it for gitweb.
alon
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2006-10-18
patch to increate MaxTextureLevels to 11 (Benno Schulenberg)
mesa_6_4_branch
Brian Paul
5
-38
/
+35
2006-07-19
from trunk: fix vertex program + evaluator crash
Brian Paul
3
-22
/
+34
2006-07-18
add missing 'return' after a few _mesa_error() calls in _mesa_GetTexImage()
Brian Paul
1
-3
/
+5
2006-07-10
The SiS and Unichrome drivers assume that the handle to the
Thomas Hellström
6
-15
/
+55
2006-06-28
Remove MKDEP-related lines (commented out on trunk).
Brian Paul
2
-8
/
+0
2006-06-15
Call _mesa_resize_framebuffer() and recalculate some
Keith Whitwell
1
-0
/
+24
2006-06-14
Protect _swrast_read_rgba_span with RENDER_START/FINISH
Keith Whitwell
1
-0
/
+10
2006-06-08
check for invalid mode in glBegin(), bug 7142
Brian Paul
1
-0
/
+5
2006-06-02
set per-context GL_DRAW_BUFFER state regardless of currently bound FBO
Brian Paul
1
-6
/
+4
2006-06-02
fix depth-component test to allow rectangular textures
Brian Paul
1
-1
/
+4
2006-05-30
Set NegateBase field to 0x0 or 0xf instead of GL_FALSE/GL_TRUE since it's
Brian Paul
1
-9
/
+9
2006-05-30
free convolved image / fix mem leak (bug 7077)
Brian Paul
1
-0
/
+1
2006-05-23
In cache_item(), there was sizeof(void) expression.
Brian Paul
1
-1
/
+1
2006-05-22
from trunk: GL_INDEX_OFFSET plus CI->RGB mapping didn't work
Brian Paul
1
-9
/
+10
2006-05-22
further memory fixes for glean/conform, use a better hash function
Keith Whitwell
2
-17
/
+24
2006-05-22
Clear cache if it gets too big -- otherwise glean/conform type tests
Keith Whitwell
1
-13
/
+28
2006-05-22
Fix typo
Keith Whitwell
1
-1
/
+1
2006-05-22
initialize some values
Keith Whitwell
1
-0
/
+4
2006-05-22
import bugfixes from trunk
Keith Whitwell
1
-13
/
+18
2006-05-22
better cache lookups for texenv programs
Keith Whitwell
4
-17
/
+64
2006-05-22
Doubly linked lists and a separate freelist, fix mm.c performance problems.
Keith Whitwell
2
-117
/
+153
2006-05-11
fixes for bug 6863 from trunk
Brian Paul
1
-3
/
+3
2006-05-01
Fix typeo in the description message and URL for the bug.
Ian Romanick
1
-2
/
+2
2006-04-17
fix loop upper bound in _tnl_copy_from_current(), bug 6631
Brian Paul
1
-1
/
+1
2006-04-06
UsesKill flag
Keith Whitwell
2
-0
/
+3
2006-04-06
Correct OutputRegisters strings
Keith Whitwell
1
-2
/
+3
2006-04-06
Add FP_MAX_OPCODE
Keith Whitwell
1
-1
/
+3
2006-04-06
Use VERT_RESULT_ defines instead of hardwired numbers
Keith Whitwell
1
-16
/
+26
2006-04-06
Renumber VERT_RESULT_ flags to match FRAG_ATTRIB flags
Keith Whitwell
1
-14
/
+17
2006-03-29
Dave Reveman's scissor fix (bug 6222)
Brian Paul
3
-16
/
+26
2006-03-29
only call ctx->Driver.Bitmap() if there's data to render (from trunk)
Brian Paul
1
-7
/
+9
2006-03-29
fix 3-byte stride mix-up (from trunk, Daniel Borca)
Brian Paul
1
-2
/
+2
2006-03-27
fix PutRowRGB for OSMESA_RGB_656 (Daniel Borca)
Brian Paul
1
-3
/
+3
2006-03-15
latest updates for 6.4.3
Brian Paul
1
-2
/
+4
2006-03-15
remove invalid assertion in _glapi_get_dispatch(), fixes additional thread sa...
Brian Paul
1
-1
/
+0
2006-03-15
undef previous GET_DISPATCH macro
Brian Paul
1
-2
/
+5
2006-03-15
thread safety fix from trunk
Brian Paul
2
-5
/
+6
2006-03-14
Merge from HEAD:
Eric Anholt
1
-0
/
+3
2006-03-14
Set always_array=true for glGenProgramsNV (Dave Reveman)
Brian Paul
2
-2
/
+2
2006-03-14
replace dprintf() with _glu_dprintf() (bug 6244)
Brian Paul
16
-143
/
+143
2006-03-07
print newline in _mesa_warning()
Brian Paul
1
-4
/
+4
2006-03-07
call _mesa_update_framebuffer_visual() in _mesa_FramebufferRenderbufferEXT() ...
Brian Paul
1
-2
/
+7
2006-03-07
FreeBSD updates (Pedro Giffuni)
Brian Paul
1
-5
/
+15
2006-03-05
Attempt to fix the issue reported by Alan Grimes with DRM_RADEON_TEXTURE
Roland Scheidegger
3
-3
/
+3
2006-03-02
Fix bugs with glGet/glIsEnabled and enums which are defined by more than one ...
Roland Scheidegger
4
-712
/
+783
2006-03-02
s/GL_INVALID_VALUE/GL_INVALID_ENUM/
Brian Paul
2
-4
/
+4
2006-02-24
_mesa_copy_context() didn't handle GL_LIGHTING_BIT properly.
Brian Paul
2
-3
/
+4
2006-02-24
Fix _mesa_copy_texture_state() so that we copy texture object bindings,
Brian Paul
2
-13
/
+41
2006-02-23
include inttypes.h if __osf__ defined (Randall Hand)
Brian Paul
1
-1
/
+1
2006-02-23
update Blender link
Brian Paul
1
-1
/
+1
[next]