r600g: remove unused variables
[mesa.git] / src / gallium / drivers / llvmpipe / lp_setup.c
2011-01-18 Brian Paulllvmpipe: make sure binning is active when we begin...
2011-01-15 Brian PaulMerge branch 'draw-instanced'
2010-12-19 Christoph BumillerMerge remote branch 'origin/master' into nvc0-new
2010-12-09 José Fonsecallvmpipe: Plug fence leaks.
2010-11-30 Brian Paulgallivm/llvmpipe: squash merge of the llvm-context...
2010-11-30 Keith Whitwellllvmpipe: shortcircuit some calls to set_scene_state
2010-11-30 Keith Whitwellllvmpipe: remove misleading debug string
2010-10-20 Keith WhitwellMerge branch 'llvm-cliptest-viewport'
2010-10-18 Keith WhitwellMerge remote branch 'origin/master' into lp-setup-llvm
2010-10-08 Keith Whitwellllvmpipe: fail gracefully on oom in scene creation
2010-10-06 José Fonsecallvmpipe: Cleanup depth-stencil clears.
2010-09-29 José Fonsecallvmpipe: Decouple sampler view and sampler state updates.
2010-09-24 Brian Paulllvmpipe: make texture border_color dynamic state
2010-09-24 Brian Paulllvmpipe: make min/max lod and lod bias dynamic state
2010-09-21 Brian PaulMerge branch 'sprite-coord'
2010-09-20 Brian Paulllvmpipe: rename sprite field, add sprite_coord_origin
2010-09-18 Keith Whitwellllvmpipe: use llvm for attribute interpolant calculation
2010-09-16 Keith Whitwellllvmpipe: add LP_PERF flag to disable various aspects...
2010-09-15 Christoph BumillerMerge remote branch 'origin/nv50-compiler'
2010-09-11 Keith Whitwellllvmpipe: move some debug to DEBUG_SCENE
2010-09-07 Keith Whitwellllvmpipe: rasterization debugging helpers
2010-09-07 Keith Whitwellllvmpipe: use opcodes instead of function pointers...
2010-09-07 Keith Whitwellllvmpipe: rearrange queries
2010-09-07 Keith Whitwellllvmpipe: enforce fixed memory limit on scenes
2010-09-07 Keith Whitwellllvmpipe: clean up deferred zstencil clears
2010-09-07 Keith Whitwellllvmpipe: rework fences and queries
2010-09-02 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-27 Hui Qi Tayllvmpipe: point sprites rasterization
2010-08-27 Hui Qi Tayllvmpipe: native point rasterization
2010-08-27 Hui Qi Tayllvmpipe: native rasterization for lines
2010-08-25 Keith Whitwellllvmpipe: fix bad patch application
2010-08-25 Keith Whitwellllvmpipe: track drawing region as a single u_rect
2010-08-25 Keith Whitwellllvmpipe: move some fence functions into lp_screen.c
2010-08-25 Keith Whitwellllvmpipe: fence debugging, add llvmpipe_finish
2010-07-27 Eric AnholtMerge remote branch 'origin/master' into glsl2
2010-07-16 Keith Whitwellllvmpipe: use single swizzled tile
2010-07-14 Zack RusinMerge branch 'mesa-2d-registers'
2010-07-13 Roland Scheideggerllvmpipe: move rasterizer to screen instead of setup...
2010-07-13 Keith Whitwellllvmpipe: eliminate the set_state rasterizer command
2010-07-13 Keith Whitwellllvmpipe: pass mask into fragment shader
2010-07-13 Keith Whitwellllvmpipe: move fences from per-bin to per-thread
2010-07-06 Zack Rusinllvmpipe: disconnect vertex texture sampling from the...
2010-07-06 Zack Rusindraw: implement vertex texture sampling using llvm
2010-06-30 Brian Paulllvmpipe: use dummy tile when out of memory
2010-06-30 José Fonsecallvmpipe: Add a new scene state to describe scenes...
2010-06-28 Jakob BornecrantzMerge branch 'gallium-drm-driver-drescriptor'
2010-06-28 José Fonsecallvmpipe: Ensure outdated framebuffer state is not...
2010-06-24 Eric AnholtMerge branch 'glsl2-head' into glsl2
2010-06-09 Roland Scheideggerllvmpipe: fix copy & paste bug in clear logic
2010-06-04 Vinson Leellvmpipe: Fix uninitialized variable on non-debug builds.
2010-06-03 Roland ScheideggerMerge branch 'gallium-newclear'
2010-05-30 José Fonsecallvmpipe: Pass the fs variant to the rasterizer.
2010-05-28 Roland Scheideggerllvmpipe: adapt to clear interface changes
2010-05-21 Roland ScheideggerMerge branch 'gallium-msaa'
2010-05-13 Brian Paulllvmpipe: silence casting warnings
2010-05-08 Vinson Leellvmpipe: Remove unnecessary header.
2010-05-06 Qicheng Christopher Lillvmpipe: implement occlusion query
2010-05-05 Vinson Leellvmpipe: Remove unnecessary headers.
2010-05-04 Brian Paulllvmpipe: do some null pointer checking
2010-05-04 Roland ScheideggerMerge commit 'origin/master' into gallium-msaa
2010-05-03 Brian Paulgallium: move framebuffer utility functions into a...
2010-05-02 Kristian HøgsbergMerge branch 'gles2-2'
2010-04-30 Roland ScheideggerMerge commit 'origin/master' into gallium-msaa
2010-04-24 José Fonsecallvmpipe: Initialize dummy variable.
2010-04-24 José Fonsecallvmpipe: Don't use fences when not using threads.
2010-04-24 José Fonsecallvmpipe: Move the determination of the number of threa...
2010-04-23 Ian RomanickMerge branch '7.8'
2010-04-23 Brian Paulllvmpipe: rename texture refs to resource refs
2010-04-23 Jerome GlisseMerge remote branch 'origin/7.8'
2010-04-23 Michel DänzerMerge branch '7.8'
2010-04-22 Brian PaulMerge branch '7.8'
2010-04-20 José FonsecaMerge branch 'gallium-index-bias'
2010-04-20 Dan NicholsonMerge branch '7.8'
2010-04-19 Brian Paulllvmpipe: remove dead code
2010-04-19 Brian Paulllvmpipe: get 3D texture image stride from an array...
2010-04-19 Brian Paulllvmpipe: fix rendering to 3D textures
2010-04-19 Jesse BarnesMerge branch '7.8'
2010-04-28 Brian Paulllvmpipe: fix scene queue memory leak
2010-04-28 Brian Paulllvmpipe: fix surface memory leak during tear-down
2010-04-28 Brian Paulllvmpipe: remove unused write_depth
2010-04-28 Brian PaulMerge branch '7.8'
2010-04-28 Jakob BornecrantzMerge branch '7.8'
2010-04-28 Brian PaulMerge branch '7.8'
2010-04-27 Brian Paulllvmpipe: implement max scene size
2010-04-27 Brian PaulMerge branch '7.8'
2010-04-19 Jesse BarnesMerge branch '7.8'
2010-04-19 Brian PaulMerge branch '7.8'
2010-04-16 Brian Paulllvmpipe: check for dirty context state in lp_setup_upd...
2010-04-16 Brian PaulMerge the lp-surface-tiling branch into master.
2010-04-13 Jesse BarnesMerge branch '7.8'
2010-04-11 Maciej CencoraMerge commit 'origin/7.8'
2010-04-10 Keith WhitwellSquashed commit of the following:
2010-04-09 Brian PaulMerge branch '7.8'
2010-04-08 Dave AirlieMerge remote branch 'origin/7.8'
2010-04-05 Ian RomanickMerge branch '7.8'
2010-04-04 Ian RomanickMerge branch '7.8'
2010-03-31 Zack RusinMerge remote branch 'origin/master' into gallium_draw_llvm
2010-03-30 Michel DänzerMerge branch '7.8'
2010-03-26 Michel DänzerMerge branch '7.8'
2010-03-25 Brian PaulMerge branch '7.8'
next