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
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2009-12-04
glu/sgi: Fix memory leak in gluScaleImage.
Vinson Lee
1
-0
/
+2
2009-12-04
glu: Fix memory leak in __gl_meshMakeEdge.
Vinson Lee
1
-1
/
+6
2009-12-03
gallium/util: Initialize variables in u_pack_color.h.
Vinson Lee
1
-1
/
+4
2009-12-03
r200: fix polygon stipple
Alex Deucher
4
-17
/
+11
2009-12-02
cell: added tex_usage param to xm_surface_buffer_create()
Brian Paul
1
-0
/
+1
2009-12-01
intel: Remove GL_NV_point_sprite from extension list
Ian Romanick
1
-1
/
+0
2009-11-30
mesa: set version string to 7.6.1-rc2
Ian Romanick
1
-1
/
+1
2009-11-30
i915: Actually put i915PointParameterfv in the driver function table. Duh.
Ian Romanick
1
-0
/
+1
2009-11-29
i915: Fallback bit define missed on previous commit
Ian Romanick
1
-0
/
+1
2009-11-29
i915: Round point sizes instead of truncate.
Ian Romanick
1
-1
/
+1
2009-11-29
i915: Enable point sprite coordinate generation
Ian Romanick
1
-0
/
+29
2009-11-25
Improve implementation of GL_POINT_SPRITE_COORD_ORIGIN errors
Ian Romanick
1
-1
/
+6
2009-11-25
radeon: fix context destroy needing lock for flushing.
Dave Airlie
1
-5
/
+4
2009-11-23
i915: Initialize Length and Offset fields when mapping a buffer object
Ian Romanick
1
-0
/
+2
2009-11-23
Fix the DRI swrast driver for big endian platforms.
Michel Dänzer
1
-43
/
+29
2009-11-19
mesa: define 32bit byteswap for AIX.
Tom Fogal
1
-1
/
+6
2009-11-18
r600: disable compressed texture support
Alex Deucher
1
-0
/
+4
2009-11-18
Revert "radeon: Fix legacy bo not to reuse dma buffers before refcount is 1."
Alex Deucher
1
-7
/
+2
2009-11-18
mesa: set version string to 7.6.1-rc1
Brian Paul
1
-1
/
+1
2009-11-18
xorg/st: fixup builds against later dpms headers.
Brian Paul
2
-0
/
+8
2009-11-12
i965: Fix Ironlake shadow comparisons.
Eric Anholt
1
-7
/
+17
2009-11-12
i965: Fix VBO last-valid-offset setup on Ironlake.
Eric Anholt
1
-10
/
+3
2009-11-11
i965: fix EXT_provoking_vertex support
Roland Scheidegger
8
-29
/
+61
2009-11-10
i965: Fix VS constant buffer value loading.
Eric Anholt
1
-1
/
+11
2009-11-10
i965: Unalias src/dst registers for SGE and friends.
Eric Anholt
1
-19
/
+21
2009-11-10
i965: Allow use of PROGRAM_LOCAL constants in ARB_vp.
Eric Anholt
1
-1
/
+1
2009-11-09
r600: don't emit htile regs
Alex Deucher
1
-4
/
+2
2009-11-07
prog parse: Handle GL_VERTEX_PROGRAM_ARB in glLoadProgramNV
Ian Romanick
1
-1
/
+13
2009-11-07
prog parse: Handle GL_VERTEX_PROGRAM_NV in glProgramStringARB
Ian Romanick
1
-1
/
+23
2009-11-07
prog parse: Handle GL_FRAGMENT_PROGRAM_ARB in glLoadProgramNV
Ian Romanick
1
-0
/
+15
2009-11-07
prog parse: Handle GL_FRAGMENT_PROGRAM_NV in glProgramStringARB
Ian Romanick
1
-5
/
+15
2009-11-06
GLX: Change GLX client vendor string to "Mesa Project and SGI"
Ian Romanick
1
-1
/
+1
2009-11-06
ARB prog parser: Regenerate parser from previous commits.
Ian Romanick
1
-242
/
+268
2009-11-06
ARB prog parser: Release old program string in _mesa_parse_arb_{fragment,vert...
Ian Romanick
2
-4
/
+6
2009-11-06
ARB prog parser: Release strings returned from the lexer that don't need to b...
Ian Romanick
1
-1
/
+27
2009-11-06
Revert "ARB prog parser: Fix epic memory leak in lexer / parser interface"
Ian Romanick
5
-337
/
+207
2009-11-05
xmesa: pass pixmap to clip_for_xgetimage()
Brian Paul
1
-4
/
+4
2009-11-04
mesa: added cast to silence warning
Brian Paul
1
-1
/
+1
2009-11-04
vbo: fix out-of-bounds array access
Brian Paul
3
-1
/
+11
2009-11-04
mesa: fix broken pack_histogram() case for GLhalf
Brian Paul
1
-3
/
+4
2009-11-04
mesa: silence warning from gcc 4.4.1
Brian Paul
1
-2
/
+2
2009-11-04
Fix YTILE spantmp functions
Alan Hourihane
1
-2
/
+2
2009-11-04
glslcompiler: Fix Mac OS build.
Vinson Lee
1
-1
/
+1
2009-11-03
mesa: (GLint64) casts in get.c to silence Visual Studio warnings
Brian Paul
2
-173
/
+173
2009-11-03
windows: remove old entrypoints from mesa.def file
Karl Schultz
1
-12
/
+0
2009-11-03
mesa: added GLAPIENTRY keywords for sync object functions
Karl Schultz
2
-12
/
+12
2009-11-03
st/mesa: clip pixels in draw_stencil_pixels to avoid crash
Marek Olšák
1
-5
/
+15
2009-11-03
st/mesa: don't use util_blit_pixels_writemask() for depth or depth/stencil
Brian Paul
1
-0
/
+2
2009-11-03
st/mesa: fix tests for depth and depth/stencil texture formats
Brian Paul
1
-7
/
+5
2009-11-02
glx: Fix memory leak if XF86DRICreateDrawable() fails
Vinson Lee
1
-1
/
+3
[next]