index
:
~jbarnes/mesa
965-glsl
965-ttm
R300_DRIVER
arb_copy_buffer
arb_fbo
arb_fbo_cleanup
arb_geometry_shader4
arb_map_buffer_range
arb_sync
arb_vertex_array_object
asm-shader-rework-1
asm-shader-rework-2
asm-shader-rework-3
autoconf
cxx-1-branch
draw-vbuf-interface
dri2-swapbuffers
drm-gem
embedded-1-branch
embedded-2-branch
experimental-1
ext-provoking-vertex
frontbuffer-removal
gallium-0.1
gallium-0.1-dri
gallium-0.1-dri2
gallium-0.2
gallium-draw-opti
gallium-i915-current
gallium-llvmpipe
gallium-map-range
gallium-master-merge
gallium-mesa-7.4
gallium-s3tc
gallium-screen-context
gallium-softpipe-winsys
gallium-tex-surfaces
gallium-texture-transfer
gallium-vertex-linear
gallium-wgl-rework
gallium-winsys-private
gallium-xlib-rework
gallium-xorg-driver
glsl-compiler-1
glsl-continue-return
glsl-continue-return-7-5
glsl-pp-rework-1
glsl-pp-rework-2
i915tex-pageflip
i915tex-zone-rendering
i915tex_branch
i915tex_privbuffers
index-swtnl-0.1
indirect-vbo
intel-2008-q3
intel-2008-q4
lp-binning
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
new-frag-attribs
openchrome-branch
opengl-es
openvg-1.0
outputswritten64
r300-bufmgr
r500-support
r6xx-r7xx-support
r6xx-rewrite
radeon-rewrite
register-negate
softpipe-opt
softpipe-private-winsys
softpipe_0_1_branch
st-vbo
texfilter_float_branch
texformat-rework
texformat-xrgb
texman_0_1_branch
texmem-1.0
texmem_0_2_branch
texmem_0_3_branch
texture_rg
vbo-0.2
vbo_0_1_branch
vtx-0-1-branch
vtx-0-2-branch
Jesse's Mesa development tree
jbarnes
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2007-08-21
i915tex: Document zone rendering related definitions.
i915tex-zone-rendering
Keith Whitwell
1
-1
/
+9
2007-07-13
fix light_twoside
Brian
1
-7
/
+4
2007-07-11
Fix a few polygon offset errors.
Brian
3
-23
/
+15
2007-07-09
fix stage, stage->next mix-up
Brian
1
-1
/
+1
2007-06-01
Move scissor state to dynamic indirect.
Keith Whitwell
5
-56
/
+89
2007-06-01
Larger allocation for indirect state when not using state pool.
Keith Whitwell
1
-3
/
+13
2007-05-30
Slight tweak for relocations, search most to least recent.
Keith Whitwell
1
-2
/
+5
2007-05-30
Prelocate the batch and state buffers, avoid most SWZ relocs.
Keith Whitwell
4
-1
/
+48
2007-05-30
Revive pool_validateBuffer for batch pool.
Keith Whitwell
1
-0
/
+29
2007-05-23
i915tex: Set frame mode to flushed before flushing old mode.
Michel Dänzer
1
-5
/
+6
2007-05-22
i915tex: Clear pointers to unreferenced texture buffers.
Michel Dänzer
1
-1
/
+3
2007-05-22
Revert "Reduce size of the state pool allocation"
Michel Dänzer
1
-1
/
+1
2007-05-22
Only call driBOOffset() once per validated buffer
Keith Whitwell
2
-8
/
+16
2007-05-22
Add local list of buffers on the dri validation list.
Keith Whitwell
1
-5
/
+47
2007-05-22
Rebalance batch buffer and pool sizes.
Keith Whitwell
2
-2
/
+12
2007-05-22
Reduce size of the state pool allocation
Keith Whitwell
1
-1
/
+1
2007-05-22
Add driBOAddListItemAndReference()
Keith Whitwell
2
-0
/
+30
2007-05-22
Reduce driBO Ref/Unref calls
Keith Whitwell
1
-9
/
+26
2007-05-14
i915tex: Remove some dead code.
Michel Dänzer
2
-34
/
+0
2007-05-14
i915tex: Adapt to HWZ userspace interface cleanup.
Michel Dänzer
2
-32
/
+2
2007-05-14
Add new directories for tarballs target.
Michel Dänzer
1
-0
/
+4
2007-05-14
revert one copyright header
Keith Whitwell
1
-29
/
+26
2007-05-14
more todo updates
Keith Whitwell
1
-5
/
+1
2007-05-14
update copyright headers
Keith Whitwell
3
-79
/
+95
2007-05-14
TODO updates.
Michel Dänzer
1
-18
/
+4
2007-05-14
i915tex: Disable WindowMoved debugging output by default.
Michel Dänzer
1
-1
/
+3
2007-05-14
increase size of zone arrays
Keith Whitwell
1
-1
/
+1
2007-05-14
update copyright headers
Keith Whitwell
7
-86
/
+107
2007-05-14
Tweak resize predictor
Keith Whitwell
1
-1
/
+5
2007-05-13
i915tex: Fix SWZ FBO coordinate issues.
Michel Dänzer
2
-6
/
+24
2007-05-13
Rename some state atoms
Keith Whitwell
6
-12
/
+11
2007-05-13
Improvements to the frame tracker.
Keith Whitwell
9
-166
/
+88
2007-05-13
Reset the contended_lock flag.
Keith Whitwell
1
-0
/
+2
2007-05-13
i915tex: Add WAIT_VBLANK call for classic.
Michel Dänzer
1
-4
/
+9
2007-05-13
i915tex: Window vs. user created FBO cleanups.
Michel Dänzer
8
-19
/
+15
2007-05-13
Try to make sure dynamic state is reemitted after a flush.
Keith Whitwell
1
-1
/
+2
2007-05-13
Add assertions for indirect state validity.
Keith Whitwell
1
-2
/
+8
2007-05-13
i915tex: Silence remaining HWZ debugging output by default.
Michel Dänzer
2
-4
/
+6
2007-05-13
Make sure MI_WAIT packets are emitted for SWZ
Keith Whitwell
6
-36
/
+75
2007-05-13
Hack-fix BUFFER_BITS check for clearing FBO's
Keith Whitwell
3
-4
/
+8
2007-05-13
i915tex: Fix and re-enable check_hwz().
Michel Dänzer
1
-3
/
+1
2007-05-13
Merge remote branch 'tg/i915tex-zone-rendering' into i915tex-zone-rendering
Michel Dänzer
16
-113
/
+211
2007-05-13
i915tex: SWZ cliprect handling improvements.
Michel Dänzer
3
-7
/
+28
2007-05-13
i915tex: Consolidate code for unmapping batchbuffer data.
Michel Dänzer
3
-38
/
+18
2007-05-13
i915tex: Make sure buffer state gets re-evaluated after cliprect update.
Michel Dänzer
1
-0
/
+2
2007-05-13
i915tex: Protect intel_bufferobj_data against nested locking.
Michel Dänzer
1
-2
/
+5
2007-05-13
i915tex: Make nested locking assertion more useful.
Michel Dänzer
1
-1
/
+1
2007-05-13
Disable check_hwz()
Keith Whitwell
1
-0
/
+2
2007-05-13
initialize state to swapped buffers
Keith Whitwell
1
-0
/
+1
2007-05-13
improve debug for render tracking
Keith Whitwell
9
-7
/
+54
[next]