summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nv50
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'gallium-dynamicstencilref'Roland Scheidegger2010-02-123-10/+37
|\
| * gallium: make max_anisotropy a unsigned bitfield memberRoland Scheidegger2010-02-121-5/+5
| * nouveau: fix compile errors...Roland Scheidegger2010-02-111-2/+2
| * nv50: adapt to stencil ref changesRoland Scheidegger2010-02-113-5/+32
* | nouveau: use AVAIL_RING()Ben Skeggs2010-02-121-2/+2
* | nouveau: remove u_simple_screen.h includesBen Skeggs2010-02-112-2/+0
|/
* Merge branch 'gallium-nopointsizeminmax'Roland Scheidegger2010-02-092-10/+8
|\
| * gallium: add point_quad_rasterization bit to rasterizer stateRoland Scheidegger2010-02-041-1/+1
| * gallium: clean up point sprite rasterizer stateRoland Scheidegger2010-02-032-9/+7
* | gallium: squash-merge of gallium screen contextKeith Whitwell2010-02-085-9/+12
* | nouveau: include stdio.h and u_inlines.h in all context files since embedded ...Dave Airlie2010-02-041-0/+2
* | gallium: Move deprecated pipe/internal/p_winsys_screen.h inside util/u_simple...José Fonseca2010-02-022-2/+2
* | gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca2010-02-027-7/+7
* | nv50/nv40/nv30: fix small memory leak of nouveau_resources on screen_destroyMarcin Slusarz2010-02-011-0/+3
* | tgsi: add caps for fragment coord conventions (v3)Luca Barbieri2010-01-291-0/+6
* | Merge commit 'origin/perrtblend'Roland Scheidegger2010-01-282-22/+50
|\ \
| * | nv50: supports independent blend enablesChristoph Bumiller2010-01-262-17/+41
| * | gallium: add the new PIPE_CAP blend bits to more driversRoland Scheidegger2010-01-261-0/+4
| * | nouveau: adapt drviers to blend changesRoland Scheidegger2010-01-251-11/+11
* | | nv50: fix uninitialized variable in nv50_revdep_reorderMarcin Slusarz2010-01-251-1/+1
* | | nv50: fix crash in nv50_pre_pipebuffer_map (nv50_screen->cur_ctx)Marcin Slusarz2010-01-251-0/+4
* | | nv50: fix handling of FragCoord inputChristoph Bumiller2010-01-241-12/+11
* | | nv50: only flush texture caches on st requestChristoph Bumiller2010-01-242-3/+5
* | | nv50: implement render_conditionChristoph Bumiller2010-01-241-4/+36
|/ /
* | nv50: fix constant vtxattr methodsChristoph Bumiller2010-01-181-13/+13
* | nv50: make instanced drawing work with edge flagsChristoph Bumiller2010-01-181-45/+162
* | nv50: cannot exit shaders on a control flow instructionChristoph Bumiller2010-01-181-1/+9
* | nv50: fix nv50_program->immd memory leakMarcin Slusarz2010-01-181-0/+1
* | nv50: implement instanced drawingChristoph Bumiller2010-01-177-39/+314
* | nv50: fix tile flags for scanout tex usageChristoph Bumiller2010-01-161-1/+12
* | nv50: handle all and more system valuesChristoph Bumiller2010-01-162-12/+110
* | nv50: hook up geometry programsChristoph Bumiller2010-01-167-27/+103
* | nv50: support for geometry programs in nv50_programChristoph Bumiller2010-01-165-119/+341
* | nv50: get access to primitive input spaceChristoph Bumiller2010-01-161-88/+197
* | Merge branch 'gallium-noconstbuf'Roland Scheidegger2010-01-151-3/+3
|\ \
| * | gallium: remove const qualifier from pipe_buffer argument in set_constant_bufferRoland Scheidegger2010-01-111-1/+1
| * | gallium: adapt drivers to pipe_constant_buffer removalRoland Scheidegger2009-12-241-3/+3
* | | nv50: fix 2 off by one memory leaks (nv50_miptree_level->image_offset)Marcin Slusarz2010-01-121-2/+2
* | | nv50: fix memory leak on nv50_pc freeMarcin Slusarz2010-01-121-0/+2
| |/ |/|
* | nv50: handle TGSI_OPCODE_UMAD,UMUL,NOT and fix SADChristoph Bumiller2010-01-081-3/+149
* | nv50: free src temp_temps on emitChristoph Bumiller2010-01-081-32/+42
* | nv50: try to honor sprite coord modeChristoph Bumiller2010-01-081-4/+10
* | Merge branch 'mesa_7_7_branch'Brian Paul2010-01-081-1/+1
|\ \
| * | nv50: add missing parentheses in nv50_query_result()Roel Kluin2010-01-061-1/+1
* | | nv50: preallocate TEMPs written first time in a subroutineChristoph Bumiller2010-01-071-2/+10
* | | nv50: handle TGSI_OPCODE_SAD,UADDChristoph Bumiller2010-01-071-0/+96
* | | nv50: handle TGSI_OPCODE_IMAX,IMIN,UMAX,UMINChristoph Bumiller2010-01-071-10/+49
* | | nv50: handle integer SET operationsChristoph Bumiller2010-01-071-21/+34
* | | nv50: handle TGSI_OPCODE_SHL,ISHR,USHRChristoph Bumiller2010-01-071-0/+42
* | | nv50: handle TGSI_OPCODE_F2I,F2U,I2F,U2F plus src modsChristoph Bumiller2010-01-071-87/+131