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-10-13
pipebuffer: is_texture/buffer_referenced helper.
gallium-0.1
José Fonseca
2
-0
/
+22
2009-10-12
softpipe: Backport is_texture/buffer_reference implementation.
José Fonseca
1
-0
/
+42
2009-10-12
gallium: Backport is_texture/buffer_referenced.
José Fonseca
2
-0
/
+35
2009-09-28
pipebuffer: Fix alignment assertion.
José Fonseca
1
-2
/
+2
2009-09-24
scons: Don't require -liberty on MinGW.
José Fonseca
1
-1
/
+1
2009-09-24
tgsi/sse: implement SEQ, SGT, SLE, SNE
Brian Paul
1
-4
/
+4
2009-09-11
tgsi: use new tgsi_call_record to handle execution mask stacks
Brian Paul
2
-13
/
+43
2009-09-08
tgsi: Move stack assertions to bottom of tgsi_exec_machine_run.
José Fonseca
1
-5
/
+9
2009-09-08
tgsi: Don't use integer comparison for IF.
José Fonseca
1
-4
/
+4
2009-09-08
tgsi: Fix ureg_ENDLOOP prototype.
José Fonseca
1
-1
/
+1
2009-09-07
tgsi: Disable ureg debug output.
José Fonseca
1
-1
/
+1
2009-09-04
tgsi: TGSI_OPCODE_LOGP maps to TGSI_OPCODE_LOG.
Michal Krol
1
-1
/
+1
2009-09-03
tgsi: Fix match_or_expand_immediate's swizzle initialization.
José Fonseca
1
-1
/
+3
2009-09-02
tgsi: Implement old LOOP/ENDLOOP (new BGNFOR/ENDFOR) according to spec.
José Fonseca
2
-1
/
+57
2009-09-02
tgsi: Keep the LOOP labels in a stack, instead of relying on ENDLOOP's labels.
José Fonseca
2
-1
/
+10
2009-09-02
tgsi: More complete implementation of ureg address.
José Fonseca
2
-14
/
+60
2009-09-02
tgsi: Fix unsigned/signed comparison.
José Fonseca
1
-1
/
+1
2009-09-02
tgsi: Fix ureg absolute emission.
José Fonseca
1
-1
/
+3
2009-09-02
tgsi: Increase the maximum register number when sanity checking.
José Fonseca
1
-22
/
+30
2009-09-02
tgsi: Indent dumped instructions in respect to grammatical opcodes (e.g. LOOP).
José Fonseca
3
-125
/
+137
2009-09-02
tgsi: Ensure number of srcs/dsts match the expected.
José Fonseca
1
-0
/
+12
2009-09-01
ureg: allow all register files to be converted between src and dst regs
Keith Whitwell
1
-2
/
+0
2009-09-01
tgsi: Use consistent naming for ureg indirect modifiers.
José Fonseca
1
-2
/
+2
2009-09-01
tgsi: Implement ureg_indirect modifiers.
José Fonseca
1
-0
/
+16
2009-09-01
draw: Pre-declare referred structures.
José Fonseca
1
-0
/
+1
2009-09-01
tgsi: Pre-declare referred structures.
José Fonseca
1
-0
/
+4
2009-09-01
scons: Allow to use only the WINDDK headers.
José Fonseca
1
-15
/
+30
2009-09-01
scons: Allow to use MS's DXSDK headers with MinGW.
José Fonseca
1
-3
/
+12
2009-09-01
scons: Require DDK 3790.1830 for now.
José Fonseca
1
-2
/
+6
2009-08-31
util: Define ffs for MinGW.
José Fonseca
1
-0
/
+4
2009-08-31
scons: Output the friendly "Linking ..." message when creating DLLs with MinGW.
José Fonseca
1
-1
/
+1
2009-08-31
scons: Request the stabs debug info format for Mingw.
José Fonseca
1
-0
/
+4
2009-08-31
scons: Use --enable-stdcall-fixup only when building DLLs.
José Fonseca
1
-1
/
+2
2009-08-31
scons: Use .a suffix for MinGW.
José Fonseca
1
-6
/
+4
2009-08-31
scons: Don't use C specific options with g++
José Fonseca
2
-43
/
+58
2009-08-31
scons: Support winddk 6001.18002.
José Fonseca
2
-80
/
+77
2009-08-31
scons: Indent abbreviated command line strings, so command messages stand out.
Michel Dänzer
1
-11
/
+12
2009-08-31
scons: Output nice summary messages instead of long command lines.
José Fonseca
2
-5
/
+10
2009-08-31
scons: Use parallel builds by default.
José Fonseca
2
-0
/
+47
2009-08-31
scons: Unbreak mingw builds.
José Fonseca
2
-2
/
+2
2009-08-31
scons: Use -Wdeclaration-after-statement
José Fonseca
2
-0
/
+2
2009-08-31
scons: Build DLLs/EXEs with more memory debugger friendlier settings.
José Fonseca
2
-2
/
+14
2009-08-31
scons: Don't raise an exception when DXSDK is not found.
José Fonseca
1
-5
/
+3
2009-08-31
scons: Tool to build with DirectX SDK.
José Fonseca
1
-0
/
+66
2009-08-28
tgsi: Localise SCS code.
Michal Krol
1
-8
/
+8
2009-08-28
tgsi: Untabify.
Michal Krol
1
-31
/
+31
2009-08-28
tgsi: Remove redundant micro_ge() -- use micro_le().
Michal Krol
1
-15
/
+1
2009-08-28
tgsi: correct handling of return value from util_vsnprintf
Keith Whitwell
1
-5
/
+13
2009-08-28
tgis: SSE code generator doesn't yet support indirect addressing of temp regs
Brian Paul
1
-0
/
+29
2009-08-28
tgsi: don't dump interpolation info except for fragment shader inputs
Keith Whitwell
1
-2
/
+6
[next]