aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* nine: Drop use of TGSI_OPCODE_CND.Jose Fonseca2015-01-221-9/+1
* glsl: Link glsl_test with pthreads library.Jonathan Gray2015-01-221-1/+3
* i965: Work around mysterious Gen4 GPU hangs with minimal state changes.Kenneth Graunke2015-01-221-0/+13
* mesa: Fix clamping to -1.0 in snorm_to_floatJason Ekstrand2015-01-171-1/+1
* i965: Respect the no_8 flag on Gen6, not just Gen7+.Kenneth Graunke2015-01-171-2/+2
* r600g/sb: implement r600 gpr index workaround. (v3.1)Dave Airlie2015-01-074-9/+57
* r600g: fix regression since UCMP changeDave Airlie2015-01-071-1/+1
* r600g/sb: fix issues with loops created for switchVadim Girlin2015-01-075-4/+16
* Revert "r600g/sb: fix issues cause by GLSL switching to loops for switch"Dave Airlie2015-01-071-38/+12
* radeonsi: fix VertexID for OpenGLMarek Olšák2015-01-071-2/+5
* st/mesa: fix GL_PRIMITIVE_RESTART_FIXED_INDEXMarek Olšák2015-01-071-1/+2
* vbo: ignore primitive restart if FixedIndex is enabled in DrawArraysMarek Olšák2015-01-071-1/+2
* gallium/util: make sure cache line size is not zeroLeonid Shatz2015-01-061-1/+5
* gallium/util: fix crash with daz detection on x86Roland Scheidegger2015-01-061-1/+1
* nv50/ir: fix texture offsets in release buildsIlia Mirkin2015-01-062-2/+4
* i965: Use safer pointer arithmetic in gather_oa_results()Chad Versace2015-01-041-1/+1
* i965: Use safer pointer arithmetic in intel_texsubimage_tiled_memcpy()Chad Versace2015-01-041-3/+4
* glsl_to_tgsi: fix a bug in copy propagationMarek Olšák2015-01-041-1/+2
* i965: Fix start/base_vertex_location for >1 prims but !BRW_NEW_VERTICES.Kenneth Graunke2015-01-043-21/+13
* nv50,nvc0: set vertex id base to index_biasIlia Mirkin2015-01-045-7/+35
* nv50,nvc0: implement half_pixel_centerTiziano Bacocco2015-01-048-14/+11
* radeonsi: Don't modify PA_SC_RASTER_CONFIG register value if rb_mask == 0Michel Dänzer2015-01-041-2/+4
* i965: Add missing BRW_NEW_*_PROG_DATA to texture/renderbuffer atoms.Kenneth Graunke2015-01-041-2/+6
* Revert "glx/dri3: Request non-vsynced Present for swapinterval zero. (v3)"Emil Velikov2014-12-301-13/+1
* i965: Require pixel alignment for GPU copy blitCody Northrop2014-12-212-4/+6
* linker: Assign varying locations geometry shader inputs for SSOIan Romanick2014-12-211-0/+15
* linker: Wrap access of producer_var with a NULL checkIan Romanick2014-12-211-3/+5
* glsl: Add gl_MaxViewports to available builtin constantsMaxence Le Doré2014-12-213-0/+10
* i965/brw_reg: struct constructor now needs explicit negate and abs values.Andres Gomez2014-12-213-2/+28
* glx/dri3: Don't fail on glXSwapBuffersMscOML(dpy, window, 0, 0, 0) (v2)Mario Kleiner2014-12-141-2/+15
* glx/dri3: Request non-vsynced Present for swapinterval zero. (v3)Mario Kleiner2014-12-141-1/+13
* glx/dri3: Track separate (ust, msc) for PresentPixmap vs. PresentNotifyMsc (v2)Mario Kleiner2014-12-142-5/+11
* glx/dri3: Fix glXWaitForSbcOML() to handle targetSBC==0 correctly. (v2)Mario Kleiner2014-12-141-0/+9
* mesa/drivers: Add missing mesautil lib to Haiku swrastAlexander von Gluck IV2014-12-111-0/+1
* llvmpipe: fix lp_test_arit denorm handlingRoland Scheidegger2014-12-111-1/+37
* i965: Disable unlit-centroid workaround on Gen < 6.Matt Turner2014-12-111-3/+0
* r600g: only init GS_VERT_ITEMSIZE on r600Dave Airlie2014-12-111-5/+2
* mesa: use build flag to ensure stack is realigned on x86Timothy Arceri2014-12-111-1/+1
* radeonsi: Program RASTER_CONFIG for harvested GPUs v5Tom Stellard2014-12-114-6/+134
* ir_to_mesa: Remove sat to clamp lowering passAbdiel Janulgue2014-12-111-3/+1
* i965/Gen6-7: Fix point sprites with PolygonMode(GL_POINT)Chris Forbes2014-12-111-0/+6
* i965/gs: Avoid DW * DW mulBen Widawsky2014-12-111-2/+6
* util/primconvert: Avoid point arithmetic; apply offset on all cases.José Fonseca2014-12-111-1/+2
* util/primconvert: take ib offset into accountIlia Mirkin2014-12-111-1/+1
* util/primconvert: support instanced renderingIlia Mirkin2014-12-111-0/+2
* util/primconvert: pass index bias throughIlia Mirkin2014-12-111-0/+1
* st/nine: Fix vertex declarations for non-standard (usage/index)Axel Davy2014-12-037-108/+89
* st/nine: sm1_declusage_to_tgsi, do not restrict indices with TGSI_SEMANTIC_GE...Axel Davy2014-12-031-60/+52
* st/nine: Queries: Fix D3DISSUE_END behaviour.Axel Davy2014-12-031-4/+6
* mesa: fix height error check for 1D array texturesBrian Paul2014-12-031-1/+1