summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-01-07r600g/sb: implement r600 gpr index workaround. (v3.1)Dave Airlie4-9/+57
2015-01-07r600g: fix regression since UCMP changeDave Airlie1-1/+1
2015-01-07r600g/sb: fix issues with loops created for switchVadim Girlin5-4/+16
2015-01-07Revert "r600g/sb: fix issues cause by GLSL switching to loops for switch"Dave Airlie1-38/+12
2015-01-07radeonsi: fix VertexID for OpenGLMarek Olšák1-2/+5
2015-01-07st/mesa: fix GL_PRIMITIVE_RESTART_FIXED_INDEXMarek Olšák1-1/+2
2015-01-07vbo: ignore primitive restart if FixedIndex is enabled in DrawArraysMarek Olšák1-1/+2
2015-01-06gallium/util: make sure cache line size is not zeroLeonid Shatz1-1/+5
2015-01-06gallium/util: fix crash with daz detection on x86Roland Scheidegger1-1/+1
2015-01-06nv50/ir: fix texture offsets in release buildsIlia Mirkin2-2/+4
2015-01-04i965: Use safer pointer arithmetic in gather_oa_results()Chad Versace1-1/+1
2015-01-04i965: Use safer pointer arithmetic in intel_texsubimage_tiled_memcpy()Chad Versace1-3/+4
2015-01-04glsl_to_tgsi: fix a bug in copy propagationMarek Olšák1-1/+2
2015-01-04i965: Fix start/base_vertex_location for >1 prims but !BRW_NEW_VERTICES.Kenneth Graunke3-21/+13
2015-01-04nv50,nvc0: set vertex id base to index_biasIlia Mirkin5-7/+35
2015-01-04nv50,nvc0: implement half_pixel_centerTiziano Bacocco8-14/+11
2015-01-04radeonsi: Don't modify PA_SC_RASTER_CONFIG register value if rb_mask == 0Michel Dänzer1-2/+4
2015-01-04i965: Add missing BRW_NEW_*_PROG_DATA to texture/renderbuffer atoms.Kenneth Graunke1-2/+6
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-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-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 Arceri1-1/+1
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-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