summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-08-29freedreno: updates for msm drm/kms driverRob Clark8-30/+55
2013-08-29freedreno/a3xx/compiler: handle sync flags betterRob Clark1-16/+34
2013-08-29freedreno/a3xx/compiler: better const handlingRob Clark1-90/+121
2013-08-29glsl: Allow precision qualifiers for sampler typesAnuj Phogat1-8/+21
2013-08-29glsl: Add heuristics to print floating-point numbers better.Matt Turner15-32/+42
2013-08-29radeonsi: Make sure libdrm_radeon headers are picked up from the right placeJonathan Gray2-2/+3
2013-08-29draw: fix point/line/triangle determination in draw_need_pipeline()Brian Paul1-25/+6
2013-08-29radeon/uvd: fix MPEG2/4 ref frame index limitChristian König1-2/+2
2013-08-28nouveau: Copy m4x4 and m8x8 separately.Vinson Lee1-1/+2
2013-08-28i965: Allocate just enough space for user clip planes in uniform arrays.Kenneth Graunke1-2/+4
2013-08-28i965: Silence unused variable warning in release buildChad Versace1-1/+1
2013-08-27docs: minor fixes for 9.2 release notesBrian Paul1-2/+2
2013-08-27docs: Add news item for 9.2 releaseIan Romanick1-0/+7
2013-08-27docs: Import 9.2 release notesIan Romanick1-4/+149
2013-08-27mesa/main: Check for 0 size draws after validation.Fabian Bieler2-21/+42
2013-08-27glsl: Add built-ins from ARB_shader_bit_encoding to ARB_gpu_shader5.Matt Turner1-0/+20
2013-08-27i965/vs: Add support for translating ir_triop_fma into MAD.Matt Turner2-0/+12
2013-08-27i965/fs: Add support for translating ir_triop_fma into MAD.Matt Turner4-0/+10
2013-08-27i965/fs: Assert that ir_expressions are usable by 3-src instructions.Matt Turner1-0/+1
2013-08-27glsl: Add support for new fma built-in in ARB_gpu_shader5.Matt Turner6-0/+22
2013-08-27glsl: Add new fma built-in IR and prototype from ARB_gpu_shader5.Matt Turner2-0/+34
2013-08-27r300g: enable MSAA on r300-r400, be careful about using color compressionMarek Olšák4-5/+14
2013-08-27configure.ac: Bump Wayland requirement to 1.2.0Fabio Pedretti1-1/+1
2013-08-27draw: clean up setting stream out information a bitRoland Scheidegger9-34/+39
2013-08-27llvmpipe: support nested/overlapping queries for all query typesRoland Scheidegger3-18/+20
2013-08-27softpipe: support nested/overlapping queries for all query typesRoland Scheidegger2-18/+17
2013-08-26glsl: Disallow uniform block layout qualifiers on non-uniform block vars.Matt Turner1-4/+13
2013-08-26Fixed and/or order mistake, resulting in compiling llvmpipe without llvm inst...Kristian Lehmann1-2/+2
2013-08-26i915: Optimize SEQ and SNE when two operands are uniformsIan Romanick1-12/+70
2013-08-26clover: Don't use PIPE_TRANSFER_UNSYNCHRONIZED for blocking copiesTom Stellard1-1/+1
2013-08-26st/clover: Add event to deps even if it has been triggeredNiels Ole Salscheider1-1/+1
2013-08-26st/clover: Profiling supportNiels Ole Salscheider3-18/+142
2013-08-27tgsi_build: fix order of arguments for ind register buildDave Airlie1-1/+1
2013-08-27tgsi: finish declaration parsing for arrays.Dave Airlie1-1/+31
2013-08-26svga: replace 0 with PIPE_OK in a few placesBrian Paul3-5/+5
2013-08-26swrast: init i0, i1 values to silence warningsBrian Paul1-0/+1
2013-08-26mesa: init dst values in COPY_CLEAN_4V_TYPE_AS_FLOAT()Brian Paul1-1/+2
2013-08-26glsl: init limit=0 to silence uninitialized var warningBrian Paul1-1/+1
2013-08-26i965/vs: Allocate register set once at context creation.Kenneth Graunke3-4/+6
2013-08-26i965/vs: Move base_reg_count computation to brw_alloc_reg_set().Kenneth Graunke1-3/+4
2013-08-26i965/vs: Expose the payload registers to the register allocator.Kenneth Graunke2-6/+36
2013-08-26i965/vs: Use a fixed set of register classes.Kenneth Graunke1-37/+13
2013-08-26i965: Allow C++ type safety in the use of enum brw_urb_write_flags.Paul Berry7-11/+30
2013-08-26i965: Remove redundant (and uninitialized) field vec4_generator::ctx.Paul Berry2-3/+2
2013-08-26i965: Don't try to fall back when creating unrecognized program targets.Paul Berry1-1/+2
2013-08-26radeonsi: Also set the depth component mask bit for stencil-only exportsMichel Dänzer1-1/+4
2013-08-25glsl: Add built-in function prototypes for GLSL 3.30Kenneth Graunke2-0/+1169
2013-08-25glsl: Bump standalone compiler versions to 3.30.Kenneth Graunke2-3/+3
2013-08-25mesa: Set query->EverBound in glQueryCounter().Kenneth Graunke1-0/+1
2013-08-25r600g: Implement the new float comparison instructions for Cayman as well.Henri Verbeet1-4/+4