index
:
mesa/mesa
7.10
7.11
7.8
7.8-gles
7.9
8.0
9.0
9.1
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
auto-cherry-for-8.0
autoconf
cxx-1-branch
d3d1x-addons
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
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-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-userbuf
gallium-util-format-is-supported
gallium-vertexelementcso
gallium_draw_llvm
gallivm-call
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
llvm-cliptest-viewport
llvm-context
llvmpipe-duma
llvmpipe-wider-regs
lp-line-rast
lp-offset-twoside
lp-setup-llvm
lp-surface-tiling
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
xa_branch
The Mesa 3D Graphics Library
brianp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2012-05-08
gallium/targets/pipe-loader: Prepend DESTDIR to the installation directory.
gallium-compute
Alexey Shvetsov
1
-2/+2
2012-05-08
clover: Assorted build fixes.
Tom Stellard
1
-8/+30
2012-05-08
clover: Import OpenCL state tracker.
Francisco Jerez
51
-3/+14729
2012-05-08
gallium/tests/trivial: Import compute unit tests.
Francisco Jerez
2
-1/+1594
2012-05-08
gallium/gbm: Switch to auxiliary/pipe-loader.
Francisco Jerez
13
-574/+52
2012-05-08
gallium/tests/trivial: Switch to the pipe loader.
Francisco Jerez
4
-36/+50
2012-05-08
gallium: Add "pipe-loader" target.
Francisco Jerez
7
-0/+315
2012-05-08
gallium: Add pipe loader for device enumeration and driver multiplexing.
Francisco Jerez
10
-0/+691
2012-05-08
gallium/tgsi/text: Replace open-coded integer parsing with parse_int().
Francisco Jerez
1
-17/+3
2012-05-08
gallium/tgsi/text: Parse immediates of non-float data types.
Francisco Jerez
1
-18/+48
2012-05-08
gallium/tgsi: Fix tgsi_build_full_immediate() for non-float data types.
Francisco Jerez
1
-22/+8
2012-05-08
gallium/tgsi/text: Make label parsing optional for branch instructions.
Francisco Jerez
1
-10/+9
2012-05-08
st/mesa: Use local temporary registers.
Francisco Jerez
1
-4/+4
2012-05-08
gallium/tgsi/ureg: Support local temporary emission.
Francisco Jerez
2
-6/+60
2012-05-08
gallium/tgsi/ureg: Lift the restriction on releasing temporaries over UREG_MA...
Francisco Jerez
1
-27/+22
2012-05-08
gallium/util: Define util_strchrnul.
Francisco Jerez
1
-6/+18
2012-05-08
gallium/compute: Drop TGSI dependency.
Francisco Jerez
3
-2/+13
2012-05-08
gallium/tgsi: Introduce the "LOCAL" register declaration modifier.
Francisco Jerez
5
-27/+54
2012-05-08
gallium/tgsi: Add support for atomic opcodes.
Francisco Jerez
3
-2/+188
2012-05-08
gallium/tgsi: Add support for barriers.
Francisco Jerez
3
-1/+59
2012-05-08
gallium/tgsi: Define system values used to query the compute grid parameters.
Francisco Jerez
2
-2/+10
2012-05-08
gallium/tgsi: Add resource write-back support.
Francisco Jerez
8
-4/+45
2012-05-08
gallium/tgsi: Add support for raw resources.
Francisco Jerez
5
-4/+40
2012-05-08
gallium/tgsi: Define the TGSI_BUFFER texture target.
Francisco Jerez
5
-6/+6
2012-05-08
gallium/tgsi: Introduce the compute processor.
Francisco Jerez
5
-4/+9
2012-05-08
gallium/tgsi: Move interpolation info from tgsi_declaration to a separate token.
Francisco Jerez
19
-74/+141
2012-05-08
gallium: Add context hooks for binding shader resources.
Francisco Jerez
5
-1/+58
2012-05-08
gallium/tgsi: Split sampler views from shader resources.
Francisco Jerez
17
-183/+303
2012-05-08
gallium: Basic compute interface.
Francisco Jerez
7
-2/+185
2012-05-07
radeon/llvm: add suport for cube textures
Vadim Girlin
2
-23/+91
2012-05-07
radeon/llvm: add support for CUBE ALU instruction
Vadim Girlin
5
-21/+63
2012-05-07
radeon/llvm: add support for some ALU instructions
Vadim Girlin
4
-13/+293
2012-05-07
radeon/llvm: add missing cases for BREAK/CONTINUE
Vadim Girlin
2
-0/+3
2012-05-07
radeon/llvm: add support for AHSR/LSHR/LSHL instructions
Vadim Girlin
4
-0/+53
2012-05-07
radeon/llvm: add support for TXQ/TXF/DDX/DDY instructions
Vadim Girlin
6
-6/+43
2012-05-07
radeon/llvm: add support for VertexID, InstanceID
Vadim Girlin
3
-0/+50
2012-05-07
radeon/llvm: fix live-in handling for inputs
Vadim Girlin
2
-2/+3
2012-05-07
radeon/llvm: add support for v4i32
Vadim Girlin
4
-5/+20
2012-05-07
radeon/llvm: fix ABS_i32 instruction lowering
Vadim Girlin
1
-2/+2
2012-05-07
radeon/llvm: use integer comparison for IF
Vadim Girlin
1
-2/+4
2012-05-07
radeon/llvm: use bitcasts for integers
Vadim Girlin
3
-5/+73
2012-05-07
r600g: Fix out of tree builds that use the LLVM backend
Tom Stellard
1
-1/+1
2012-05-07
radeon/llvm: Remove references to DebugFlag and isCurrentDebugType()
Tom Stellard
4
-22/+3
2012-05-07
i965/Gen7: Work around GPU hangs due to misaligned depth coordinate offsets.
Paul Berry
2
-0/+54
2012-05-07
i965/Gen6: Work around GPU hangs due to misaligned depth coordinate offsets.
Paul Berry
2
-0/+54
2012-05-07
fbo: Only reuse depth/stencil attachments if the parameters match.
Paul Berry
1
-3/+11
2012-05-07
i965: Fix mipmap offsets for HiZ and separate stencil buffers.
Paul Berry
8
-60/+319
2012-05-07
intel: Disable ARB_framebuffer_object in ES contexts
Chad Versace
1
-2/+0
2012-05-07
mesa: bump version to 8.1.0 in configs/default
Brian Paul
1
-1/+1
2012-05-07
nv50: handle VP without inputs
Marcin Slusarz
1
-0/+11
[next]