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
2003-04-05
Some Doxygenization of the comments
cxx-1-branch
Jose Fonseca
8
-269
/
+447
2003-04-02
Adapt to use the new texture object containment scheme.
Jose Fonseca
2
-325
/
+337
2003-04-02
Seperate code in _mesa_delete_texture_object into _mesa_free_texture_object_d...
Jose Fonseca
2
-10
/
+35
2003-04-02
nitial import of the existing C++ framework files.
Jose Fonseca
10
-0
/
+2216
2003-04-01
Initial import of the existing C++ framework files.
Jose Fonseca
1
-0
/
+993
2003-04-01
added GL_PROXY_TEXTURE_RECTANGLE_NV to is_proxy_target()
Brian Paul
1
-3
/
+2
2003-04-01
clean-up current state initialization
Brian Paul
1
-9
/
+8
2003-04-01
added GL_FRAGMENT_PROGRAM_NV (Alan Matsuoka)
Brian Paul
1
-1
/
+17
2003-04-01
minor initialization fixes
Brian Paul
1
-2
/
+4
2003-04-01
improve some error messages
Brian Paul
1
-6
/
+6
2003-04-01
GL_SECONDARY_COLOR_ARRAY_SIZE_EXT query was returning stride
Brian Paul
1
-5
/
+5
2003-04-01
GL_FOG_COORDINATE_SOURCE_EXT query was missing
Brian Paul
1
-1
/
+17
2003-04-01
fix GL_LIST_MODE, GL_CURRENT_MATRIX_STACK_DEPTH_NV and GL_CURRENT_MATRIX_NV q...
Brian Paul
1
-17
/
+37
2003-04-01
fix default compare mode
Brian Paul
1
-2
/
+2
2003-04-01
s/gl_ctx/mesa/ and misc clean-ups
Brian Paul
1
-27
/
+33
2003-04-01
use structure containment to derive xmesa_context from GLcontext
Brian Paul
7
-264
/
+279
2003-04-01
New device driver hooks for texture object and texture image creation to
Brian Paul
9
-391
/
+487
2003-04-01
comments
Brian Paul
1
-2
/
+1
2003-04-01
_mesa_realloc() fix
Brian Paul
1
-7
/
+7
2003-04-01
added gnumake/gmake info
Brian Paul
1
-0
/
+3
2003-04-01
Committing in .
Jouk Jansen
1
-1
/
+1
2003-03-31
Remove dead code.
Brian Paul
2
-204
/
+92
2003-03-31
clean-ups, const qualifiers
Brian Paul
1
-56
/
+60
2003-03-31
minor clean-ups, const qualifiers
Brian Paul
1
-10
/
+6
2003-03-31
reduce memory needed for vertex attributes (allocate on demand)
Brian Paul
8
-204
/
+327
2003-03-31
use gluSphere instead of glutSphere so we get texcoords
Brian Paul
1
-9
/
+18
2003-03-31
fixed bad texgen Q problem
Brian Paul
1
-2
/
+3
2003-03-30
minor updates
Brian Paul
1
-23
/
+29
2003-03-30
added MD5 checksums
Brian Paul
1
-1
/
+12
2003-03-30
added 5.0.1 info
Brian Paul
1
-2
/
+39
2003-03-30
minor change
Brian Paul
1
-1
/
+1
2003-03-30
5.0.1 updates
Brian Paul
5
-4
/
+98
2003-03-30
enable 1.4 extensions
Brian Paul
1
-2
/
+2
2003-03-29
remove debug printf
Brian Paul
1
-3
/
+1
2003-03-29
remove duplicate line
Brian Paul
2
-4
/
+2
2003-03-29
Basic infrastructure for GL_ARB_vertex_buffer_object.
Brian Paul
14
-13
/
+209
2003-03-29
print GL_MULTISAMPLE_ARB
Brian Paul
1
-1
/
+4
2003-03-29
fix texgen msg strings
Brian Paul
1
-3
/
+3
2003-03-29
minor updates
Brian Paul
3
-4
/
+5
2003-03-29
added GL_ARB_vertex_buffer_object functions
Brian Paul
1
-0
/
+22
2003-03-29
disable normal xform code for now
Brian Paul
1
-3
/
+6
2003-03-29
added _mesa_print_nv_vertex_instruction()
Brian Paul
2
-12
/
+26
2003-03-29
proper dispatch for NV_fragment_program functions
Brian Paul
3
-54
/
+70
2003-03-29
GL_ARB_vertex_buffer_object, GL_ARB_vertex_program, GL_NV_fragment_program en...
Brian Paul
6
-0
/
+2844
2003-03-29
added entries for GL_ARB_vertex_buffer_object, GL_ARB_vertex_program, GL_NV_f...
Brian Paul
1
-53
/
+690
2003-03-29
DOS updates from Daniel Borca
Brian Paul
9
-174
/
+160
2003-03-29
fix EXP instruction and ARL-relative addressing
Brian Paul
1
-17
/
+9
2003-03-28
minor clean-ups, comments, etc
Brian Paul
4
-90
/
+96
2003-03-27
fixed ColorMask problem for front-buffer rendering
Brian Paul
1
-4
/
+5
2003-03-25
remove some unfinished code accidently checked in
Brian Paul
1
-4
/
+1
[next]