summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-12-30Add release notes for the 10.4.1 releasemesa-10.4.1Emil Velikov1-0/+95
2014-12-30Update version to 10.4.1Emil Velikov1-1/+1
2014-12-30Revert "glx/dri3: Request non-vsynced Present for swapinterval zero. (v3)"Emil Velikov1-13/+1
2014-12-21i965: Require pixel alignment for GPU copy blitCody Northrop2-4/+6
2014-12-21linker: Assign varying locations geometry shader inputs for SSOIan Romanick1-0/+15
2014-12-21linker: Wrap access of producer_var with a NULL checkIan Romanick1-3/+5
2014-12-21glsl: Add gl_MaxViewports to available builtin constantsMaxence Le Doré3-0/+10
2014-12-21i965/brw_reg: struct constructor now needs explicit negate and abs values.Andres Gomez3-2/+28
2014-12-14glx/dri3: Don't fail on glXSwapBuffersMscOML(dpy, window, 0, 0, 0) (v2)Mario Kleiner1-2/+15
2014-12-14glx/dri3: Request non-vsynced Present for swapinterval zero. (v3)Mario Kleiner1-1/+13
2014-12-14glx/dri3: Track separate (ust, msc) for PresentPixmap vs. PresentNotifyMsc (v2)Mario Kleiner2-5/+11
2014-12-14glx/dri3: Fix glXWaitForSbcOML() to handle targetSBC==0 correctly. (v2)Mario Kleiner1-0/+9
2014-12-14docs: Add 10.4 sha256 sums, news item and link release notesEmil Velikov3-2/+12
2014-12-14docs: Update 10.4.0 release notesmesa-10.4.0Emil Velikov1-2/+192
2014-12-14Bump version to 10.4.0 (final)Emil Velikov1-1/+1
2014-12-11mesa/drivers: Add missing mesautil lib to Haiku swrastAlexander von Gluck IV1-0/+1
2014-12-11llvmpipe: fix lp_test_arit denorm handlingRoland Scheidegger1-1/+37
2014-12-11docs/relnotes: document the removal of GALLIUM_MSAAMarek Olšák3-0/+4
2014-12-11i965: Disable unlit-centroid workaround on Gen < 6.Matt Turner1-3/+0
2014-12-11r600g: only init GS_VERT_ITEMSIZE on r600Dave Airlie1-5/+2
2014-12-11mesa: use build flag to ensure stack is realigned on x86Timothy Arceri2-2/+11
2014-12-11radeonsi: Program RASTER_CONFIG for harvested GPUs v5Tom Stellard4-6/+134
2014-12-11ir_to_mesa: Remove sat to clamp lowering passAbdiel Janulgue1-3/+1
2014-12-11i965/Gen6-7: Fix point sprites with PolygonMode(GL_POINT)Chris Forbes1-0/+6
2014-12-11i965/gs: Avoid DW * DW mulBen Widawsky1-2/+6
2014-12-11util/primconvert: Avoid point arithmetic; apply offset on all cases.José Fonseca1-1/+2
2014-12-11util/primconvert: take ib offset into accountIlia Mirkin1-1/+1
2014-12-11util/primconvert: support instanced renderingIlia Mirkin1-0/+2
2014-12-11util/primconvert: pass index bias throughIlia Mirkin1-0/+1
2014-12-05Increment version to 10.4.0-rc4mesa-10.4.0-rc4Emil Velikov1-1/+1
2014-12-03st/nine: Fix vertex declarations for non-standard (usage/index)Axel Davy7-108/+89
2014-12-03st/nine: sm1_declusage_to_tgsi, do not restrict indices with TGSI_SEMANTIC_GE...Axel Davy1-60/+52
2014-12-03st/nine: Queries: Fix D3DISSUE_END behaviour.Axel Davy1-4/+6
2014-12-03mesa: fix height error check for 1D array texturesBrian Paul1-1/+1
2014-12-03r600g/sb: fix issues cause by GLSL switching to loops for switchDave Airlie1-12/+38
2014-12-03mesa: fix arithmetic error in _mesa_compute_compressed_pixelstore()Brian Paul1-1/+1
2014-12-03freedreno/ir3: fix UMADIlia Mirkin1-9/+9
2014-12-03freedreno/a3xx: only enable blend clamp for non-float formatsIlia Mirkin2-4/+7
2014-12-03nv50/ir/tgsi: handle TGSI_OPCODE_ARRChristoph Bumiller1-1/+4
2014-12-03cherry-ignore: drop whitespace commitEmil Velikov1-0/+2
2014-12-03st/nine: Fix setting of the shift modifier in nine_shaderAxel Davy1-2/+4
2014-12-03st/nine: remove unused pipe_viewport_state::translate[3] and scale[3]David Heidelberg1-2/+0
2014-12-03st/nine: fix wrong variable resetAxel Davy1-1/+1
2014-12-03st/nine: return GetAvailableTextureMem in bytes as expected (v2)David Heidelberg1-1/+5
2014-12-03st/nine: Add pool check to SetTexture (v2)Axel Davy1-1/+9
2014-12-03st/nine: propertly declare constants (v2)Axel Davy1-5/+2
2014-12-03st/nine: call DBG() at more external entry pointsStanislaw Halik17-0/+171
2014-12-03st/nine: rework the way D3DPOOL_SYSTEMMEM is handledAxel Davy8-127/+51
2014-12-03st/nine: Rework Basetexture9 and Resource9.Axel Davy10-33/+36
2014-12-03st/nine: clean device9ex.Axel Davy4-15/+19