summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nv50
AgeCommit message (Expand)Author
2010-08-21nv50: Silence incompatible pointer type initialization warning.Vinson Lee
2010-08-21nv50: Disable unused code.Vinson Lee
2010-08-20nv50: use NV50TIC_0_2_TARGET_RECTLuca Barbieri
2010-08-20gallium: make all checks for PIPE_TEXTURE_2D check for PIPE_TEXTURE_RECT tooLuca Barbieri
2010-08-11auxiliary: fix u_split_prim naming conventionLuca Barbieri
2010-08-11auxiliary: move Ben Skeggs' primitive splitter to common codeLuca Barbieri
2010-07-29gallium: Keep only pipe_context::draw_vbo.Chia-I Wu
2010-07-29gallium: Implement draw_vbo and set_index_buffer for all drivers.Chia-I Wu
2010-07-23nv50: implement depth clampChristoph Bumiller
2010-07-16nv50: s/__func__/__FUNCTION__/Vinson Lee
2010-06-09nv: fix compile after the latest gs changesZack Rusin
2010-06-09nv50: fix typo from gallium-msaa mergeBen Skeggs
2010-06-09nv50: use MARK_RING correctlyBen Skeggs
2010-06-08gallium: adjust the query interface to support custom typesZack Rusin
2010-06-03nv50: Remove unnecessary header.Vinson Lee
2010-06-03gallium: rename clearRT / clearDS to clear_render_target / clear_depth_stencilRoland Scheidegger
2010-05-29nv50: adapt to clear interface changesRoland Scheidegger
2010-05-21Merge branch 'gallium-msaa'Roland Scheidegger
2010-05-21Merge branch 'gallium-front-ccw'Keith Whitwell
2010-05-20nv50: fixed other void pointer arithmetic errorsXavier Chantry
2010-05-20nv50: fix too long shader uploads by splitting themXavier Chantry
2010-05-20nv50: fill in shader limitsChristoph Bumiller
2010-05-19nv50: fix typo: s/_/./Brian Paul
2010-05-18gallium: implement set_sample_mask() in all driversRoland Scheidegger
2010-05-17nouveau: adapt to interface changesRoland Scheidegger
2010-05-14gallium: more work on ccw flag removalKeith Whitwell
2010-05-14gallium: convert rasterizer state to use gl-style front/back conceptsKeith Whitwell
2010-05-12gallium: Make PIPE_CAP_xxx enums.José Fonseca
2010-05-05nouveau: only advertise PIPE_FORMAT_DXT* if s3tc availableXavier Chantry
2010-04-30nv50: raise constant buffers size to maximumChristoph Bumiller
2010-04-30nv50: relax restriction on surface_copy format equality a bitChristoph Bumiller
2010-04-30nv50: don't segfault on OPCODE_END for empty programsChristoph Bumiller
2010-05-17gallium: EXT_timer_query support.Mathias Fröhlich
2010-04-24nv50: Add to SCons build.Vinson Lee
2010-04-20nv50: make a working check for user memory vertex/index buffersChristoph Bumiller
2010-04-20nv50: fix FP result counting for depth outputChristoph Bumiller
2010-04-20nv50: support vertex index biasChristoph Bumiller
2010-04-20nv50: move declaration before codeBrian Paul
2010-04-20nv50: fixed void pointer arithment warningBrian Paul
2010-04-20gallium: replace pipe_resource::_usage with pipe_resource::usageBrian Paul
2010-04-20nv50: add missing idxbias param to nv50_push_elements_instanced()Brian Paul
2010-04-20Merge branch 'gallium-index-bias'José Fonseca
2010-04-19nv50: Adapt for index bias interface change.José Fonseca
2010-04-19Merge branch '7.8'Brian Paul
2010-04-19gallium/draw: use correct rasterization state for wide/AA points/linesBrian Paul
2010-04-19nv50: Fix include recursion.Vinson Lee
2010-04-17nv50: Initialize variables.Vinson Lee
2010-04-17nv50: Remove unused variable.Vinson Lee
2010-04-17nv50: Remove redundant assignment.Vinson Lee
2010-04-15nouveau: replace vtxbuf/idxbuf caps with BO_ flags in nouveau_screen and fix ...Luca Barbieri