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
2009-02-10
Merge commit 'origin/gallium-0.2' into gallium-master-merge
gallium-master-merge
Brian Paul
46
-534
/
+876
2009-02-10
nouveau: nv40 swizzled mipmap fixes.
gallium-0.2
Younes Manton
3
-13
/
+31
2009-02-10
nouveau: nv30: fix miptree organization to have swizzled texture+mipmap at th...
Patrice Mandin
2
-13
/
+30
2009-02-10
nouveau: revert all my changes here, not the right way
Patrice Mandin
1
-22
/
+9
2009-02-10
nouveau: stop with 0 dimension
Patrice Mandin
1
-1
/
+1
2009-02-10
nouveau: we already have the right src offset
Patrice Mandin
1
-3
/
+2
2009-02-10
progs: Build samples dir with scons and glew.
José Fonseca
5
-12
/
+67
2009-02-10
nouveau: do not forget to half dimension.
Patrice Mandin
1
-3
/
+7
2009-02-10
nouveau: revert most parts of recent mipmap+swizzle stuff. We only need to fi...
Patrice Mandin
1
-50
/
+43
2009-02-10
progs: Build rebook with scons too.
José Fonseca
2
-0
/
+92
2009-02-10
wgl: return before locking if stw_icd is NULL
Keith Whitwell
1
-2
/
+17
2009-02-10
Merge commit 'origin/gallium-0.2' into gallium-0.2
Keith Whitwell
107
-533
/
+8578
2009-02-10
scons: Use parallel builds by default.
José Fonseca
2
-0
/
+47
2009-02-10
wgl: mutex-protect the shared stw_icd struct
Keith Whitwell
1
-73
/
+138
2009-02-10
nouveau: dst offset is correct
Patrice Mandin
1
-4
/
+2
2009-02-10
pipebuffer: Drop reliance on pipe_winsys.
José Fonseca
4
-24
/
+54
2009-02-10
Missing: tgsi: Fix build -- rename Size to NrTokens.
Patrice Mandin
1
-1
/
+1
2009-02-10
nouveau: recalc sub width and height for each mipmap level
Patrice Mandin
1
-16
/
+23
2009-02-10
mesa: Build both software rasterizers for debug
Jakob Bornecrantz
2
-4
/
+6
2009-02-10
gallium: Don't rebuild common drm code
Jakob Bornecrantz
2
-6
/
+6
2009-02-10
gallium: Install DRI drivers into lib/gallium
Jakob Bornecrantz
2
-8
/
+8
2009-02-10
gallium: Introduce new subdirs build variables
Jakob Bornecrantz
5
-8
/
+13
2009-02-10
Revert "cell: update linux-cell config"
Jakob Bornecrantz
1
-1
/
+1
2009-02-10
Revert "mesa: added new linux-gallium and linux-gallium-debug configs"
Jakob Bornecrantz
4
-34
/
+10
2009-02-10
nv40: Fix build -- rename Size to NrTokens.
Michal Krol
1
-1
/
+1
2009-02-10
nv30: Fix build -- rename Size to NrTokens.
Michal Krol
1
-1
/
+1
2009-02-10
nv20: Fix build -- rename Size to NrTokens.
Michal Krol
1
-1
/
+1
2009-02-10
brw: Fix build -- rename Size to NrTokens.
Michal Krol
1
-1
/
+1
2009-02-10
i915: Fix build -- rename Size to NrTokens.
Michal Krol
1
-1
/
+1
2009-02-10
gallivm: Fix build -- rename Size to NrTokens.
Michal Krol
1
-2
/
+2
2009-02-10
draw: Fix build -- rename Size to NrTokens.
Michal Krol
2
-2
/
+2
2009-02-10
tgsi: Fix build -- rename Size to NrTokens.
Michal Krol
8
-20
/
+20
2009-02-10
gallium: Rename Size member of TGSI token to NrTokens.
Michal Krol
1
-5
/
+5
2009-02-10
vmw/icd: remove bogus current_context value
Keith Whitwell
1
-6
/
+4
2009-02-10
mesa: Compare formats using nominal bytes per pixel.
José Fonseca
1
-3
/
+1
2009-02-10
gallium: Fixups for driCreateConfigs MSAA support.
Michel Dänzer
12
-3
/
+28
2009-02-10
wgl: Fix null pointer reference.
José Fonseca
1
-0
/
+3
2009-02-10
stw: Hack for applications which use wglSetPixelFormat instead of SetPixelFor...
José Fonseca
1
-0
/
+8
2009-02-10
glut: Use the official WGL functions.
José Fonseca
3
-32
/
+9
2009-02-10
glut: DESCRIPTION .def clause deprecated.
José Fonseca
1
-6
/
+0
2009-02-10
wgl: s/0x%p/%p/g
José Fonseca
1
-6
/
+8
2009-02-09
mesa: add x86/rtasm/x86sse.c to fix linux-x86 build
Brian Paul
1
-0
/
+1
2009-02-09
mesa: fixes for srgb formats
Roland Scheidegger
1
-20
/
+14
2009-02-09
fix _mesa_get_teximage for srgb textures
Roland Scheidegger
1
-11
/
+52
2009-02-09
re-add MSAA support
Brian Paul
13
-45
/
+60
2009-02-09
indices: Fix typo.
José Fonseca
2
-241
/
+241
2009-02-09
cell: update linux-cell config
Brian Paul
1
-1
/
+1
2009-02-09
mesa: build/use libmesagallium.a for gallium builds
Brian Paul
4
-5
/
+6
2009-02-09
mesa: added new linux-gallium and linux-gallium-debug configs
Brian Paul
6
-18
/
+58
2009-02-09
softpipe: add null ptr check in softpipe_map_constant_buffers()
Brian Paul
1
-2
/
+8
[next]