summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
...
* mesa: include stdarg.h only where it's usedBrian Paul2015-02-265-3/+5
* mesa: remove M_PI, M_E, M_LOG2E macro definitionsBrian Paul2015-02-261-13/+0
* meta: In pbo_{Get,}TexSubImage don't repeatedly rebind the source texNeil Roberts2015-02-261-4/+0
* mesa: use fi_type in vertex attribute codeMarius Predut2015-02-2511-97/+117
* 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
* mesa: remove DEG2RAD macroBrian Paul2015-02-243-11/+3
* mesa: remove MAX_GLUSHORT, move MAX_GLUINTBrian Paul2015-02-242-3/+5
* mesa: move signbit() macro to c99_math.hBrian Paul2015-02-241-8/+0
* mesa: remove unused isblank() functionBrian Paul2015-02-241-1/+0
* mesa: remove sqrtf macroBrian Paul2015-02-241-11/+0
* 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
* st/mesa: remove unused/broken function st_print_shadersMarek Olšák2015-02-242-49/+0
* st/mesa: remove struct qualifier from st_src_reg parameterBrian Paul2015-02-241-1/+1
* mesa: remove INV_SQRTF() macroBrian Paul2015-02-2410-22/+15
* mesa: remove ceilf, floorf macrosBrian Paul2015-02-241-2/+0
* mesa: remove expf macroBrian Paul2015-02-241-1/+0
* mesa: remove logf macroBrian Paul2015-02-242-1/+1
* mesa: remove powf macroBrian Paul2015-02-244-2/+3
* mesa: remove unused exp2f, log2f, truncf wrappersBrian Paul2015-02-241-10/+0
* mesa: remove unused acosf, asinf, atan2f, etc. macrosBrian Paul2015-02-241-16/+0
* mesa: replace FABSF with fabsfBrian Paul2015-02-2411-53/+48
* mesa: replace FLOORF with floorfBrian Paul2015-02-243-13/+11
* mesa: remove unused CEILF macroBrian Paul2015-02-241-3/+0
* mesa: replace LOGF, EXPF with logf, expfBrian Paul2015-02-244-12/+8
* mesa: replace FREXPF, LDEXPF with frexpf, ldexpfBrian Paul2015-02-243-11/+9
* swrast: fix a few release build warningsBrian Paul2015-02-242-0/+2
* st/mesa: cleanup st_translate_geometry_programMarek Olšák2015-02-241-102/+30
* st/mesa: inline st_free_tokensMarek Olšák2015-02-243-17/+3
* st/mesa: cleanup st_geometry_program structureMarek Olšák2015-02-243-74/+36