index
:
~alon/mesa
7.10
7.8
7.8-gles
7.9
965-glsl
965-ttm
R300_DRIVER
arb_copy_buffer
arb_fbo
arb_fbo_cleanup
arb_fbo_indirect
arb_geometry_shader4
arb_half_float_vertex
arb_map_buffer_range
arb_robustness
arb_sampler_objects
arb_sync
arb_vertex_array_object
asm-shader-rework-1
asm-shader-rework-2
asm-shader-rework-3
autoconf
cxx-1-branch
d3d1x-addons
draw-instanced
dri2-swapbuffers
drm-gem
embedded-1-branch
embedded-2-branch
experimental-1
ext-provoking-vertex
flex-and-bison-required
floating
frontbuffer-removal
gallium-0.1
gallium-0.1-dri
gallium-0.1-dri2
gallium-0.2
gallium-array-textures
gallium-buffer-usage-cleanup
gallium-context-transfers-2
gallium-cylindrical-wrap
gallium-double-opcodes
gallium-drm-driver-descriptor
gallium-dynamicstencilref
gallium-fb-dimensions
gallium-float-1111-format
gallium-format-cleanup
gallium-front-ccw
gallium-gpu4-texture-opcodes
gallium-integer-opcodes
gallium-llvmpipe
gallium-mesa-7.4
gallium-msaa
gallium-new-formats
gallium-newclear
gallium-no-nvidia-opcodes
gallium-no-rhw-position
gallium-no-texture-blanket
gallium-nopointsizeminmax
gallium-render-condition-predicate
gallium-resource-sampling
gallium-resources
gallium-sampler-view
gallium-softpipe-winsys
gallium-st-api
gallium-st-api-dri
gallium-stream-out
gallium-sw-api
gallium-tgsi-semantic-cleanup
gallium-util-format-is-supported
gallium-vertexelementcso
gallium_draw_llvm
gallivm-call
glapi-reorg
glsl-compiler-1
glsl-continue-return
glsl-continue-return-7-5
glsl-pp-rework-1
glsl-pp-rework-2
glsl2
glsl2-llvm
glsl2-lower-variable-indexing
graw-tests
i915tex-pageflip
i915tex-zone-rendering
i915tex_branch
i915tex_privbuffers
index-swtnl-0.1
indirect-vbo
intel-2008-q3
intel-2008-q4
llvm-cliptest-viewport
llvm-context
lp-line-rast
lp-offset-twoside
lp-setup-llvm
lp-surface-tiling
map-tex-branch
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
mesa_7_7_branch
nv50-compiler
nvc0
openchrome-branch
opengl-es
opengl-es-v2
openvg-1.0
outputswritten64
pipe-video
primitive-restart
r300-bufmgr
r500-support
r6xx-r7xx-support
r6xx-rewrite
radeon-rewrite
remove-driver-date
remove-redundant-helpers
shader-file-reorg
shader-work
softpipe_0_1_branch
spice_vgallium
sprite-coord
st-mesa-per-context-shaders
st-vbo
texfilter_float_branch
texformat-xrgb
texman_0_1_branch
texmem-1.0
texmem_0_2_branch
texmem_0_3_branch
texture_rg
texture_rg-2
thalloc
vbo_0_1_branch
vtx-0-1-branch
vtx-0-2-branch
Unnamed repository; edit this file to name it for gitweb.
alon
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2009-12-05
mesa: use RowStride if it's non-zero in _mesa_alloc_texture_image_data()
map-tex-branch
Brian Paul
1
-3
/
+23
2009-12-05
intel: fix deref of null texImage->mt pointer
Brian Paul
1
-4
/
+3
2009-11-18
intel: indentation, whitespace fixes
Brian Paul
1
-29
/
+28
2009-11-18
intel: don't pass base_format to intel_miptree_create()
Brian Paul
4
-7
/
+1
2009-11-18
intel: added cases for compressed SRGB
Brian Paul
1
-0
/
+5
2009-11-18
intel: move, clean-up intel_compressed_num_bytes()
Brian Paul
3
-26
/
+21
2009-11-18
intel: don't pass cpp info to intel_miptree_create()
Brian Paul
4
-28
/
+9
2009-11-18
intel: being cleaning up the comp_byte stuff
Brian Paul
4
-25
/
+17
2009-11-18
intel: replace miptree internal_format with gl_format
Brian Paul
7
-36
/
+39
2009-11-18
intel: use _mesa_tex_target_to_face()
Brian Paul
1
-22
/
+4
2009-11-18
intel: remove redundant texelBytes variable
Brian Paul
1
-1
/
+1
2009-11-18
radeon: s/0/NULL
Brian Paul
1
-3
/
+3
2009-11-18
radeon: remove radeon_face_for_target()
Brian Paul
2
-17
/
+2
2009-11-18
radeon: comments for radeonMap/UnmapTexture()
Brian Paul
1
-0
/
+4
2009-11-18
intel: simplify image mapping/unmapping in intelTexSubImage()
Brian Paul
1
-23
/
+9
2009-11-18
intel: simplify image mapping/unmapping in intelTexImage()
Brian Paul
1
-20
/
+14
2009-11-18
intel: comments for _mesa_copy_rect()
Brian Paul
1
-0
/
+2
2009-11-18
mesa: comment for _mesa_format_row_stride()
Brian Paul
1
-0
/
+5
2009-11-18
intel: simplify texture image mapping/unmapping code
Brian Paul
4
-22
/
+21
2009-11-18
mesa: add _mesa_map/unmap_current_textures()
Brian Paul
2
-0
/
+70
2009-11-18
intel: simplify intel_get_tex_image()
Brian Paul
1
-33
/
+4
2009-11-18
intel: minor code movement in intel_tex_map_level_image()
Brian Paul
1
-10
/
+16
2009-11-18
intel: remove old comment/code
Brian Paul
1
-1
/
+0
2009-11-18
mesa: initial sw/fallback texture map/unmap functions
Brian Paul
2
-0
/
+79
2009-11-18
mesa: put tex memory functions in new texmem.c file
Brian Paul
10
-48
/
+127
2009-11-18
radeon: add missing mode parameter to radeonMapTexture()
Brian Paul
2
-2
/
+5
2009-11-18
mesa: clean-ups in _mesa_store_compressed_teximage2d()
Brian Paul
1
-11
/
+4
2009-11-18
mesa: get rid of _mesa_map/unmap_teximage_pbo()
Brian Paul
7
-84
/
+33
2009-11-18
mesa: simplify teximage PBO mapping/unmapping
Brian Paul
7
-119
/
+27
2009-11-18
mesa: move glTexImage PBO error checking
Brian Paul
2
-35
/
+69
2009-11-18
mesa: rename texture error check functions to be more consistant
Brian Paul
1
-69
/
+70
2009-11-17
mesa: remove more unneeded assertions
Brian Paul
1
-10
/
+0
2009-11-17
mesa: updated texstore comments
Brian Paul
1
-5
/
+2
2009-11-17
mesa: use choose_texture_format() helper function
Brian Paul
1
-46
/
+26
2009-11-17
mesa: remove old assertions, unneeded clear_teximage_fields() calls
Brian Paul
1
-13
/
+2
2009-11-17
st/mesa: remove unused functions
Brian Paul
2
-73
/
+0
2009-11-17
st/mesa: more texture function comments
Brian Paul
1
-0
/
+5
2009-11-17
st/mesa: comments for texture functions
Brian Paul
1
-16
/
+50
2009-11-17
st/mesa: use _mesa_get_current_tex_object()
Brian Paul
1
-3
/
+1
2009-11-17
st/mesa: use _mesa_get_current_tex_object()
Brian Paul
2
-18
/
+5
2009-11-17
st/mesa: minor reformatting
Brian Paul
1
-4
/
+9
2009-11-17
st/mesa: new st_[sub]texture_image_map() functions
Brian Paul
3
-30
/
+40
2009-11-17
st/mesa: simplify st_texture_image_map() calls
Brian Paul
3
-41
/
+24
2009-11-17
st/mesa: use texImage->Map.Data as in other places
Brian Paul
1
-6
/
+6
2009-11-17
st/mesa: remove old assertion
Brian Paul
1
-1
/
+0
2009-11-17
st/mesa: remove redundant assertion
Brian Paul
1
-4
/
+0
2009-11-17
st/mesa: minor changes in st_texture_image_map()
Brian Paul
1
-3
/
+4
2009-11-17
st/mesa: null-out stImage->Map.Data in st_texture_image_unmap()
Brian Paul
2
-4
/
+2
2009-11-17
st/mesa: consolidate dstRowStride computation code
Brian Paul
1
-9
/
+3
2009-11-17
st/mesa: use new texture image alloc/free code
Brian Paul
1
-22
/
+14
[next]