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
/
r300
Age
Commit message (
Expand
)
Author
Files
Lines
2009-12-07
Merge remote branch 'origin/master' into arb_geometry_shader4
arb_geometry_shader4
Zack Rusin
13
-334
/
+263
2009-11-27
r300g,llvmpipe: fix some more merge problems
Roland Scheidegger
1
-2
/
+2
2009-11-27
Merge branch 'width0'
Roland Scheidegger
1
-27
/
+21
2009-11-26
gallium: fix more statetrackers/drivers for not using texture width/height/de...
Roland Scheidegger
1
-27
/
+21
2009-11-23
r300g: use util_bitcount()
Brian Paul
1
-17
/
+2
2009-11-21
r300g: Build fix.
Corbin Simpson
1
-1
/
+1
2009-11-21
r300g: do not reallocate r300_vertex_info and r300_rs_block all the time
Marek Olšák
2
-24
/
+20
2009-11-21
r300g: clean up vs/fs tabs
Marek Olšák
2
-94
/
+25
2009-11-20
r300g: silence warnings
Marek Olšák
2
-2
/
+4
2009-11-20
r300g: fix typo in r300_reg.h to prevent the RS unit from doing random things
Marek Olšák
2
-15
/
+13
2009-11-20
r300g: fix updating a vertex format
Marek Olšák
2
-2
/
+5
2009-11-20
r300g: add texture lod clamping
Marek Olšák
5
-5
/
+23
2009-11-20
r300g: Begin separating HW TCL and SW TCL state and setup.
Corbin Simpson
6
-174
/
+110
2009-11-20
r300g: emit R300_TEX_ENABLE to indicate there are no textures bound
Marek Olšák
2
-2
/
+15
2009-11-20
r300g: remove variant states from emit_state_invariant
Marek Olšák
1
-3
/
+1
2009-11-20
r300g: Texrect factor cleanup.
Corbin Simpson
1
-10
/
+14
2009-11-20
r300g: fix rectangle textures on r3xx
Marek Olšák
2
-2
/
+28
2009-11-20
r300g: Clean up bitcounting function.
Corbin Simpson
1
-5
/
+10
2009-11-20
r300g: Use MAX3 and MIN3.
Corbin Simpson
2
-4
/
+1
2009-11-20
r300g: set better values in the R300_VAP_CNTL register
Marek Olšák
1
-5
/
+28
2009-11-16
Merge remote branch 'origin/master' into arb_geometry_shader4
Zack Rusin
19
-347
/
+926
2009-11-11
r300, r300g: Add missing registers.
Corbin Simpson
1
-3
/
+5
2009-11-08
r300g: Fix up SW TCL rendering functions.
Corbin Simpson
2
-20
/
+53
2009-11-08
r300g: Protect against possibly missing Draw pointer.
Corbin Simpson
1
-18
/
+29
2009-11-08
r300g: Unify context names for counts.
Corbin Simpson
6
-14
/
+19
2009-11-08
r300g: Enable PSC/RS dump with new debugging flags.
Corbin Simpson
1
-12
/
+16
2009-11-08
r300g: Fix is_buffer_referenced.
Corbin Simpson
1
-2
/
+5
2009-11-08
r300g: Fix build error on old compilers.
Corbin Simpson
1
-3
/
+3
2009-11-07
r300g: Organize inlined state.
Corbin Simpson
1
-36
/
+36
2009-11-07
r300g: DCE.
Corbin Simpson
2
-27
/
+2
2009-11-07
r300g: Minor code cleanup to avoid confusion.
Corbin Simpson
1
-2
/
+1
2009-11-07
r300g: Remove do-nothing functions.
Corbin Simpson
1
-12
/
+0
2009-11-07
r300g: Remove faulty assert.
Corbin Simpson
1
-3
/
+1
2009-11-07
r300g: Be more verbose in what's killing us WRT vert formats.
Corbin Simpson
1
-4
/
+12
2009-11-07
r300g: Comments.
Corbin Simpson
2
-6
/
+11
2009-11-07
r300g: Don't assert on oversized VBOs, just return FALSE.
Corbin Simpson
1
-4
/
+12
2009-11-07
r300g: Moar vbo cleanup.
Corbin Simpson
1
-8
/
+12
2009-11-07
r300g: s/false/FALSE/
Corbin Simpson
2
-9
/
+9
2009-11-07
r300g: Clean up indexbuf render, switch to RELOC macro.
Corbin Simpson
1
-15
/
+17
2009-11-07
r300g: Clean up r300_setup_vertex_buffers.
Corbin Simpson
1
-15
/
+13
2009-11-07
r300g: Don't pass hw_prim around in the context.
Corbin Simpson
5
-81
/
+74
2009-11-07
r300g: Use common state funcs for translating vert formats.
Corbin Simpson
1
-72
/
+6
2009-11-07
r300g: don't hang GPU on misbehaving apps
Maciej Cencora
1
-0
/
+6
2009-11-07
r300g: VBOs WIP
Maciej Cencora
10
-109
/
+477
2009-11-07
r300g: add missing flush
Maciej Cencora
1
-0
/
+2
2009-11-07
r300g: enable CS dumping
Maciej Cencora
1
-2
/
+2
2009-11-07
r300g: move vborender context function to seperate file
Maciej Cencora
2
-1
/
+6
2009-11-04
r300g: add polygon mode
Marek Olšák
5
-3
/
+67
2009-11-04
r300g: fix the size of CS when emitting the fragprog constant buffer
Marek Olšák
1
-1
/
+1
2009-11-04
r300g: set the correct offset in a colorbuffer surface
Marek Olšák
1
-8
/
+9
[next]