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
path:
root
/
src
/
gallium
/
drivers
/
llvmpipe
Age
Commit message (
Expand
)
Author
Files
Lines
2010-08-22
llvmpipe: reduce size of fragment shader variant key
Keith Whitwell
2
-6
/
+22
2010-08-22
llvmpipe: remove unused member from lp_fragment_shader_variant_key
Keith Whitwell
1
-4
/
+0
2010-08-22
llvmpipe: don't clear unused bins
Keith Whitwell
1
-2
/
+5
2010-08-20
gallium: make all checks for PIPE_TEXTURE_2D check for PIPE_TEXTURE_RECT too
Luca Barbieri
2
-0
/
+2
2010-08-15
llvmpipe: special case triangles which fall in a single 16x16 block
Keith Whitwell
3
-0
/
+106
2010-08-15
llvmpipe: consolidate several loops in lp_rast_triangle
Keith Whitwell
1
-18
/
+15
2010-08-15
llvmpipe: remove all traces of step arrays, pos_tables
Keith Whitwell
3
-114
/
+0
2010-08-15
llvmpipe: eliminate last usage of step array in rast_tmp.h
Keith Whitwell
2
-16
/
+57
2010-08-15
llvmpipe: don't refer to plane->step when dcdx or dcdy would do
Keith Whitwell
1
-6
/
+6
2010-08-15
llvmpipe: also use build_mask at 16, 64 pixel levels
Keith Whitwell
1
-28
/
+19
2010-08-15
llvmpipe: version of block4 which doesn't need the full step array
Keith Whitwell
2
-7
/
+27
2010-08-15
llvmpipe: reorganize block4 loop, nice speedup
Keith Whitwell
2
-12
/
+19
2010-08-11
llvmpipe: Debug code to dump interpolation coefficients.
José Fonseca
1
-1
/
+29
2010-08-11
llvmpipe: Use single precision divide for one over area computation.
José Fonseca
1
-1
/
+1
2010-08-10
llvmpipe: Always use floating-point operators for floating-point types
nobled
1
-9
/
+8
2010-08-09
util: Move _mm_shuffle_epi8() to u_sse.h.
José Fonseca
1
-28
/
+1
2010-08-06
gallium: remove stray semicolons
Brian Paul
1
-1
/
+1
2010-08-05
llvmpipe: Only get no rast option once
Jakob Bornecrantz
1
-1
/
+5
2010-07-30
llvmpipe: Silence unused value warning.
Vinson Lee
1
-0
/
+1
2010-07-30
llvmpipe: Fix implicit declaration of lp_func_delete_body warnings.
Vinson Lee
1
-0
/
+1
2010-07-30
llvmpipe: delete function bodies after generating machine code
Zack Rusin
1
-0
/
+1
2010-07-29
llvmpipe: fix on-debug build breakage
Brian Paul
1
-1
/
+1
2010-07-29
llvmpipe: added some jit debug code
Brian Paul
2
-0
/
+40
2010-07-29
llvmpipe: silence warnings in lp_test_sincos.c
Brian Paul
1
-2
/
+3
2010-07-29
llvmpipe: also test the new lp_build_assert() function
Brian Paul
1
-0
/
+4
2010-07-29
llvmpipe: don't call LLVMCreateJITCompiler() twice
Brian Paul
5
-45
/
+14
2010-07-29
scons: Use the current python executable for code generation.
José Fonseca
1
-1
/
+2
2010-07-29
llvmpipe: Avoid corrupting the FPU stack with MMX instructions on 32bit OSes.
José Fonseca
1
-0
/
+5
2010-07-29
gallium: Avoid void pointer arithmetic.
Chia-I Wu
1
-2
/
+2
2010-07-29
gallium: Keep only pipe_context::draw_vbo.
Chia-I Wu
1
-151
/
+0
2010-07-29
gallium: Implement draw_vbo and set_index_buffer for all drivers.
Chia-I Wu
3
-27
/
+78
2010-07-27
llvmpipe: pass face+slice to llvmpipe_unswizzle_cbuf_tile()
Brian Paul
1
-2
/
+3
2010-07-27
llvmpipe: Use lp_build_select_bitwise() where appropriate.
José Fonseca
1
-11
/
+11
2010-07-22
llvmpipe: Partially fix resource texture from_handle
Jakob Bornecrantz
1
-1
/
+35
2010-07-22
llvmpipe: Don't align values already aligned
Jakob Bornecrantz
1
-2
/
+2
2010-07-21
llvmpipe: say no to depth clamp
Marek Olšák
1
-0
/
+2
2010-07-18
llvmpipe: Remove dead initialization.
Vinson Lee
1
-1
/
+1
2010-07-17
llvmpipe: Remove unused variable in lp_test_sincos.
Vinson Lee
1
-2
/
+0
2010-07-16
llvmpipe: use single swizzled tile
Keith Whitwell
7
-100
/
+148
2010-07-16
llvmpipe: Describe _mm_shuffle_epi8() with gcc extended inline assembly when ...
José Fonseca
1
-3
/
+30
2010-07-16
llvmpipe: Only use -mssse3 on gcc 4.3+
José Fonseca
1
-1
/
+5
2010-07-15
llvmpipe: implement instanced drawing functions
Brian Paul
1
-20
/
+108
2010-07-15
llvmpipe: Remove redundant statement.
José Fonseca
1
-1
/
+0
2010-07-14
llvmpipe: delete lp_test_*.o files with make clean
Brian Paul
1
-0
/
+3
2010-07-14
llvmpipe: Remove redundant alignments.
José Fonseca
2
-3
/
+1
2010-07-14
llvmpipe: Addi ssse3 swizzling for B8G8R8A8_UNORM.
Chris Li
3
-3
/
+231
2010-07-13
llvmpipe: fix comment typo
Roland Scheidegger
1
-2
/
+2
2010-07-13
llvmpipe: move rasterizer to screen instead of setup context
Roland Scheidegger
4
-13
/
+22
2010-07-13
llvmpipe: Align texture data to the cache line.
José Fonseca
1
-2
/
+5
2010-07-13
llvmpipe: eliminate the set_state rasterizer command
Keith Whitwell
8
-92
/
+22
[next]