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-03-22
Merge branch 'gallium-0.1' into gallium-draw-opti
gallium-draw-opti
Keith Whitwell
80
-1245
/
+2357
2008-03-22
gallium: fix a few more shader-related mem leaks
Brian
4
-42
/
+45
2008-03-22
use ctx->Driver.DeleteProgram() in a few more places
Brian
2
-4
/
+4
2008-03-22
gallium: free samplers, textures in destroy()
Brian
2
-0
/
+13
2008-03-22
gallium: remove temporary _screen suffix from function names
Brian
1
-10
/
+10
2008-03-22
gallium: fix a few mem leaks when deleting programs
Brian
1
-13
/
+20
2008-03-22
gallium: fix mem leak (fee pstipple stage)
Brian
1
-0
/
+2
2008-03-22
delete default programs with ctx->Driver.DeleteProgram()
Brian
1
-2
/
+2
2008-03-22
gallium: Remove pedantic asserts.
José Fonseca
1
-11
/
+7
2008-03-21
cell: Generate blend / depth test code when state atom is created
Ian Romanick
1
-21
/
+9
2008-03-21
cell: Change code-gen for CONST_COLOR blend factor
Ian Romanick
5
-49
/
+53
2008-03-21
Tabs to spaces
Ian Romanick
1
-27
/
+27
2008-03-21
cell: Remove unnecessary default_blend work-around
Ian Romanick
1
-21
/
+0
2008-03-21
gallium: fix const buffer update bug
Brian
1
-3
/
+4
2008-03-21
Refactor PBO validate/map code.
Brian
9
-94
/
+82
2008-03-21
gallium: implement PBO operations for glDraw/ReadPixels and glBitmap
Brian Paul
3
-28
/
+35
2008-03-21
add a number of PBO validate/map/unmap functions
Brian Paul
5
-78
/
+240
2008-03-21
Fix some PBO breakage.
Brian
2
-11
/
+6
2008-03-21
i915: added to-do note about setting the max_lod register to get proper min/m...
Brian
1
-0
/
+6
2008-03-21
mesa: minor code re-org
Brian Paul
1
-24
/
+39
2008-03-21
gallium: use is_format_supported(PIPE_FORMAT_DXT5_RGBA) to check if s3tc is s...
Brian Paul
1
-4
/
+6
2008-03-21
gallium: added DXT formats (preliminary, will probably change)
Brian Paul
1
-1
/
+23
2008-03-21
gallium: use is_format_supported() to determine if GL_EXT_texture_sRGB is sup...
Brian Paul
1
-1
/
+4
2008-03-21
gallium: document is_format_supported()'s type param
Brian Paul
1
-0
/
+1
2008-03-21
gallium: PIPE_FORMAT_TYPE_ comments
Brian Paul
1
-6
/
+6
2008-03-21
gallium: added sRGB formats
Brian Paul
1
-1
/
+8
2008-03-21
gallium: additional comments, fix typos, etc
Brian Paul
1
-8
/
+23
2008-03-21
gallium: Update scons build for state tracker files added/removed.
Michel Dänzer
1
-1
/
+2
2008-03-20
cell: Fix several bugs in blend code-gen
Ian Romanick
1
-20
/
+92
2008-03-20
cell: Call the correct function to generate blending code
Ian Romanick
1
-1
/
+1
2008-03-20
cell: Fix bus error when there is no depth buffer
Ian Romanick
1
-0
/
+3
2008-03-20
cell: Use code-gen for alpha blend
Ian Romanick
9
-132
/
+129
2008-03-20
gallium: catch some out of memory conditions in the texture image code.
Brian Paul
2
-5
/
+13
2008-03-20
gallium: set fb.width/height
Brian
2
-0
/
+4
2008-03-20
gallium: enable vp input semantic info
Brian
1
-9
/
+6
2008-03-20
gallium: use new framebuffer width, height fields
Brian
5
-22
/
+7
2008-03-20
cell: use pipe_framebuffer_state.width, height
Brian
2
-13
/
+4
2008-03-20
gallium: assign framebuffer width, height
Brian
1
-0
/
+3
2008-03-20
gallium: unused var silence warning
Brian
1
-1
/
+2
2008-03-20
gallium: added width, height to pipe_framebuffer_state
Brian
1
-0
/
+2
2008-03-20
gallium: glBitmap code now separe from glDraw/CopyPixels code
Brian
5
-294
/
+16
2008-03-20
gallium: glBitmap code now separated from glDraw/CopyPixels code
Brian
2
-0
/
+565
2008-03-20
gallium: create one vertex buffer and re-use
Brian
1
-5
/
+75
2008-03-20
gallium: use sizeof(vertex buffer)
Brian
1
-1
/
+1
2008-03-20
gallium: Y-invert blit depending on framebuffer orientation
Brian
1
-5
/
+8
2008-03-20
gallium: in clear_with_quad() check fb orientation, invert Y if needed
Brian
1
-2
/
+10
2008-03-20
gallium: Give some chance for the table to actually grow.
José Fonseca
1
-2
/
+1
2008-03-20
gallium: Fix build on Windows.
Michal Krol
1
-1
/
+1
2008-03-20
gallium: Fix build on Windows.
Michal Krol
1
-2
/
+2
2008-03-20
gallium: remove unused local var
Keith Whitwell
1
-1
/
+1
[next]