summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* hgl: traverse add-on entriesAdrien Destugues2014-12-101-2/+2
* gallium/target: Haiku softpipeAlexander von Gluck IV2014-12-101-1/+1
* gallium/aux: Avoid redefining MAXAlexander von Gluck IV2014-12-101-0/+2
* clover: Use switch when creating kernel arguments.Jan Vesely2014-12-101-25/+19
* r600g: only init GS_VERT_ITEMSIZE on r600Dave Airlie2014-12-101-5/+2
* vc4: Do QPU scheduling across uniform loads.Eric Anholt2014-12-091-28/+60
* vc4: Populate the delay field better, and schedule high delay first.Eric Anholt2014-12-091-1/+49
* vc4: Skip raddr dependencies for 32-bit immediate loads.Eric Anholt2014-12-091-2/+5
* vc4: Mark VPM read setup as impacting VPM reads, not writes.Eric Anholt2014-12-091-1/+7
* vc4: Refuse to merge instructions involving 32-bit immediate loads.Eric Anholt2014-12-091-0/+5
* clover: Fix build after llvm r223802Aaron Watry2014-12-091-0/+4
* freedreno/a4xx: frag-coord / face fixesRob Clark2014-12-091-6/+19
* freedreno/a4xx: fix rendering to layer != 0Rob Clark2014-12-091-1/+4
* freedreno/a4xx: temp hack for FLAT varyingsRob Clark2014-12-091-0/+19
* freedreno/ir3: lower TXP as neededRob Clark2014-12-093-3/+19
* freedreno/a4xx: XA gpu hang at startupRob Clark2014-12-092-1/+9
* freedreno/a4xx: texture fixesRob Clark2014-12-096-7/+54
* freedreno: cleanup slice alignment/setupRob Clark2014-12-091-36/+14
* freedreno: update generated headersRob Clark2014-12-096-18/+65
* tgsi/lowering: add support to lower TXP (v2)Rob Clark2014-12-092-15/+34
* mesa: use build flag to ensure stack is realigned on x86Timothy Arceri2014-12-102-4/+1
* draw: implement TGSI_PROPERTY_VS_WINDOW_SPACE_POSITIONMarek Olšák2014-12-0910-11/+49
* main: return two minor digits for ES shading language versionSamuel Iglesias Gonsalvez2014-12-091-1/+1
* glsl: invariant qualifier is not valid for shader inputs in GLSL ES 3.00Samuel Iglesias Gonsalvez2014-12-092-1/+12
* mesa: Recompute LegalTypesMask if the GL API has changedIago Toral Quiroga2014-12-092-19/+22
* mesa: Returns zero samples when querying GL_NUM_SAMPLE_COUNTS when internal f...Eduardo Lima Mitev2014-12-091-23/+34
* mesa: Enables GL_RGB and GL_RGBA unsized internal formats for OpenGL ES 3.0Eduardo Lima Mitev2014-12-091-0/+6
* mesa: Considers GL_DEPTH_STENCIL_ATTACHMENT a valid argument for FBO invalida...Eduardo Lima Mitev2014-12-091-0/+8
* vc4: Reserve rb31 instead of r3 for raddr conflict spills.Eric Anholt2014-12-092-11/+45
* vc4: Prioritize allocating accumulators to short-lived values.Eric Anholt2014-12-091-14/+59
* r600g: fix regression since UCMP changeDave Airlie2014-12-091-1/+1
* program: Delete dead _mesa_realloc_instructions.Matt Turner2014-12-082-21/+0
* swrast: Remove 'inline' from tex filter functions.Matt Turner2014-12-081-26/+26
* Don't cast the return value of malloc/reallocMatt Turner2014-12-0811-27/+17
* Use calloc instead of malloc/memset-0Matt Turner2014-12-081-2/+1
* Remove useless checks for NULL before freeingMatt Turner2014-12-0820-72/+39
* i965/skl: Add Skylake PCI IDsKristian Høgsberg2014-12-081-0/+29
* i965/skl: Emit depth stall workaround for gen9 as wellDamien Lespiau2014-12-081-1/+1
* i965/skl: Fix GS thread count locationBen Widawsky2014-12-081-11/+18
* i965: Fix union usage for G++ <= 4.6.Vinson Lee2014-12-081-1/+2
* vc4: Interleave register allocation from regfile A and B.Eric Anholt2014-12-081-39/+38
* vc4: Fix decision for whether the MIN operation writes to the B regfile.Eric Anholt2014-12-081-3/+3
* vc4: Drop dependency on r3 for color packing.Eric Anholt2014-12-081-4/+27
* vc4: Add support for GL 1.0 logic ops.Eric Anholt2014-12-081-2/+60
* vc4: Add support for TGSI_OPCODE_UCMP.Eric Anholt2014-12-081-0/+12
* radeonsi/compute: Clamp COMPUTE_TMPRING_SIZE.WAVES to: num_cu * 32Tom Stellard2014-12-081-0/+3
* winsys/radeon: Always report at least 1 compute unitTom Stellard2014-12-082-1/+3
* radeonsi: Program RASTER_CONFIG for harvested GPUs v5Tom Stellard2014-12-084-6/+134
* draw: (trivial): remove double semicolonRoland Scheidegger2014-12-091-1/+1
* st/mesa: For vertex shaders, don't emit saturate when SM 3.0 is unsupportedAbdiel Janulgue2014-12-082-4/+3