index
:
~jbarnes/mesa
965-glsl
965-ttm
R300_DRIVER
arb_copy_buffer
arb_fbo
arb_fbo_cleanup
arb_geometry_shader4
arb_map_buffer_range
arb_sync
arb_vertex_array_object
asm-shader-rework-1
asm-shader-rework-2
asm-shader-rework-3
autoconf
cxx-1-branch
draw-vbuf-interface
dri2-swapbuffers
drm-gem
embedded-1-branch
embedded-2-branch
experimental-1
ext-provoking-vertex
frontbuffer-removal
gallium-0.1
gallium-0.1-dri
gallium-0.1-dri2
gallium-0.2
gallium-draw-opti
gallium-i915-current
gallium-llvmpipe
gallium-map-range
gallium-master-merge
gallium-mesa-7.4
gallium-s3tc
gallium-screen-context
gallium-softpipe-winsys
gallium-tex-surfaces
gallium-texture-transfer
gallium-vertex-linear
gallium-wgl-rework
gallium-winsys-private
gallium-xlib-rework
gallium-xorg-driver
glsl-compiler-1
glsl-continue-return
glsl-continue-return-7-5
glsl-pp-rework-1
glsl-pp-rework-2
i915tex-pageflip
i915tex-zone-rendering
i915tex_branch
i915tex_privbuffers
index-swtnl-0.1
indirect-vbo
intel-2008-q3
intel-2008-q4
lp-binning
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
new-frag-attribs
openchrome-branch
opengl-es
openvg-1.0
outputswritten64
r300-bufmgr
r500-support
r6xx-r7xx-support
r6xx-rewrite
radeon-rewrite
register-negate
softpipe-opt
softpipe-private-winsys
softpipe_0_1_branch
st-vbo
texfilter_float_branch
texformat-rework
texformat-xrgb
texman_0_1_branch
texmem-1.0
texmem_0_2_branch
texmem_0_3_branch
texture_rg
vbo-0.2
vbo_0_1_branch
vtx-0-1-branch
vtx-0-2-branch
Jesse's Mesa development tree
jbarnes
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2005-11-30
updates for 6.4.1 release
mesa_6_4_1
Brian Paul
4
-7
/
+33
2005-11-30
6.4.1 release notes
Brian Paul
1
-0
/
+47
2005-11-30
This is a major re-work of the __indirect_glInterleavedArrays routine. The
Ian Romanick
1
-133
/
+89
2005-11-29
assorted fixes for server-side direct rendering (bug 5199)
Brian Paul
4
-6
/
+6
2005-11-29
remove dri_client/ dir from tarball
Brian Paul
1
-1
/
+0
2005-11-29
use the drm files from the drm tree/package, not these
Brian Paul
5
-3531
/
+0
2005-11-29
use xf86drm.h from the drm tree
Brian Paul
1
-636
/
+0
2005-11-29
If the DDX driver didn't reserve any video RAM for textures, fall back to
Michel Dänzer
4
-22
/
+51
2005-11-27
fix BSD X server compilation problem
Brian Paul
1
-0
/
+1
2005-11-27
include stdint.h for BSD
Brian Paul
1
-11
/
+9
2005-11-25
use ADD_POINTERS macro instead of (uintptr_t) cast
Brian Paul
1
-8
/
+8
2005-11-24
Use _mesa_exec_free for fp->func.
Keith Whitwell
1
-7
/
+7
2005-11-22
added bug 5131 work-around
Brian Paul
1
-0
/
+1
2005-11-22
disable freeing of fp->func, see comment (bug 5131)
Brian Paul
1
-0
/
+7
2005-11-22
Use correct enums for program output variables. Fixes
Keith Whitwell
1
-2
/
+2
2005-11-22
Make sure tnl->_DoVertexFog is kept uptodate. Fixes fog in i915
Keith Whitwell
1
-0
/
+5
2005-11-19
in run_texnorm_stage() check if the texture unit is really enabled before try...
Brian Paul
1
-50
/
+52
2005-11-16
Fixes for x86_64 Unichrome.
Thomas Hellström
5
-19
/
+26
2005-11-16
Added error checking in _tnl_Begin to detect incomplete framebuffer.
Brian Paul
2
-2
/
+27
2005-11-16
add GL_INVALID_FRAMEBUFFER_OPERATION_EXT in _mesa_error()
Brian Paul
1
-1
/
+4
2005-11-15
fix color interpolation problem reported on VMS
Brian Paul
2
-65
/
+40
2005-11-15
check for ctx==NULL, should help with bug 4087
Brian Paul
2
-2
/
+4
2005-11-15
fix problem in stencil_and_ztest_span() when using hardware stencil
Brian Paul
1
-2
/
+6
2005-11-15
fix incorrect depth/stencil size checks
Brian Paul
1
-5
/
+5
2005-11-10
fix bug 5005
Brian Paul
1
-0
/
+1
2005-11-10
fix popping of GL_SPOT_DIRECTION (bug 5005)
Brian Paul
1
-1
/
+1
2005-11-09
fix bug 4996
Brian Paul
1
-0
/
+1
2005-11-09
fix popping of GL_EYE_PLANE state (bug 4996)
Brian Paul
1
-10
/
+20
2005-11-09
Bug 4996.
Brian Paul
4
-41
/
+39
2005-11-09
fix bug 4992
Brian Paul
1
-0
/
+1
2005-11-09
use UNCLAMPED_FLOAT_TO_USHORT/UBYTE in clear_rgba_buffer() (bug #4992)
Brian Paul
1
-9
/
+9
2005-11-04
remove unneeded HIDDEN definition (bug 4956)
Brian Paul
2
-28
/
+0
2005-11-04
fix MinGW problems (bug 4956)
Brian Paul
3
-15
/
+45
2005-11-02
added USE_MGL_NAMESPACE for x86-64 fix
Brian Paul
1
-0
/
+2
2005-11-02
added osdemos/ dir to DEMO_FILES
Brian Paul
1
-0
/
+2
2005-11-02
implement USE_MGL_NAMESPACE for x86-64 dispatch code (Mark Bolstad)
Brian Paul
2
-3448
/
+3466
2005-10-31
fix problems found with gcc 2.96 (bug 4934)
Brian Paul
8
-22
/
+57
2005-10-31
fix fragment program fog option w/ glDrawPixels
Brian Paul
1
-0
/
+1
2005-10-31
check swrast->_FogEnabled instead of ctx->Fog.Enabled
Brian Paul
6
-17
/
+25
2005-10-30
need to use absolute value for RSQ
Brian Paul
1
-1
/
+2
2005-10-29
Free old parameter list before assigning new one. FIxes memory leak.
Brian Paul
2
-3
/
+13
2005-10-29
s/lenght/length/
Brian Paul
1
-2
/
+2
2005-10-29
added LOGF wrapper
Brian Paul
1
-1
/
+5
2005-10-29
fix LIT
Brian Paul
1
-1
/
+9
2005-10-29
fix a few bugs in SWZ execution
Brian Paul
1
-5
/
+5
2005-10-29
fix two fragment/vertex program bugs
Brian Paul
1
-0
/
+2
2005-10-29
fix errors in RoughApproxPower(), do_LIT(), _tnl_program_string()
Brian Paul
1
-11
/
+12
2005-10-29
If parsing a program fails, don't change the vertex/fragment program object.
Brian Paul
4
-49
/
+47
2005-10-28
Keith's fixes for RSW and XPD (need temporaries)
Brian Paul
1
-8
/
+23
2005-10-28
include tnl.h to silence warning
Brian Paul
1
-1
/
+2
[next]