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
/
auxiliary
/
tgsi
Age
Commit message (
Expand
)
Author
Files
Lines
2011-08-25
tgsi: add TXF support.
Dave Airlie
2
-1
/
+59
2011-08-25
tgsi: add TXQ support. (v2)
Dave Airlie
2
-1
/
+31
2011-08-04
Merge branch 'glsl-to-tgsi'
Bryan Cain
2
-1
/
+14
2011-08-01
tgsi: add support for TGSI_OPCODE_MOD in tgsi_exec
Bryan Cain
1
-1
/
+12
2011-08-01
gallium: add PIPE_SHADER_CAP_INTEGERS
Bryan Cain
1
-0
/
+2
2011-07-21
Merge branch 'gallium-polygon-stipple'
Brian Paul
2
-10
/
+31
2011-07-21
tgsi: add info fields for fragcoord origin, center, etc
Brian Paul
2
-10
/
+31
2011-07-06
tgsi: add some debug/print code in exec_tex(), disabled
Brian Paul
1
-0
/
+11
2011-06-07
tgsi: s/varient/variant/
Brian Paul
1
-2
/
+2
2011-05-30
tgsi/ureg: bump the limit of immediates
Marek Olšák
1
-1
/
+1
2011-05-01
tgsi: remove set-but-unused variables
Marek Olšák
1
-4
/
+0
2011-03-13
tgsi: Fix parsing of properties with digits in the name
Jakob Bornecrantz
1
-1
/
+1
2011-03-04
tgsi: Disable SSE2 code generation.
José Fonseca
1
-3
/
+20
2011-03-03
tgsi: Update assert.
José Fonseca
1
-1
/
+1
2011-03-02
tgsi: defer allocation of huge inputs/outputs until we have a gs
Zack Rusin
2
-6
/
+45
2011-02-25
gallium/tgsi: shuffle ureg_src structure to work around gcc4.6.0 issue
Jerome Glisse
1
-14
/
+14
2011-01-26
tgsi: add cases for array textures
Brian Paul
1
-0
/
+2
2011-01-25
tgsi: add support for 1D/2D texture arrays
Brian Paul
3
-2
/
+39
2011-01-24
gallium: implement modern sampling scheme
Zack Rusin
12
-33
/
+607
2011-01-15
Merge branch 'draw-instanced'
Brian Paul
6
-8
/
+99
2011-01-06
tgsi: remove redundant name tables from tgsi_text, use those from tgsi_dump
Marek Olšák
3
-56
/
+33
2010-12-30
tgsi: Clean up header file inclusion in tgsi_text.h.
Vinson Lee
1
-2
/
+4
2010-12-30
tgsi: Clean up header file inclusion in tgsi_sanity.h.
Vinson Lee
1
-2
/
+4
2010-12-28
tgsi_dump: fix assert due to missing property name.
Dave Airlie
1
-1
/
+2
2010-12-24
tgsi_text: just parse as an integer (value is a boolean).
Dave Airlie
1
-1
/
+0
2010-12-24
gallium: add fragment shader property for color writes to all buffers. (v2)
Dave Airlie
3
-2
/
+23
2010-12-11
tgsi: fix rbug compile error
Marek Olšák
1
-1
/
+2
2010-12-08
tgsi/ppc: add case for system values and assert
Brian Paul
1
-1
/
+3
2010-12-08
tgsi/sse: add support for system values
Brian Paul
1
-3
/
+51
2010-12-08
tgsi: new tgsi_shader_info fields for system values
Brian Paul
2
-1
/
+22
2010-12-08
tgsi: add support for system values to TGSI interpreter
Brian Paul
2
-3
/
+23
2010-11-22
gallium: add PIPE_SHADER_CAP_SUBROUTINES
Marek Olšák
1
-0
/
+2
2010-11-21
tgsi: Add STENCIL to text parser.
Chia-I Wu
1
-1
/
+2
2010-11-12
tgsi: fill out CAPs for indirect addressing
Marek Olšák
1
-0
/
+5
2010-11-04
tgsi: remove unused function
Brian Paul
1
-11
/
+0
2010-11-04
tgsi/build: Reduce interface clutter.
Michal Krol
2
-541
/
+367
2010-11-04
tgsi/exec: Get rid of obsolete condition codes.
Michal Krol
2
-33
/
+4
2010-11-04
tgsi/exec: Cleanup the remaining arithmetic instructions.
Michal Krol
1
-378
/
+413
2010-10-15
tgsi: add scanner support for centroid inputs
Dave Airlie
2
-0
/
+2
2010-10-13
gallium/tgsi: add support for stencil writes.
Dave Airlie
3
-4
/
+8
2010-10-11
tgsi: Export some names for some tgsi enums.
José Fonseca
2
-23
/
+35
2010-09-27
ureg: support centroid interpolation
Luca Barbieri
2
-9
/
+31
2010-09-22
tgsi: Fix missing test before check
Jakob Bornecrantz
1
-1
/
+2
2010-09-20
tgsi: Remove duplicate case value.
Vinson Lee
1
-1
/
+0
2010-09-21
tgsi: Actually care what check_soa_dependencies says
Jakob Bornecrantz
1
-17
/
+39
2010-09-21
tgsi: Don't ignore indirect registers in tgsi_check_soa_dependencies
José Fonseca
1
-2
/
+4
2010-09-20
tgsi: add switch/case opcodes to tgsi_opcode_tmp.h
Luca Barbieri
1
-0
/
+4
2010-09-16
tgsi/sse: fix aos_to_soa() loop to handle num_inputs==0
Brian Paul
1
-6
/
+9
2010-09-15
tgsi: fix incorrect usage_mask for shadow tex instructions
Brian Paul
1
-5
/
+6
2010-09-14
gallium: introduce get_shader_param (ALL DRIVERS CHANGED) (v3)
Luca Barbieri
1
-0
/
+30
[next]