summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nv50
Commit message (Expand)AuthorAgeFilesLines
* nv50: use NV50TIC_0_2_TARGET_RECTLuca Barbieri2010-08-201-1/+3
* gallium: make all checks for PIPE_TEXTURE_2D check for PIPE_TEXTURE_RECT tooLuca Barbieri2010-08-202-1/+3
* auxiliary: fix u_split_prim naming conventionLuca Barbieri2010-08-112-6/+6
* auxiliary: move Ben Skeggs' primitive splitter to common codeLuca Barbieri2010-08-112-2/+2
* gallium: Keep only pipe_context::draw_vbo.Chia-I Wu2010-07-293-41/+2
* gallium: Implement draw_vbo and set_index_buffer for all drivers.Chia-I Wu2010-07-294-0/+50
* nv50: implement depth clampChristoph Bumiller2010-07-234-10/+33
* nv50: s/__func__/__FUNCTION__/Vinson Lee2010-07-161-1/+1
* nv: fix compile after the latest gs changesZack Rusin2010-06-091-1/+1
* nv50: fix typo from gallium-msaa mergeBen Skeggs2010-06-091-1/+1
* nv50: use MARK_RING correctlyBen Skeggs2010-06-091-4/+6
* gallium: adjust the query interface to support custom typesZack Rusin2010-06-081-1/+2
* nv50: Remove unnecessary header.Vinson Lee2010-06-031-1/+0
* gallium: rename clearRT / clearDS to clear_render_target / clear_depth_stencilRoland Scheidegger2010-06-031-6/+6
* nv50: adapt to clear interface changesRoland Scheidegger2010-05-293-18/+22
* Merge branch 'gallium-msaa'Roland Scheidegger2010-05-213-10/+39
|\
| * nv50: fix typo: s/_/./Brian Paul2010-05-191-1/+1
| * gallium: implement set_sample_mask() in all driversRoland Scheidegger2010-05-181-0/+7
| * nouveau: adapt to interface changesRoland Scheidegger2010-05-172-10/+32
* | Merge branch 'gallium-front-ccw'Keith Whitwell2010-05-211-55/+27
|\ \
| * | gallium: more work on ccw flag removalKeith Whitwell2010-05-141-1/+1
| * | gallium: convert rasterizer state to use gl-style front/back conceptsKeith Whitwell2010-05-141-55/+27
* | | nv50: fixed other void pointer arithmetic errorsXavier Chantry2010-05-201-5/+6
* | | nv50: fix too long shader uploads by splitting themXavier Chantry2010-05-202-8/+19
* | | nv50: fill in shader limitsChristoph Bumiller2010-05-201-0/+28
* | | gallium: EXT_timer_query support.Mathias Fröhlich2010-05-171-0/+2
|/ /
* | gallium: Make PIPE_CAP_xxx enums.José Fonseca2010-05-121-2/+2
* | nouveau: only advertise PIPE_FORMAT_DXT* if s3tc availableXavier Chantry2010-05-051-4/+12
|/
* nv50: raise constant buffers size to maximumChristoph Bumiller2010-04-303-15/+10
* nv50: relax restriction on surface_copy format equality a bitChristoph Bumiller2010-04-301-1/+27
* nv50: don't segfault on OPCODE_END for empty programsChristoph Bumiller2010-04-301-5/+6
* nv50: Add to SCons build.Vinson Lee2010-04-241-0/+26
* nv50: make a working check for user memory vertex/index buffersChristoph Bumiller2010-04-202-2/+10
* nv50: fix FP result counting for depth outputChristoph Bumiller2010-04-201-1/+1
* nv50: support vertex index biasChristoph Bumiller2010-04-202-7/+41
* nv50: move declaration before codeBrian Paul2010-04-201-1/+1
* nv50: fixed void pointer arithment warningBrian Paul2010-04-201-1/+1
* gallium: replace pipe_resource::_usage with pipe_resource::usageBrian Paul2010-04-201-2/+2
* nv50: add missing idxbias param to nv50_push_elements_instanced()Brian Paul2010-04-202-4/+5
* Merge branch 'gallium-index-bias'José Fonseca2010-04-203-6/+11
|\
| * nv50: Adapt for index bias interface change.José Fonseca2010-04-193-6/+11
* | Merge branch '7.8'Brian Paul2010-04-191-1/+1
|\ \
| * | gallium/draw: use correct rasterization state for wide/AA points/linesBrian Paul2010-04-191-1/+1
* | | nv50: Fix include recursion.Vinson Lee2010-04-191-1/+2
| |/ |/|
* | nv50: Initialize variables.Vinson Lee2010-04-172-6/+6
* | nv50: Remove unused variable.Vinson Lee2010-04-171-2/+0
* | nv50: Remove redundant assignment.Vinson Lee2010-04-171-1/+1
* | nouveau: replace vtxbuf/idxbuf caps with BO_ flags in nouveau_screen and fix ...Luca Barbieri2010-04-151-4/+2
* | nouveau: bind the 3D engine to subchannel 7 and add RING_3DLuca Barbieri2010-04-121-0/+3
* | nv50: fix texture relocsChristoph Bumiller2010-04-111-23/+27