summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
* swrast: replace INLINE with inlineBrian Paul2015-02-262-6/+6
* radeon: replace INLINE with inlineBrian Paul2015-02-265-8/+8
* r200: replace INLINE with inlineBrian Paul2015-02-263-4/+4
* i915: replace INLINE with inlineBrian Paul2015-02-2610-22/+22
* mesa: don't include math.h in compiler.hBrian Paul2015-02-262-0/+2
* mesa: include stdarg.h only where it's usedBrian Paul2015-02-261-0/+1
* meta: In pbo_{Get,}TexSubImage don't repeatedly rebind the source texNeil Roberts2015-02-261-4/+0
* i965/gen8: Use HALIGN_16 if MCS is enabled for non-MSRTAnuj Phogat2015-02-251-0/+3
* i965: Pass pointer to miptree as function parameter in intel_horizontal_textu...Anuj Phogat2015-02-251-6/+6
* i965: Allocate texture buffer in intelTexImageAnuj Phogat2015-02-251-2/+11
* i965: Make a function to check the conditions to use the blitterAnuj Phogat2015-02-251-11/+29
* i965: Move the comment to the right placeAnuj Phogat2015-02-251-1/+1
* i965: Fix condition to use Y tiling in blitter in intel_miptree_create()Anuj Phogat2015-02-251-3/+3
* meta: Pass null pointer for the pixel data to avoid unnecessary data uploadAnuj Phogat2015-02-251-1/+4
* meta: Fix buffer object assignment to account for both pack and unpack bo'sAnuj Phogat2015-02-251-1/+1
* meta: Use GL_STREAM_READ for pbo created with GL_PIXEL_PACK_BUFFERAnuj Phogat2015-02-251-1/+7
* meta: Add assertion check for ctx->Meta->SaveStackDepthAnuj Phogat2015-02-251-0/+2
* meta: Do power of two samples check only for samples > 0Anuj Phogat2015-02-251-2/+2
* i965: Don't force x-tiling for 16-bpp formats on Gen>7Neil Roberts2015-02-251-3/+3
* dri/common: Update comment about driQueryRendererIntegerCommonAndreas Boll2015-02-251-0/+1
* common: Fix PBOs for 1D_ARRAY.Laura Ekstrand2015-02-241-26/+36
* common: Correct PBO 2D_ARRAY handling.Laura Ekstrand2015-02-241-9/+17
* common: Correct texture init for meta pbo uploads and downloads.Laura Ekstrand2015-02-241-1/+4
* i965: Remove redundant discard jumps.Kenneth Graunke2015-02-242-0/+43
* i965/fs: Handle conditional discards.Kenneth Graunke2015-02-242-17/+26
* Revert "i965/fs: Remove force_writemask_all assertion for execsize < 8."Matt Turner2015-02-241-0/+1
* i965/fs: Emit MOV(1) instructions with force_writemask_all.Matt Turner2015-02-241-0/+1
* i965/fs: Optimize (gl_FrontFacing ? x : y) where x and y are ±1.0.Matt Turner2015-02-242-0/+95
* i965/fs/nir: Optimize integer multiply by a 16-bit constant.Matt Turner2015-02-241-1/+23
* i965/fs/nir: Optimize (gl_FrontFacing ? x : y) where x and y are ±1.0.Matt Turner2015-02-242-0/+90
* mesa: replace FABSF with fabsfBrian Paul2015-02-241-1/+2
* driconf: Update Catalan translationAlex Henrie2015-02-241-18/+34
* driconf: Update Spanish translationAlex Henrie2015-02-241-5/+21
* i965: Fix non-AA wide line rendering with fractional line widthsIago Toral Quiroga2015-02-244-8/+20
* i965/blorp: round to nearest when converting float into integerSamuel Iglesias Gonsalvez2015-02-241-4/+7
* i965: Perform program state upload outside of atom handlingCarl Worth2015-02-2310-84/+89
* i965/fs: Fix lower_load_payload() not to use an incorrect half for immediates...Francisco Jerez2015-02-231-0/+8
* i965/fs: Fix lower_load_payload() to take into account non-zero reg_offset.Francisco Jerez2015-02-231-2/+2
* i965/fs: Remove logic to keep track of MRF metadata in lower_load_payload().Francisco Jerez2015-02-231-26/+13
* i965/fs: Less broken handling of force_writemask_all in lower_load_payload().Francisco Jerez2015-02-231-7/+13
* mesa: Use assert() instead of ASSERT wrapper.Matt Turner2015-02-2315-37/+37
* i965: Link test programs with gtest before pthreads.Matt Turner2015-02-231-10/+10
* osmesa: add gallium include dirs to Makefile.amBrian Paul2015-02-231-0/+2
* i965/skl: Use 1 register for uniform pull constant payloadBen Widawsky2015-02-221-1/+1
* i965/fs: Use fs_reg for CS/VS atomics pixel mask immediate dataJordan Justen2015-02-211-2/+2
* i965/fs: Set pixel/sample mask for compute shaders atomic opsJordan Justen2015-02-211-4/+4
* drivers/x11: add gallium include dirs to Makefile.amBrian Paul2015-02-201-0/+2
* util: Move Mesa's bitset.h to util/.Eric Anholt2015-02-205-5/+5
* mesa: Use u_math.h from macros.hEric Anholt2015-02-204-16/+0
* mesa: Add gallium include dirs to more parts of the tree.Eric Anholt2015-02-207-0/+14