Merge remote branch 'origin/master' into pipe-video
[mesa.git] / src / gallium / drivers / r300 / r300_context.c
2010-11-11 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-11-10 Marek Olšákr300g: rename has_hyperz -> can_hyperz
2010-10-12 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-09-02 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-29 Marek Olšákr300g,u_blitter: use u_framebuffer
2010-08-25 Keith Whitwelldraw: specialized cliptesting routines
2010-08-18 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-17 Dave Airlier300g: fix context destroy under hyperz
2010-08-17 Ian RomanickMerge branch 'glsl2'
2010-08-16 Marek Olšákr300g: fix an invalid pointer in free
2010-08-16 nobledr300g: Let hyperz init fail
2010-08-16 nobledr300g: Fix leaks in failed context creation
2010-08-16 nobledr300g: Fix macro
2010-08-14 Ian RomanickMerge branch 'master' into glsl2
2010-08-06 Marek Olšákr300g: do not emit GB_Z_PEQ_CONFIG on non-r500 if DRM...
2010-08-05 Dave Airlier300g: always emit hyperz state atom.
2010-08-05 Dave Airlier300g: implement hyper-z support. (v4)
2010-07-27 Eric AnholtMerge remote branch 'origin/master' into glsl2
2010-07-19 Marek Olšákr300g: fix possible crash in destroy_context
2010-07-19 Marek Olšákr300g: fix typo
2010-07-19 Marek Olšákr300g: use memory pools for buffer_create and get_transfer
2010-07-16 Marek Olšákr300g: rebuild winsys and command submission to support...
2010-07-14 Zack RusinMerge branch 'mesa-2d-registers'
2010-07-12 Marek Olšákr300g: implement fast color clear
2010-07-12 Marek Olšákr300g: clear and copy a resource with a rectangular...
2010-07-12 Marek Olšákr300g: do not use immediate mode if there is a VBO...
2010-07-08 Marek Olšákr300g: add a function for marking framebuffer atoms...
2010-07-08 Marek Olšákr300g: minor fixups
2010-06-29 Marek Olšákr300g: add workaround for multiple contexts
2010-06-28 Marek Olšákutil: reference surfaces and sampler views in blitter...
2010-06-28 Jakob BornecrantzMerge branch 'gallium-drm-driver-drescriptor'
2010-06-27 Marek Olšákr300g: separate the hyperz state and pipelined FB regs...
2010-06-27 Marek Olšákr300g: release referenced objects in destroy_context
2010-06-27 Marek Olšákr300g: move emission of the MSPOS regs into the framebu...
2010-06-27 Marek Olšákr300g: turn invariant state into a command buffer
2010-06-27 Marek Olšákr300g: initialize some crucial state in the first CS
2010-06-26 Marek Olšákr300g: introduce VAP invariant state
2010-06-26 Marek Olšákr300g: update my notes about fastfill and zbuffer compr...
2010-06-24 Eric AnholtMerge branch 'glsl2-head' into glsl2
2010-06-24 Brian PaulMerge branch 'shader-file-reorg'
2010-06-24 Marek Olšákr300g: move AA registers into the new AA state
2010-06-24 Marek Olšákr300g: separate the cache flush from the framebuffer...
2010-06-24 Marek Olšákr300g: reorder and cleanup register writes everywhere
2010-06-21 Marek Olšákr300g: fix crash when destroying the context on r3xx...
2010-06-21 Marek Olšákr300g: fix the KIL opcode for r3xx-r4xx (v4)
2010-06-18 Marek Olšákr300g: fix hardlocks in occlusion queries
2010-06-14 Marek Olšákr300g: rewrite occlusion queries
2010-06-13 Marek Olšákr300g: turn clip state into a CB
2010-06-13 Marek Olšákr300g: turn blend color into a CB
2010-06-13 Marek Olšákr300g: replace r300_cs_info with simplier get_cs_free_d...
2010-06-13 Marek Olšákr300g: add fallback for unaligned/unsupported vertex...
2010-06-03 Roland ScheideggerMerge branch 'gallium-newclear'
2010-05-26 Marek Olšákr300g: add get_cs_info winsys entrypoint, abandon check_cs
2010-05-25 Marek Olšákr300g: more efficient finish + fix comments
2010-05-25 Marek Olšákr300g: implement fake but compliant fences
2010-05-25 Marek Olšákr300g: add r300_init_render_functions, remove r300_render.h
2010-05-25 Marek Olšákr300g: remove r300_query.h
2010-05-25 Marek Olšákr300g: remove r300_flush.h
2010-05-25 Marek Olšákr300g: add r300_init_blit_functions, remove r300_blit.h
2010-05-25 Marek Olšákr300g,util: remove pipe_surface from the util_blitter_c...
2010-05-25 Marek Olšákr300g,util: remove pipe_surface from the util_blitter_f...
2010-05-01 Younes MantonMerge branch 'master' of ssh://git.freedesktop.org...
2010-05-21 Roland ScheideggerMerge branch 'gallium-msaa'
2010-05-21 Keith WhitwellMerge branch 'gallium-front-ccw'
2010-05-17 Roland Scheideggerr300g: adapt to interface changes
2010-05-12 Corbin Simpsonr300g: Correct viewport setup for SW TCL.
2010-05-04 Roland ScheideggerMerge commit 'origin/master' into gallium-msaa
2010-05-02 Kristian HøgsbergMerge branch 'gles2-2'
2010-05-02 Marek Olšákr300g: merge VS output mapping state (VAP) to rasterize...
2010-04-30 Roland ScheideggerMerge commit 'origin/master' into gallium-msaa
2010-05-19 Keith WhitwellMerge commit 'origin/graw-tests'
2010-05-15 Marek Olšákr300g/swtcl: disable converting points/lines to triangles
2010-05-15 Marek Olšákr300g: the vertex_stream_state atom for SWTCL should...
2010-05-15 Marek Olšákr300g: fix emission of some non-CSO atoms at the beginn...
2010-04-26 Corbin Simpsonr300g: Rudimentary stats, printed on exit.
2010-04-23 Ian RomanickMerge branch '7.8'
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 Jesse BarnesMerge branch '7.8'
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 PaulMerge branch '7.8'
2010-04-26 Marek Olšákr300g: fix warnings when printing uint64_t
2010-04-19 Jesse BarnesMerge branch '7.8'
2010-04-19 Brian PaulMerge branch '7.8'
2010-04-19 Brian Paulgallium/draw: use correct rasterization state for wide...
2010-04-18 Marek Olšákr300g: various other cleanups
2010-04-14 Marek Olšákr300g: atomize beginning occlusion query
2010-04-14 Marek Olšákr300g: atomize VS constant buffer
2010-04-13 Jesse BarnesMerge branch '7.8'
2010-04-12 Marek Olšákr300g: atomize FS constant buffer
2010-04-12 Marek Olšákr300g: atomize compiler's state variables for fragment...
2010-04-12 Marek Olšákr300g: atomize fragment shader
2010-04-12 Vinson Leer300g: Remove unnecessary headers.
2010-04-11 Maciej CencoraMerge commit 'origin/7.8'
2010-04-10 Keith WhitwellSquashed commit of the following:
next