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-04-15
progs/tests: Make texcompress2 get texture
gallium-s3tc
Jakob Bornecrantz
1
-2
/
+21
2009-04-15
util: Fix surface usage
Jakob Bornecrantz
1
-2
/
+2
2009-04-15
st: remove XXX comment
Brian Paul
1
-1
/
+0
2009-04-15
st: check for fast memcpy path in decompress_with_blit()
Brian Paul
1
-13
/
+33
2009-04-15
st: st_equal_formats() function to compare gallium/GL pixel formats
Brian Paul
2
-0
/
+24
2009-04-15
st: decompress_with_blit() path for glGetTexImage().
Brian Paul
1
-2
/
+81
2009-04-15
gallium: new, simple RGBA surface create/destroy helpers
Brian Paul
4
-0
/
+167
2009-04-09
mesa: Report name for missing s3tc functions
Jakob Bornecrantz
1
-8
/
+8
2009-04-09
st: If the hw supports it do hw conversion of texture uploads
Jakob Bornecrantz
1
-4
/
+160
2009-04-14
i965: checkpoint commit: VS constant buffers
Brian Paul
11
-91
/
+477
2009-04-13
dri glx: Swap before checking for cliprects.
Younes Manton
1
-3
/
+3
2009-04-13
nv50: fix mrt clear
Ben Skeggs
1
-8
/
+11
2009-04-10
r300-gallium: Split up vertex format tallying for HW and SW TCL.
Corbin Simpson
1
-27
/
+50
2009-04-10
r300-gallium: Finish up cleanup of vertex format state.
Corbin Simpson
1
-21
/
+80
2009-04-10
r300-gallium: Clean up vertex format setup.
Corbin Simpson
2
-76
/
+108
2009-04-10
i965: remove unused var
Brian Paul
1
-1
/
+0
2009-04-10
i965: clean-up in prepare_wm_surfaces()
Brian Paul
1
-8
/
+4
2009-04-10
mesa: reduce makefile output
Brian Paul
1
-4
/
+5
2009-04-10
wgl: Protect the framebuffer with a lock.
José Fonseca
3
-22
/
+41
2009-04-10
wgl: Note down the gallium pixel formats, instead of re-guessing them.
José Fonseca
7
-88
/
+38
2009-04-10
wgl: Query the screen for supported formats.
José Fonseca
1
-9
/
+52
2009-04-10
wgl: Walk through the pixel formats combinations.
José Fonseca
3
-68
/
+94
2009-04-10
wgl: Keep copies of the PIXELFORMATDESCRIPTOR structures.
José Fonseca
4
-133
/
+139
2009-04-10
Build dri drivers for powerpc and sparc on FreeBSD.
Robert Noland
1
-1
/
+1
2009-04-10
mesa: asst. progs/test/Makefile files
Brian Paul
1
-3
/
+3
2009-04-10
i965: added null const_buffer pointer check in update_constant_buffer()
Brian Paul
1
-1
/
+1
2009-04-10
intel: added screen->dri2.loader null pointer check in intel_flush()
Brian Paul
1
-1
/
+2
2009-04-10
gallium: remove pipe_texture::compressed field
Brian Paul
7
-7
/
+0
2009-04-10
wgl: Slightly simplify pixelformat creation.
José Fonseca
1
-52
/
+44
2009-04-10
progs: Port glxinfo to wgl.
José Fonseca
2
-0
/
+739
2009-04-10
mesa: Don't define WGL_ARB_extensions_string in mesa_wgl.h.
José Fonseca
1
-7
/
+0
2009-04-10
wgl: Move pixel format information into device structure.
José Fonseca
3
-18
/
+25
2009-04-10
wgl: Combine alpha pixelformat info in color.
José Fonseca
4
-26
/
+12
2009-04-10
stw: Reorder the pixelformats, so that no alpha pixelformats get chosen befor...
José Fonseca
1
-9
/
+9
2009-04-10
stw: Don't make assumptions about integer size.
José Fonseca
1
-1
/
+1
2009-04-10
stw: Free the mesa framebuffer.
José Fonseca
1
-0
/
+2
2009-04-10
tgsi/sse2: Cleanup NRM/NRM4 implementation.
Michal Krol
1
-25
/
+76
2009-04-10
rtasm: Silence `static function not used' warning.
Michal Krol
1
-0
/
+2
2009-04-10
draw: Silence pointer-to-integer cast warning.
Michal Krol
1
-1
/
+1
2009-04-10
draw: Fix vertex_header initialisation.
Michal Krol
1
-1
/
+1
2009-04-09
swrast: remove some unneeded CHAN_TYPE!=GL_FLOAT code
Brian Paul
1
-7
/
+0
2009-04-09
gallium: comments for surface_copy(), surface_fill() in p_context.h
Brian Paul
1
-2
/
+9
2009-04-09
i965: re-org of some of the new constant buffer code
Brian Paul
4
-48
/
+81
2009-04-09
demos: fix aspect ratio in Reshape()
Brian Paul
1
-1
/
+2
2009-04-09
i965: new SURF_INDEX_ macros
Brian Paul
5
-40
/
+49
2009-04-09
gallium: change // comment to /* */ style
Brian Paul
1
-1
/
+1
2009-04-09
gallium: updated comments in p_screen.h
Brian Paul
1
-4
/
+6
2009-04-09
i965simple: remove pipe_texture::compressed reference
Brian Paul
1
-1
/
+1
2009-04-09
tgsi/sse2: Fix build.
Michal Krol
1
-1
/
+1
2009-04-09
draw: Fix LIT instruction.
Michal Krol
1
-2
/
+2
[next]