summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* glx: do not leak the dri2 extension informationEmil Velikov2015-02-181-1/+2
* Revert "radeon/llvm: enable unsafe math for graphics shaders"Michel Dänzer2015-02-181-4/+0
* st/mesa: add ARB_pipeline_statistics_query supportIlia Mirkin2015-02-182-4/+55
* i965: implement ARB_pipeline_statistics_queryBen Widawsky2015-02-173-0/+106
* mesa: Add support for the ARB_pipeline_statistics_query extensionBen Widawsky2015-02-177-0/+136
* mesa: Add _mesa_has_compute_shadersJordan Justen2015-02-171-0/+11
* mesa: Add ARB_tessellation_shader to extension table.Fabian Bieler2015-02-172-0/+2
* i965: Prefer Meta over the BLT for BlitFramebuffer.Kenneth Graunke2015-02-171-7/+7
* i965/fs: Add algebraic optimizations for MAD.Matt Turner2015-02-171-0/+43
* i965/fs: Emit MAD instructions when possible.Matt Turner2015-02-172-8/+8
* i965/fs: Allow immediates in MAD and LRP instructions.Matt Turner2015-02-172-3/+33
* i965/fs: Add pass to combine immediates.Matt Turner2015-02-174-0/+287
* i965/fs: Remove force_writemask_all assertion for execsize < 8.Matt Turner2015-02-171-1/+0
* i965/cfg: Add function to generate a dot file of the dominator tree.Matt Turner2015-02-172-0/+11
* i965/cfg: Add function to generate a dot file of the CFG.Matt Turner2015-02-172-0/+15
* i965/cfg: Calculate the immediate dominators.Matt Turner2015-02-172-4/+76
* i965/cfg: Allow cfg::dump to be called without a visitor.Matt Turner2015-02-171-1/+2
* i965: Allow exec_list sentinels as arguments to insert functions.Matt Turner2015-02-171-2/+4
* Make _mesa_swizzle_and_convert argument types in .c match those in .hAlan Coopersmith2015-02-171-2/+2
* Use __typeof instead of typeof with Solaris Studio compilersAlan Coopersmith2015-02-171-3/+3
* Avoid fighting with Solaris headers over isnormal()Alan Coopersmith2015-02-171-1/+1
* Remove extraneous ; after DECL_TYPE usageAlan Coopersmith2015-02-171-33/+33
* glsl: Reduce memory consumption of copy propagation passes.Kenneth Graunke2015-02-172-6/+25
* i965: Add device limits for tess threads & URB entriesChris Forbes2015-02-174-0/+48
* r600g/sb: treat undefined values like constantsDave Airlie2015-02-181-2/+2
* i915c: Use the actual MIN instruction.Kenneth Graunke2015-02-171-15/+1
* i915g: Use the actual MIN instruction.Kenneth Graunke2015-02-171-15/+1
* i965: Add a function to disassemble an instruction from the 4 dwords.Kenneth Graunke2015-02-171-0/+12
* i965: Do Sandybridge workaround flushes before each primitive.Kenneth Graunke2015-02-1711-84/+20
* main: Fixed _mesa_GetCompressedTexImage_sw to copy slices correctly.Laura Ekstrand2015-02-171-2/+2
* i965/vec4: Silence unused parameter warningsIan Romanick2015-02-173-7/+5
* mesa/main: Silence unused parameter warningIan Romanick2015-02-173-12/+0
* util/hash: Silence comparison between signed and unsigned integer warnings in...Ian Romanick2015-02-173-3/+3
* util/hash: Silence unused parameter warnings in testsIan Romanick2015-02-179-0/+28
* glcpp: Silence GCC warningIan Romanick2015-02-171-1/+1
* radeonsi: fix a crash if a stencil ref state is set before a DSA stateMarek Olšák2015-02-171-4/+8
* r600g,radeonsi: implement GL_AMD_pinned_memoryMarek Olšák2015-02-175-4/+54
* winsys/radeon: test the userptr ioctl to see if it's presentMarek Olšák2015-02-175-19/+35
* winsys/radeon: allow unaligned size for user-memory buffersMarek Olšák2015-02-171-1/+1
* winsys/radeon: allow mapping a user bufferMarek Olšák2015-02-173-2/+8
* gallium: add interface and state tracker support for GL_AMD_pinned_memoryMarek Olšák2015-02-1715-5/+39
* mesa: implement GL_AMD_pinned_memoryMarek Olšák2015-02-174-2/+43
* winsys/radeon: add user pointer supportChristian König2015-02-172-0/+113
* mesa: fix AtomicBuffer typo in _mesa_DeleteBuffersMarek Olšák2015-02-171-1/+1
* radeonsi: initialize TC_L2_dirty to false after buffer allocationMarek Olšák2015-02-171-0/+1
* radeonsi: small fix in SPI stateMarek Olšák2015-02-171-2/+4
* r600g,radeonsi: use fences to implement PIPE_QUERY_GPU_FINISHEDMarek Olšák2015-02-171-9/+13
* r600g,radeonsi: demote TIMESTAMP_DISJOINT query to be a software queryMarek Olšák2015-02-171-14/+13
* st/glsl_to_tgsi: fix whitespaceDave Airlie2015-02-171-202/+178
* glsl/tests: add IMAGE type.Ilia Mirkin2015-02-171-0/+3