index
:
~rantogno/mesa
10.0
10.1
10.2
10.3
10.4
10.5
10.6
11.0
11.1
11.2
12.0
13.0
17.0
17.1
17.2
7.10
7.11
7.8
7.8-gles
7.9
8.0
9.0
9.1
9.2
965-glsl
965-ttm
R300_DRIVER
amdgpu
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
auto-cherry-for-8.0
autoconf
cnl/fast_clear_address
cnl/fast_clear_address_v4
cnl/fast_clear_address_v5
cnl/fast_clear_rebase2
cnl/fast_clear_rebase5
cnl/fast_clear_rebase6
cnl/fast_clear_rebase7
cnl/hacks
cnl/isp
cnl/preemption
cnl/preemption_atom
cnl/preemption_blorp
d3d1x-addons
direct_state_access
draw-instanced
draw-ply
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-dri
gallium-0.1-dri2
gallium-0.2
gallium-array-textures
gallium-buffer-usage-cleanup
gallium-clip-state
gallium-compute
gallium-context-transfers-2
gallium-cylindrical-wrap
gallium-double-opcodes
gallium-drm-driver-descriptor
gallium-dynamicstencilref
gallium-fb-dimensions
gallium-float-1111-format
gallium-front-ccw
gallium-gpu4-texture-opcodes
gallium-integer-opcodes
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-st-api
gallium-st-api-dri
gallium-stream-out
gallium-sw-api
gallium-tgsi-semantic-cleanup
gallium-userbuf
gallium-util-format-is-supported
gallium-vertexelementcso
gallium_draw_llvm
gbm-streams
glapi-reorg
gles3
glsl-compiler-1
glsl-continue-return
glsl-continue-return-7-5
glsl-pp-rework-1
glsl-pp-rework-2
glsl-to-tgsi
glsl2
glsl2-llvm
glsl2-lower-variable-indexing
graw-tests
hw_gl_select
i915tex-pageflip
i915tex-zone-rendering
i915tex_branch
i915tex_privbuffers
index-swtnl-0.1
indirect-vbo
intel-2008-q3
intel-2008-q4
kasanen-post-process
kasanen-post-process-v2
libglvnd
llvm-cliptest-viewport
llvm-context
llvmpipe-rast-64
map-tex-branch
map-texture-image-v4
map-texture-image-v5
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-copyteximage-hook
remove-driver-date
remove-max-width
remove-max-width-2
remove-redundant-helpers
renderbuffer-cleanups-v2
shader-file-reorg
shader-work
softpipe_0_1_branch
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
wayland-bind-display
wip/cnl_disable_pc
wip/cnl_wa
wip/cnl_wa2
wip/cnl_wa4
wip/sample_pattern
xa_branch
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2011-07-27
mesa: restore _mesa_lock/unlock_texture() calls in glGetTexImage()
map-texture-image-v4
Brian Paul
1
-2
/
+6
2011-07-27
swrast: fix assertions for zero-sized textures
Brian Paul
1
-2
/
+2
2011-07-27
swrast: map/unmap textures bound to framebuffer attachments
Brian Paul
4
-42
/
+131
2011-07-27
mesa: fix compressed texture strides
Brian Paul
2
-2
/
+2
2011-07-22
mesa: be smarter about table initialization in format_unpack.c
Brian Paul
1
-137
/
+140
2011-07-22
swrast: update comments on _swrast_map_teximage()
Brian Paul
1
-6
/
+4
2011-07-22
mesa: update comment for MapTextureImage() hook
Brian Paul
1
-1
/
+6
2011-07-16
mesa: fix bad assertion in _mesa_unpack_rgba_row()
Brian Paul
1
-1
/
+1
2011-07-16
mesa: remove some forward struct declarations
Brian Paul
1
-2
/
+0
2011-07-16
mesa: remove unused target parameter to _mesa_init_teximage_fields()
Brian Paul
16
-25
/
+24
2011-07-14
mesa: push gl_texture_image::_IsPowerOfTwo into swrast
Brian Paul
6
-18
/
+35
2011-07-14
mesa: push gl_texture_image::Width/Height/DepthScale into swrast
Brian Paul
7
-27
/
+29
2011-07-14
radeon: update r600 driver for texture map/unmap changes
Brian Paul
9
-78
/
+212
2011-07-14
intel: update intel drivers for texture map/unmap changes
Brian Paul
12
-288
/
+228
2011-07-14
swrast: texture image map/unmap updates for DRI swrast
Brian Paul
1
-1
/
+4
2011-07-14
mesa: implement texture image mapping/unmapping
Brian Paul
35
-1096
/
+1137
2011-07-14
mesa: add new pixel format unpacking functions
Brian Paul
4
-0
/
+1549
2011-07-14
swrast: add new texture fetch code
Brian Paul
3
-0
/
+2347
2011-07-14
swrast: add new texture alloc/free/map/unmap code
Brian Paul
5
-0
/
+503
2011-07-14
mesa: add Driver.MapTextureImage(), UnmapTextureImage() hooks
Brian Paul
1
-0
/
+14
2011-07-14
mesa: add Driver.DeleteTextureImage()
Brian Paul
3
-1
/
+5
2011-07-14
mesa: rename Driver.FreeTexImageData() to Driver.FreeTextureImageBuffer()
Brian Paul
8
-18
/
+22
2011-07-14
meta: added _mesa_meta_decompress_texture_image()
Brian Paul
2
-1
/
+198
2011-07-14
meta: move texcoord setup into setup_texture_coords()
Brian Paul
1
-92
/
+167
2011-07-14
st/mesa: remove st_texture_image::face,level fields
Brian Paul
4
-23
/
+17
2011-07-14
intel: use new gl_texture_image:Face, Level fields
Brian Paul
9
-48
/
+34
2011-07-14
mesa: add gl_texture_image::Face, Level fields
Brian Paul
2
-0
/
+4
2011-07-13
i915g: don't try to check if a NULL buffer is busy.
Stéphane Marchesin
1
-0
/
+2
2011-07-13
Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesa
Stéphane Marchesin
112
-953
/
+2702
2011-07-13
st/mesa: flush bitmap cache on query and conditional render boundaries
Vadim Girlin
2
-0
/
+10
2011-07-13
r600g: prevent hardware blitting based on resource usage
Christian König
1
-1
/
+8
2011-07-13
targets/egl-static: fix a linking error
Chia-I Wu
1
-1
/
+1
2011-07-12
i915: Add support for gl_FragData[0] for output color.
Eric Anholt
1
-0
/
+1
2011-07-13
i915g: fixup context desdruction
Daniel Vetter
1
-2
/
+2
2011-07-12
i915: Fix NPOT compressed textures on 915.
Eric Anholt
1
-2
/
+2
2011-07-12
mesa: Fix assertion failure in X8_Z24/Z24_X8 texfetch.
Eric Anholt
1
-2
/
+4
2011-07-12
i915: Fix depth texturing since 86e62b2357447b7c97f434be4834f4b50aa0764d
Eric Anholt
1
-0
/
+1
2011-07-12
i915: Use _mesa_get_format_name to describe translate_tex_format() fail.
Eric Anholt
2
-2
/
+4
2011-07-12
i915: Fix map/unmap mismatches from leaving INTEL_FALLBACK during TNL.
Eric Anholt
2
-0
/
+14
2011-07-12
intel: Use _mesa_tex_target_to_face() helper function instead of our own.
Eric Anholt
1
-22
/
+3
2011-07-12
r600g: emit SQ_LDS_RESOURCE_MGMT
Alex Deucher
3
-0
/
+13
2011-07-12
u_upload_mgr: add missing offset to src map in u_upload_buffer()
Brian Paul
1
-1
/
+1
2011-07-12
st/mesa: check if _mesa_create_context() returns NULL
Emil Velikov
1
-0
/
+3
2011-07-12
autoconf: Do not select Xlib when building DRI
Emil Velikov
1
-1
/
+1
2011-07-12
st/mesa: choose a matching depth internal format for DrawPixels
Marek Olšák
1
-2
/
+27
2011-07-11
configure.ac: Make --{without,with}-gallium-drivers work as expected
Ian Romanick
1
-0
/
+7
2011-07-11
st/mesa: get rid of unnecessary 'goto' in DrawPixels
Marek Olšák
1
-10
/
+6
2011-07-11
st/mesa: derive a stencil sampler format from the actual texture format
Marek Olšák
1
-44
/
+26
2011-07-11
gallivm: Re-enable LLVMUnionTypeKind case for llvm-2.7 only.
Vinson Lee
1
-2
/
+2
2011-07-11
dri/nouveau: nv10: fix vertex format for GL_UNSIGNED_BYTE
Andrew Randrianasulu
1
-1
/
+1
[next]