summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* tgsi: don't print texture target for sample opcodesRoland Scheidegger2014-09-161-2/+5
* vc4: Bump maximum ARB program temporaries to match Intel/AMD.Eric Anholt2014-09-151-1/+1
* vc4: Bump maximum uniforms count to match other drivers.Eric Anholt2014-09-151-1/+1
* vc4: Dynamically allocate the TGSI-to-qreg arrays.Eric Anholt2014-09-152-12/+44
* vc4: Fix memory leaks of struct qinst.Eric Anholt2014-09-154-3/+17
* vc4: Fix memory leaks of some vc4_compile contents.Eric Anholt2014-09-152-10/+11
* vc4: Reuse the util header instead of defining our own ARRAY_SIZE.Eric Anholt2014-09-151-2/+1
* mesa: move i, j var decls into SWIZZLE_CONVERT_LOOP() macroBrian Paul2014-09-151-36/+38
* mesa: break up _mesa_swizzle_and_convert() to reduce compile timeBrian Paul2014-09-151-480/+550
* Generate a warning when not writing gl_Position with GLES.Kalyan Kondapally2014-09-151-2/+9
* mesa: check that uniform exists in glUniform* functionsTapani Pälli2014-09-151-8/+8
* ilo: clean up 3D/media functionsChia-I Wu2014-09-153-205/+188
* ilo: fix gen6_3DSTATE_MULTISAMPLE()Chia-I Wu2014-09-151-1/+1
* freedreno/a3xx: 3d/array texturesRob Clark2014-09-134-7/+102
* freedreno: update generated headersRob Clark2014-09-134-4/+22
* ilo: trust vertex element count moreChia-I Wu2014-09-141-3/+2
* ilo: simplify src operand gathering in disassemblerChia-I Wu2014-09-141-15/+5
* ilo: derive 3-src instructions from the opcode tableChia-I Wu2014-09-141-9/+2
* nouveau: check for mesa context init failureIlia Mirkin2014-09-131-2/+2
* nouveau: avoid leaking screen on initialization failIlia Mirkin2014-09-131-2/+5
* nouveau: change internal variables to avoid conflicts with macro argsIlia Mirkin2014-09-131-10/+10
* ilo: clean up 3DPRIMITIVE functionsChia-I Wu2014-09-135-25/+24
* ilo: clean up 3D/media common functionsChia-I Wu2014-09-133-120/+42
* ilo: move 3D functions to ilo_builder_3d*.hChia-I Wu2014-09-139-2538/+2614
* ilo: move media functions to ilo_builder_media.hChia-I Wu2014-09-134-173/+211
* ilo: move GPE common functions to ilo_builder_render.hChia-I Wu2014-09-137-267/+303
* glsl: Speed up constant folding for swizzles.Kenneth Graunke2014-09-121-0/+5
* i965/vec4: Make type_size() return 0 for samplers.Kenneth Graunke2014-09-121-3/+3
* i965: Skip allocating UNIFORM file storage for uniforms of size 0.Kenneth Graunke2014-09-122-6/+6
* i965: Separate gl_InstanceID and gl_VertexID uploading.Kenneth Graunke2014-09-125-16/+42
* i965: Fix reference counting in new basevertex upload code.Kenneth Graunke2014-09-121-0/+3
* freedreno: "fix" problems with excessive flushesRob Clark2014-09-125-27/+14
* r600g,radeonsi: add debug option which forces DMA for copy_region and blitMarek Olšák2014-09-1211-21/+52
* freedreno/ir3: implement UMUL correctlyIlia Mirkin2014-09-121-1/+48
* freedreno/ir3: fix UCMP handlingIlia Mirkin2014-09-121-37/+39
* freedreno/ir3: add TXL supportIlia Mirkin2014-09-121-1/+3
* freedreno/ir3: add missing put_dstRob Clark2014-09-121-0/+1
* freedreno/ir3: catch incorrect usage of tmp-dstRob Clark2014-09-121-0/+15
* freedreno/ir3: use unsigned comparison for UIFIlia Mirkin2014-09-121-4/+4
* freedreno/ir3: negate result of USLT/etcIlia Mirkin2014-09-121-8/+15
* freedreno/ir3: add UARL supportIlia Mirkin2014-09-121-2/+4
* freedreno/ir3: INEG operates on src0, not src1Ilia Mirkin2014-09-121-1/+3
* freedreno/ir3: fix FSLT/etc handling to return 0/-1 instead of 0/1.0Ilia Mirkin2014-09-121-4/+8
* freedreno/a3xx: alpha render-target shenanigansRob Clark2014-09-124-2/+34
* util/u_format: add _is_alpha()Rob Clark2014-09-122-0/+19
* freedreno/a3xx: format fixesRob Clark2014-09-123-5/+20
* freedreno: update generated headersRob Clark2014-09-124-4/+6
* freedreno/a3xx: handle rendering to layer != 0Rob Clark2014-09-121-2/+12
* mesa: fix _mesa_free_pipeline_data() use-after-free bugBrian Paul2014-09-121-2/+2
* ra: assert against unsigned underflow in q_totalConnor Abbott2014-09-121-0/+1