summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* dri/common: Update comment about driQueryRendererIntegerCommonAndreas Boll2015-02-251-0/+1
* glsl: add double support for packing varyingsIlia Mirkin2015-02-241-27/+90
* 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
* glcpp: remove unneeded #include of core.hBrian 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
* glsl: Optimize "if (cond) discard;" to a conditional discard.Kenneth Graunke2015-02-244-0/+84
* i965/fs: Handle conditional discards.Kenneth Graunke2015-02-242-17/+26
* nir: Introduce nir_intrinsic_discard_if.Kenneth Graunke2015-02-242-2/+10
* glsl: Delete dead discard conditions in constant folding.Kenneth Graunke2015-02-241-0/+24
* glsl: Handle conditional discards in lower_discard_flow().Kenneth Graunke2015-02-241-1/+8
* glsl: Make ir_rvalue_visitor visit ir_discard::condition.Kenneth Graunke2015-02-242-0/+22
* glsl: Make ir_validate check the type of ir_discard::condition.Kenneth Graunke2015-02-241-0/+15
* 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
* nir/register: Add a parent_instr fieldJason Ekstrand2015-02-243-1/+18
* 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
* targets/libgl-xlib: add src/ include dir to fix buildBrian Paul2015-02-241-0/+1
* swrast: fix a few release build warningsBrian Paul2015-02-242-0/+2
* r600g,radeonsi: fix streamout after pipeline stats have been usedMarek Olšák2015-02-242-13/+1
* radeonsi: small cleanup around current_rast_primMarek Olšák2015-02-241-9/+6
* radeonsi: set current_rast_prim in the right placeMarek Olšák2015-02-241-1/+7
* radeonsi: simplify obtaining a shader property in si_emit_clip_regsMarek Olšák2015-02-241-2/+1
* radeonsi: only preload VertexID for the GS copy shaderMarek Olšák2015-02-241-4/+6
* radeonsi: dump the shader key when dumping shadersMarek Olšák2015-02-241-0/+38
* r600g,radeonsi: cleanup of hex literalsMarek Olšák2015-02-244-32/+32
* radeonsi: set PA_SU_HARDWARE_SCREEN_OFFSET to 0Marek Olšák2015-02-241-0/+2
* st/mesa: cleanup st_translate_geometry_programMarek Olšák2015-02-241-102/+30