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
2008-01-25
i965: re-define the type of reg.loopcount.
Xiang, Haihao
1
-1
/
+1
2008-01-23
Assorted patches for miniglx/linux-solo (Gavin Li <codeview@gmail.com>)
Brian
4
-0
/
+33
2008-01-22
glxinfo: Fix multisample visual reporting.
Adam Jackson
1
-1
/
+1
2008-01-22
fix GLX vertex array bug 14197
Brian
1
-0
/
+1
2008-01-22
fix pc vs. gc->ps usage (bug 14197)
Brian
1
-4
/
+4
2008-01-22
Don't build yuvrect_client by default
Brian
1
-7
/
+18
2008-01-22
remove unused var
Brian
1
-1
/
+0
2008-01-22
define M_PI if needed
Alexey Sokolov
1
-0
/
+4
2008-01-21
prep for 7.0.3 release
Brian
3
-11
/
+7
2008-01-14
i965: Fix byte vs. pixel unit mixup for aligned texture pitch.
Michel Dänzer
1
-1
/
+1
2008-01-11
i965: Fix unresolved symbol intel_miptree_pitch_align.
Michel Dänzer
2
-0
/
+27
2008-01-08
i915tex: Centralize mipmap pitch computations.
Keith Packard
8
-36
/
+64
2008-01-05
fix 3d proxy texture depth bug
Brian
1
-0
/
+1
2008-01-05
fix depth/1 typo in glTexImage3D proxy code
Brian
1
-4
/
+4
2008-01-02
additional stub functions
Brian
1
-0
/
+4
2008-01-02
additional GL_COLOR_ATTACHMENTx_EXT cases (bug 13767)
Brian
1
-0
/
+8
2008-01-01
fix vbo display list memleak upon context destruction
Brian
2
-0
/
+16
2008-01-01
additional GL_COLOR_ATTACHMENTx_EXT cases (bug 13767)
Brian
1
-0
/
+8
2008-01-01
fix GLSL uniform/attrib bugs (13753)
Brian
1
-0
/
+1
2008-01-01
Convert to 0/1 when setting boolean uniforms
Bruce Merry
2
-1
/
+47
2008-01-01
Make use of count in _mesa_uniform_matrix
Bruce Merry
1
-13
/
+25
2008-01-01
Add a test program to test for assorted bugs in shader_api.c
Bruce Merry
3
-0
/
+300
2008-01-01
More fixes to shader_api
Bruce Merry
1
-7
/
+16
2008-01-01
Fix several bugs relating to uniforms and attributes in GLSL API
Bruce Merry
1
-11
/
+73
2008-01-01
added 'get' info for framebuffer object tokens
Brian
2
-8
/
+18
2008-01-01
add 'Get' info for MAX_3D_TEXTURE_SIZE (for bug 13811)
Brian
1
-1
/
+3
2008-01-01
add missing double quote (bug 13878)
Brian
1
-1
/
+1
2007-12-22
fix GL_LINE_LOOP with drivers using own render pipeline stage (#12410, #13527)
Roland Scheidegger
10
-10
/
+10
2007-12-20
glGetActiveUniform fix
Brian
1
-0
/
+1
2007-12-20
return correct size from glGetActiveUniform (bug 13751)
Brian
1
-3
/
+55
2007-12-19
i965: allocate GRF registers before building subroutines,
Xiang, Haihao
3
-16
/
+25
2007-12-19
i965: restore the flag after building the subroutine of the
Xiang, Haihao
1
-2
/
+11
2007-12-18
Remove -I$(TOP)/src/mesa/transform
Brian
1
-1
/
+0
2007-12-18
simplify update two-side lighting test (follow-on to previous front/back-face...
Brian
1
-3
/
+1
2007-12-18
fix NEED_SECONDARY_COLOR for vert/frag progs
Brian
1
-4
/
+4
2007-12-17
i915tex: Fix issues with glDrawBuffer(GL_NONE).
Michel Dänzer
1
-27
/
+23
2007-12-14
fix polygon cull regression
Brian
1
-7
/
+3
2007-12-07
configs: Fix linking with static libGL and --as-needed
Dan Nicholson
3
-3
/
+6
2007-12-04
fix gl_FrontFacing
Brian
1
-0
/
+1
2007-12-04
fix span->facing computation and gl_FrontFacing initialization
Brian
2
-7
/
+5
2007-12-04
Fix gl_FrontFacing compilation problem
Brian
1
-1
/
+2
2007-12-04
Use -Bsymbolic for linking all shared objects.
Michel Dänzer
1
-2
/
+7
2007-12-03
fix two-side lighting bug/crash
Brian
1
-0
/
+1
2007-12-03
fix DD_TRI_LIGHT_TWOSIDE bug (#13368)
Brian
1
-4
/
+4
2007-12-03
Fix the library name in glw.pc
Dan Nicholson
1
-1
/
+1
2007-12-03
fix two-sided stencil
Brian
1
-0
/
+1
2007-12-03
added missing quote char
Brian
1
-1
/
+1
2007-12-03
i915tex: Fix up state changes for i8xx.
Michel Dänzer
1
-6
/
+56
2007-11-30
fix-build: remove ctx->_Facing assignment
Brian
1
-8
/
+0
2007-11-30
fix broken two-sided stencil
Brian
15
-24
/
+49
[prev]
[next]