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
2004-08-13
fix some memory leaks (bug #1002030)
mesa_6_0_branch
Brian Paul
6
-46
/
+110
2004-08-13
bump version to 6.0.2, in case of such a release
Brian Paul
1
-3
/
+3
2004-07-28
updated from oss.sgi.com
Brian Paul
2
-16
/
+141
2004-07-26
update from trunk
Brian Paul
3
-18
/
+16
2004-07-26
consistantly use unpack parameter, instead of ctx->Unpack (Daniel Borca)
Brian Paul
1
-26
/
+32
2004-07-20
new image (see mesa bug #993926)
Brian Paul
1
-0
/
+0
2004-07-05
patch for AIX (bug 983144)
Brian Paul
1
-2
/
+4
2004-07-05
added cast to fix AIX color interpolation problem (bug 983144)
Brian Paul
1
-14
/
+14
2004-07-01
AIX fixes (Shane Blackett, bug #983144)
Brian Paul
2
-3
/
+32
2004-06-29
fix another bug in get_register_pointer()
Brian Paul
1
-1
/
+3
2004-06-29
the get_register_pointer() function was pretty well broken in a few ways
Brian Paul
1
-13
/
+10
2004-06-28
glBegin/EndQueryARB didn't work inside display lists
Brian Paul
1
-2
/
+63
2004-06-25
merge fix from trunk (fixes bug 979597)
Brian Paul
1
-23
/
+16
2004-06-25
remove program from hash table when deleted (bug 979514)
Brian Paul
1
-1
/
+3
2004-06-24
fix HP occlusion testing when using generic span path
Brian Paul
3
-12
/
+13
2004-06-23
Fixed occlusion_zless_triangle() to work with 16 or 32-bit Z buffers.
Brian Paul
1
-16
/
+28
2004-06-23
updated to version 23
Brian Paul
1
-3
/
+63
2004-06-22
Alexander Gottwald's patch for cygwin
Brian Paul
1
-1
/
+4
2004-06-20
store's to RC/HC didn't work (bug 976287)
Brian Paul
1
-1
/
+5
2004-06-11
added GL_BGR and GL_BGRA to is_color_format() (Ronny Vindenes
Brian Paul
1
-0
/
+2
2004-06-11
fix some minor glitches in glGetTexParameter code
Brian Paul
1
-9
/
+9
2004-06-10
Additional error checking for glTexImageXD.
Brian Paul
1
-8
/
+65
2004-06-08
fix parse error in sign of exponents (bug 968323)
Brian Paul
1
-30
/
+12
2004-06-03
updated GLUT URL
Brian Paul
1
-1
/
+1
2004-06-02
fix stencil index bug (#964704)
Brian Paul
1
-4
/
+3
2004-06-02
Check for NULL texture object when choosing texture sampler. Fixes segfault ...
Brian Paul
2
-102
/
+108
2004-05-29
check for null pointer in Fake_glXCreateGLXPbufferSGIX() (bug 961376)
Brian Paul
1
-2
/
+2
2004-05-25
only use simple_z_textured_triangle if depthBits <= 16
Brian Paul
1
-3
/
+5
2004-05-17
fixed some bogus array enable tests (Soju Matsumoto)
Brian Paul
1
-6
/
+6
2004-05-14
Minor fixes/optimizations to type conversions in draw_depth_pixels().
Brian Paul
1
-29
/
+43
2004-05-12
GL_BGR can't be used with the packed types, according to the GL spec. Enforc...
Brian Paul
1
-1
/
+14
2004-05-12
some component ordering bugs in extract_float_rgba()
Brian Paul
1
-26
/
+34
2004-05-01
minor vertex/fragment program tweaks
Brian Paul
1
-5
/
+3
2004-04-26
build fixes from the XFree86 trunk
Alan Hourihane
56
-101
/
+206
2004-04-25
s/-mv8/-mcpu=ultrasparc/ (bug 941338)
Brian Paul
1
-2
/
+2
2004-04-25
fix HP-UX typo (bug 941576)
Brian Paul
1
-1
/
+1
2004-04-23
minor fixes for entrypoint name mangling
Brian Paul
1
-0
/
+10
2004-04-23
GL_DOUBLE doesn't follow GL_FLOAT, fix indexing (Keith Harrison)
Brian Paul
1
-2
/
+2
2004-04-23
new CYGWIN docs from Eric Lassauge
Brian Paul
1
-0
/
+256
2004-04-22
minor re-ordering
Brian Paul
1
-17
/
+17
2004-04-22
updates for Cygnus (Eric Lassauge)
Brian Paul
11
-3
/
+899
2004-04-22
added glfbdev.h to tarball
Brian Paul
1
-1
/
+2
2004-04-21
fixes for OpenStep (Charles Valat)
Brian Paul
1
-4
/
+6
2004-04-20
merge in Keith's latest tweak
Brian Paul
1
-1
/
+1
2004-04-20
merge vertex copying bugfix from trunk
Brian Paul
2
-8
/
+19
2004-04-19
in TexEnv functions, check if pname == GL_TEXTURE_ENV_COLOR and fetch appropr...
Brian Paul
1
-14
/
+26
2004-04-13
minor tweak for Darwin
Brian Paul
1
-1
/
+1
2004-04-13
check for __AMD64__ when setting USE_IEEE (Ronnny Vindenes)
Brian Paul
1
-2
/
+2
2004-04-13
fix the usage of GLX_MESA_allocate_memory
Alan Hourihane
2
-6
/
+6
2004-04-11
build fix for VMS
Alan Hourihane
1
-1
/
+1
[next]