Merge branch 'lp-offset-twoside'
[mesa.git] / src / gallium / drivers / r300 / r300_context.h
2010-11-22 Keith WhitwellMerge branch 'lp-offset-twoside'
2010-11-20 Marek Olšákr300g: fix rendering with no vertex elements
2010-10-18 Keith WhitwellMerge remote branch 'origin/master' into lp-setup-llvm
2010-09-28 Marek Olšákr300g: add support for 3D NPOT textures without mipmapping
2010-09-26 Dave Airlier300g: fix glsl-fs-pointcoord
2010-09-24 Marek Olšákr300g: fix the border color for every format other...
2010-09-16 Marek Olšákr300g/swtcl: fix CS overrun
2010-09-15 Christoph BumillerMerge remote branch 'origin/nv50-compiler'
2010-09-13 Marek Olšákr300g: fix SWTCL
2010-09-02 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-25 Marek Olšákr300g: eliminate unused constants in VS
2010-08-25 Marek Olšákr300g: clean up some mess in set_constant_buffer
2010-08-25 Marek Olšákr300g: reset the index bias to 0 at the end of CS
2010-08-23 Dave Airlier300g: avoid stall in no-tcl drawing when mapping vbo
2010-08-18 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-17 Ian RomanickMerge branch 'glsl2'
2010-08-15 Marek Olšákr300g: do not use HiZ if HiZ RAM is not properly initia...
2010-08-15 Marek Olšákr300g: rename dirty_zmask -> zmask_in_use
2010-08-15 Marek Olšákr300g: do not use fastfill if ZMask RAM is not properly...
2010-08-14 Ian RomanickMerge branch 'master' into glsl2
2010-08-08 Marek Olšákr300g: flush zmasks of zbuffers we are going to use...
2010-08-05 Dave Airlier300g: implement hyper-z support. (v4)
2010-07-29 Chia-I Wugallium: Implement draw_vbo and set_index_buffer for...
2010-07-27 Eric AnholtMerge remote branch 'origin/master' into glsl2
2010-07-25 Marek Olšákr300g: do not use TXPITCH_EN if the width is POT and...
2010-07-25 Marek Olšákr300g: cleanup texture creation code
2010-07-25 Marek Olšákr300g: reject resources from handles which are not...
2010-07-19 Marek Olšákr300g: use memory pools for buffer_create and get_transfer
2010-07-16 Marek Olšákr300g: do not make copies of constant buffers, emit...
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-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-29 Marek Olšákr300g: move one flush from winsys to the context
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: turn rasterizer state into a command buffer
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-26 Marek Olšákr300g: introduce VAP invariant state
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-22 Marek Olšákr300g: optimize the immediate mode emission path a bit
2010-06-21 Marek Olšákr300g: fix the KIL opcode for r3xx-r4xx (v4)
2010-06-20 Marek Olšákr300g: manually assign texture cache regions
2010-06-19 Marek Olšákr300g: improve the ZTOP condition
2010-06-16 Corbin Simpsonr300g: Old MSAA code from before gallium-msaa.
2010-06-14 Marek Olšákr300g: rewrite occlusion queries
2010-06-14 Marek Olšákr300g: subclass pipe_surface
2010-06-13 Marek Olšákr300g: optimize emission of fragment shader constants
2010-06-13 Marek Olšákr300g: turn depth stencil state into a CB
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: turn blend state into a CB
2010-06-13 Marek Olšákr300g: remove r300_state.h
2010-06-13 Marek Olšákr300g: move two-sided stencilref fallback to its own...
2010-06-13 Marek Olšákr300g: move index buffer translate functions to their...
2010-06-13 Marek Olšákr300g: add fallback for unaligned/unsupported vertex...
2010-06-08 Marek Olšákr300g: skip rendering for unsupported vertex formats...
2010-06-03 Roland ScheideggerMerge branch 'gallium-newclear'
2010-06-02 Marek Olšákr300g: store the GEM domain in buffer and texture structs
2010-05-26 Marek Olšákr300g: decouple drawing code and two-sided stencil...
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-23 Marek Olšákr300g: fix warnings
2010-05-21 Roland ScheideggerMerge branch 'gallium-msaa'
2010-05-21 Keith WhitwellMerge branch 'gallium-front-ccw'
2010-05-12 Corbin Simpsonr300g: Correct viewport setup for SW TCL.
2010-05-08 Marek Olšákr300g: follow pipe_rasterizer_state::light_twoside
2010-05-08 Marek Olšákr300g: move GA_POINT_MINMAX back to rs_state
2010-05-08 Marek Olšákr300g: pass depth texture swizzle to the compiler if...
2010-05-08 Marek Olšákr300g: consolidate common render code into one function
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: fix point sprite texgen (do it in HW)
2010-05-15 Marek Olšákr300g: remove unused struct r300_vertex_info
2010-05-15 Marek Olšákr300g: fix emission of some non-CSO atoms at the beginn...
2010-05-15 Marek Olšákr300g: remove unused r300_query::active
2010-04-29 Marek Olšákr300g: fix tests/yuvrect and possibly even rendering...
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'
next